-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add platform.delegates/0.1.3 #6063
Conversation
[for update pull request]
[partial commits]
[partial commits]
- Fixed source-function: used shorter one syntax for get sources - Added required conan version [>=1.33.0]
Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
|
@@ -65,3 +65,6 @@ def package(self): | |||
|
|||
def package_id(self): | |||
self.info.header_only() | |||
|
|||
def package_info(self): | |||
pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pass | |
self.cpp_info.names["cmake_find_package"] = "Platform.Delegates" | |
self.cpp_info.names["cmake_find_package_multi"] = "Platform.Delegates" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅😅😅
#6063 (comment)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hello everyone :) |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Oh... Funny situation |
This reverts commit 9c61391
All green in build 18 (
|
* Added platform.interfaces package * Small rework architecture * Move platform-interfaces to platfrom.interfaces * Delete recipes/platform-interfaces directory * Other small fixes * Added empty line * Fix register error * Fixed version for new release * Fixed version for new release * Update to [0.1.0] * [0.1.1] - is main version * Added platform.interfaces test_package * Update to 0.1.2 version * Update to 0.1.2 version * fixed errors in the test_package.cpp [for update pull request] * Removing empty line in the CMakeListst.txt [partial commits] * Removing empty line in the config.yml [partial commits] * Removing empty line problems * Fixed validating c++ standard * Added apple clang validation and fixes VS version * I believe in Python * conanfile reviewing - Fixed source-function: used shorter one syntax for get sources - Added required conan version [>=1.33.0] * Update recipes/platform.interfaces/all/conanfile.py Co-authored-by: Javier G. Sogo <jgsogo@gmail.com> * Update recipes/platform.interfaces/all/conanfile.py Co-authored-by: Javier G. Sogo <jgsogo@gmail.com> * Update recipes/platform.interfaces/all/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/platform.interfaces/all/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/platform.interfaces/all/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/platform.interfaces/all/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/platform.interfaces/all/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Cancel change name * Add platform.delegates 0.1.2 * Add platform.delegates 0.1.2 update conanfile.py * Resolving merge * Update CMakeLists.txt * Update test_package.cpp * Update config.yml * Oh no. since C++20 * Add platform.delegates 0.1.3 * Update config.yml * Added unknown compiler warning * Update recipes/platform.delegates/all/test_package/test_package.cpp Co-authored-by: Uilian Ries <uilianries@gmail.com> * Internal cpp sources * Update recipes/platform.delegates/all/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Update conanfile.py * Update recipes/platform.delegates/all/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Update recipes/platform.delegates/all/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Remove package_info * Add only-developers packages versions * Revert "Add only-developers packages versions" This reverts commit 9c61391 Co-authored-by: Javier G. Sogo <jgsogo@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Specify library name and version: platform.delegates/0.1.3
platform.delegates is one of the libraries of the LinksPlatform modular framework, which uses innovations from the C++17 standard, for easier use delegates/events in csharp style.
conan-center hook activated.