-
Notifications
You must be signed in to change notification settings - Fork 193
Comparing changes
Open a pull request
base repository: cpp-pm/hunter
base: 870c38c
head repository: cpp-pm/hunter
compare: 4b2738c
- 17 commits
- 774 files changed
- 12 contributors
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ead00a6 - Browse repository at this point
Copy the full SHA ead00a6View commit details
Commits on Apr 28, 2025
-
Update minimum CMake to v3.10 (#769)
* Update minimum CMake to v3.10 * Update docs with new CMake minimum 3.10 * Update gate submodule to v0.11.0 Updates minimum CMake to v3.10
Configuration menu - View commit details
-
Copy full SHA for a3d7541 - Browse repository at this point
Copy the full SHA a3d7541View commit details
Commits on Apr 29, 2025
-
Update Boost to 1.84.0, 1.85.0 and 1.86.0 (#775)
* Update 'Boost' to v1.84.0 Release notes: https://www.boost.org/users/history/version_1_84_0.html * Update libraries and tests for Boost v1.84.0 * Add example for boost::conbalt * Add Boost::cobalt to test matrix * Add example for Boost::redis * Add Boost::redis to test matrix * Update 'Boost' to v1.85.0 Release notes: https://www.boost.org/users/history/version_1_85_0.html * Update libraries and tests for Boost v1.85.0 * Add example for Boost::charconv * Add Boost::charconv to test matrix * refactor: move example for BoostProcess from Boost-process to BoostProcess Renaming because the Boost::process lib in Boost became a lib for v2 * Update 'Boost' to v1.86.0 Release notes: https://www.boost.org/users/history/version_1_86_0.html * Update libraries and tests for Boost v1.86.0 * Add example for Boost::predef * It seems something changed about Boost::predef in 1.86.0. It is listed as a lib but not build as a lib. * Add Boost::predef to test matrix * Add Boost::process to test matrix * Add example for v2 of Boost::process * Boost::process changed in the 1.86.0 release. * v1 is header only * v2 is a library --------- Co-authored-by: André Falk <andre.falk@tutanota.com> Co-authored-by: simbahebinbo <lansheng228@163.com>
Configuration menu - View commit details
-
Copy full SHA for aea19a0 - Browse repository at this point
Copy the full SHA aea19a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab9454 - Browse repository at this point
Copy the full SHA 4ab9454View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0a7acbe - Browse repository at this point
Copy the full SHA 0a7acbeView commit details
Commits on May 20, 2025
-
CI: update toolchains to use latest GitHub runner images and rewrite …
…set_matrix.py without polly (#780) Update all used GitHub runner images (Linux, Windows and Mac) and update the `set_matrix.py` script to work without the `polly` toolchains. - Update from the deprecated ubuntu-20.04 images to the currently latest ubuntu-24.04 image. In the process update the `gcc` version from 7, 8, 9 to 12, 13, 14. - fixes: #778 - Update from the deprecated `windows-2019` image with `vs-16-2019` toolchain to `windows-2022` with `vs-17-2022` toolchain - fixes: #781 - Update from deprecated `macos-12` image to `macos-15` - fixes: #782 - rewrite `set_matrix.py` to generate the `CMAKE_TOOLCHAIN_FILE` from the `toolchain` matrix name - update CI and remove the dependency on the [polly toolchain project](https://github.com/cpp-pm/polly) - remove `analyze` and `sanitize` jobs, no-one looks at them and they are a hassle to implement, PR welcome, but for now removed - remove the `build.sh` and `build.cmd` default build scripts and replace them with a `build.py` python script - remove `build_hunter_tests.sh` build script and use `build.py` there as well - remove unused `jenkins.py` file - update custom `matrix.json` and `build.sh` for the following projects: - `filament` - `pthreads-win32` - `occt` - `freetype-gl` - `Boost`
Configuration menu - View commit details
-
Copy full SHA for 0ddc5ce - Browse repository at this point
Copy the full SHA 0ddc5ceView commit details
Commits on Jun 2, 2025
-
update msgpack to v4.1.3 (#644)
* update msgpack to v4.1.3 * update docu and example after review * Update docs/packages/pkg/msgpack.rst --------- Co-authored-by: NeroBurner <pyro4hell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e221f7 - Browse repository at this point
Copy the full SHA 8e221f7View commit details -
Add note about updating copyright notes to the manual (#601)
one should update the copyright notices when a new package is created. Point this out to the user in the guide to create a new package. Co-authored-by: NeroBurner <pyro4hell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e839233 - Browse repository at this point
Copy the full SHA e839233View commit details -
libsodium: update version to 1.0.18-p0 (#672)
Update the default version of libsodium to 1.0.18-p0 Fixes: #634 --------- Co-authored-by: NeroBurner <pyro4hell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a09a83b - Browse repository at this point
Copy the full SHA a09a83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 299a48f - Browse repository at this point
Copy the full SHA 299a48fView commit details -
GIT_SUBMODULE fix: File not found .git/HEAD error (#168)
* Fix File not found .git/HEAD error * Verify if git path output is absolute
Configuration menu - View commit details
-
Copy full SHA for b989d70 - Browse repository at this point
Copy the full SHA b989d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for f36cc9e - Browse repository at this point
Copy the full SHA f36cc9eView commit details -
fix link-all.py with high CPU count and little files (#785)
Code changes by https://github.com/aggiehorns When we have more CPUs than files to link the `files_per_job` variable got `0`. And then the begin and end indexes got wrong and multiple jobs tried to link the same file. Fixes: #664
Configuration menu - View commit details
-
Copy full SHA for 4ffa1e5 - Browse repository at this point
Copy the full SHA 4ffa1e5View commit details -
set_matrix: simplify regex, fix typos (#786)
Fix some typos in output, variable-names and comments. The usage of `[\d]` in regex is explicit, but also uneccessarily complex. Simplify a bit.
Configuration menu - View commit details
-
Copy full SHA for 86b2624 - Browse repository at this point
Copy the full SHA 86b2624View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd46c8 - Browse repository at this point
Copy the full SHA ffd46c8View commit details -
CI: run check-urls: rework script to run on changed files and let it …
Configuration menu - View commit details
-
Copy full SHA for 9f956d6 - Browse repository at this point
Copy the full SHA 9f956d6View commit details
Commits on Jun 6, 2025
-
Boost: remove USE_CONFIG_FROM_BOOST hunter option, remove old (#784)
Remove the option `USE_BOOST_CONFIG`. It is now essentially always enabled. Remove all Boost versions older than 1.72, as the old versions don't supply a `BoostConfig.cmake` file yet. Remove the code and templates to create a `BoostConfig.cmake` with Hunter. Update the examples and remove the `-useBoostConfig` example folders. Fixes: #723
Configuration menu - View commit details
-
Copy full SHA for 4b2738c - Browse repository at this point
Copy the full SHA 4b2738cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 870c38c...4b2738c