-
Notifications
You must be signed in to change notification settings - Fork 10
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
Upgrade to Conan 2 #747
Merged
Merged
Upgrade to Conan 2 #747
Commits on Nov 7, 2023
-
This fixes issue #718 (and incidentally fixes #702 too). The modified `<gsl/util>` imports and various changes from `int` to `std::size_t` are a consequence of using a newer version of MS GSL. I changed the dependency version so we can use an upstream CMake package configuration file which is compatible with the one generated by Conan 2's `CMakeDeps` generator. This should enable us to use the same `find_package()` commands and target names regardless of whether the build is running under Conan or not. This also removes the ability to run Conan from within CMake, because upstream hasn't released a version of the cmake-conan helper script with full support for all Conan 2 features yet. (Notably, support for the `CMakeToolchain` generator is missing.)
Configuration menu - View commit details
-
Copy full SHA for b1333ef - Browse repository at this point
Copy the full SHA b1333efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9376d49 - Browse repository at this point
Copy the full SHA 9376d49View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76d24fb - Browse repository at this point
Copy the full SHA 76d24fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c11ccbd - Browse repository at this point
Copy the full SHA c11ccbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bddf9 - Browse repository at this point
Copy the full SHA 46bddf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5281c3f - Browse repository at this point
Copy the full SHA 5281c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9dc6f - Browse repository at this point
Copy the full SHA 0b9dc6fView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ac2872 - Browse repository at this point
Copy the full SHA 1ac2872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0244abd - Browse repository at this point
Copy the full SHA 0244abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5271e2d - Browse repository at this point
Copy the full SHA 5271e2dView commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a899bd - Browse repository at this point
Copy the full SHA 5a899bdView commit details
Commits on Jan 19, 2024
-
Set the cpp_info property
cmake_target_name
aslibcosim::cosim
in…… the `package_info` method. This is because otherwise CMakeDeps incorrectly generates the dependency in the target cmake file as `libcosim::libcosim`. (i.e. <consumer>-Target-release.cmake, see https://docs.conan.io/2/reference/tools/cmake/cmakedeps.html#generated-files). This would not be found via `find_package(libcosim REQUIRED)`.
Configuration menu - View commit details
-
Copy full SHA for 255692d - Browse repository at this point
Copy the full SHA 255692dView commit details
Commits on Feb 15, 2024
-
Uploading artifacts to jfrog (#751)
gcc9 builds are not available from conancenter. Built libraries are uploaded to osp jfrog.
Configuration menu - View commit details
-
Copy full SHA for 6a5920e - Browse repository at this point
Copy the full SHA 6a5920eView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a66249 - Browse repository at this point
Copy the full SHA 6a66249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6836732 - Browse repository at this point
Copy the full SHA 6836732View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.