Alexander Grund
304574e894
Document enhanced scanner and add language tags
2025-09-14 13:33:18 +02:00
Alexander Grund
052f5fcf53
Ensure compatibility with CMake < 3.20
...
CMake supports `list(REMOVE_ITEM` without any items only since 3.20
2025-09-12 17:10:31 +02:00
Alexander Grund
650a43b83a
Allow including and excluding dependencies via pragmas
...
This supports comments in CMLs like:
```
# Boost-Include: Boost::add_this
# Boost-Exclude Boost::remove_this
```
Whitespace is ignored and the colon is optional
2025-09-12 10:47:48 +02:00
Alexander Grund
44c75fbef2
Include Boost libraries on lines with trailing comment
2025-09-12 09:35:50 +02:00
Peter Dimov
8da84d1b53
Merge pull request #88 from Flamefire/cmake-version
...
CMake: Show used CMake version in super-builds
2025-09-12 02:46:05 +03:00
Alexander Grund
40a47ae057
CI: Show failed outputs together
2025-09-11 19:52:49 +02:00
Alexander Grund
8d99684e85
Add more special cases for library names
...
Also handle the prefix-case commonly
2025-09-11 19:43:23 +02:00
Alexander Grund
264a16a047
CMake: Show used CMake version in super-builds
...
In super-builds show the CMake version which is especially useful on CI to verify the used CMake and/or compare different jobs on failure.
Limited to the super build to not be too verbose when Boost is used via add_subdirectory or similar.
2025-09-11 16:10:14 +02:00
Alexander Grund
7ab2d8dbfc
Only consider test dependencies of requested libraries
...
Don't check the test/example folders for (implicit) dependencies as
BUILD_TESTING for those is disabled.
2025-09-11 16:05:48 +02:00
Alexander Grund
ca0f8e1f77
Handle Boost.ASIO
2025-09-11 16:05:48 +02:00
Alexander Grund
e9254ea803
Handle subfolders recursively
2025-09-11 16:05:48 +02:00
Alexander Grund
470c792b6d
Handle Boost.Test
2025-09-11 16:05:48 +02:00
Alexander Grund
8b60ba191a
Allow free-form Boost::foo
2025-09-11 16:05:48 +02:00
Alexander Grund
cb6a0a7d9f
Correctly handle dependencies of test dependencies
2025-09-11 16:05:48 +02:00
Alexander Grund
93f9f3f783
Don't add all libraries when BOOST_INCLUDE_LIBRARIES is set
...
Previously all libraries were added even though only a subset was selected.
This makes the configure process much longer then required or may fail
for libraries that aren't intended to be build.
Instead gather a 2nd list of dependencies determined by the test/CMakeLists.txt
when BUILD_TESTING is ON and add only those (with disabled install and tests)
2025-09-11 16:05:48 +02:00
Peter Dimov
6c866aa31f
Merge pull request #87 from Flamefire/individual-library-ci
...
Add CI including all libraries individually
2025-09-11 16:08:35 +03:00
Alexander Grund
613c0d5499
Error out if no included libraries were found
2025-09-11 12:15:31 +02:00
Alexander Grund
7795bbed94
Add CI including all libraries individually
2025-09-11 12:14:47 +02:00
Peter Dimov
c6bb97d33e
Remove windows-2019 from ci.yml
2025-09-10 22:06:46 +03:00
Peter Dimov
81b08178c6
Remove ubuntu-20.04 from ci.yml
boost-1.89.0
2025-04-17 17:23:48 +03:00
Peter Dimov
f7c042d4e3
Merge pull request #82 from hebasto/250417-boost.test
...
Reflect changes from https://github.com/boostorg/test/pull/445
2025-04-17 17:18:48 +03:00
Hennadii Stepanov
6d6f753bb7
Reflect changes from https://github.com/boostorg/test/pull/445
2025-04-17 14:08:45 +01:00
Peter Dimov
7f5336b3bf
Reflect changes from https://github.com/boostorg/mpi/pull/160 as suggested in #76 . Closes #76 .
boost-1.87.0
boost-1.88.0.beta1
boost-1.88.0
boost-1.87.0.beta1
2024-10-29 18:01:16 +02:00
Peter Dimov
17e920c84f
Update ci.yml
2024-10-13 04:15:20 +03:00
Peter Dimov
4eeb136f14
Fix deduced architecture prefix under MinGW
2024-10-13 03:47:52 +03:00
Peter Dimov
cfcf53abc4
Add MinGW and clang-cl jobs to ci.yml
2024-10-13 03:38:32 +03:00
Peter Dimov
8ba1e3f4c1
Update comment
2024-10-10 14:45:43 +03:00
Peter Dimov
a9a88a7519
Merge pull request #75 from zjyhjqs/feat/cpack
...
Add CPack support
2024-10-04 02:52:41 +03:00
zjyhjqs
113ecd751e
Add CPack support
2024-10-03 11:07:41 +08:00
Peter Dimov
bb741d09d2
Add VERBATIM to add_custom_target
2024-07-13 21:13:18 +03:00
Peter Dimov
ae2e6a6471
MSVC 19.40 is still vc143
boost-1.86.0.beta1
boost-1.86.0
2024-06-21 14:16:52 +03:00
Peter Dimov
5eab56dd6c
Add HINTS to the TARGET_NAME_IF_EXISTS case as well
2024-06-19 22:17:09 +03:00
Peter Dimov
98dd92e976
Merge branch 'rules_foreign_cc_interop' of https://github.com/soro/cmake into feature/pr-67
2024-06-19 22:15:13 +03:00
Soeren Roerden
1cd045fdf6
Add a hint for the stage directory to find_package in the cmake configure files, so that recursive lookup does not fail when configuring as a transitive dependency using rules_foreign_cc (bazel) cmake targets
2024-06-19 12:50:52 -04:00
Peter Dimov
0bdc90a03e
Merge pull request #65 from Pansysk75/develop
...
Do export(...) to Boost targets
2024-06-19 18:23:21 +03:00
Pansysk75
d62826e0f4
Rename export directory
2024-06-18 12:10:13 -05:00
Peter Dimov
c9987a6d41
Update ci.yml
2024-06-18 04:54:53 +03:00
Pansysk75
280b8b3ec0
Do export(...) to Boost targets
2024-06-17 13:20:51 -05:00
Peter Dimov
440dd10f57
Special-case boost_exception and boost_test_exec_monitor, because they are hardcoded as STATIC
2024-05-31 04:44:04 +03:00
Peter Dimov
02587d479e
Move the Boost_USE_STATIC_LIBS check from -config to -config-version
2024-05-28 21:55:26 +03:00
Peter Dimov
f36ef31f66
Honor Boost_USE_STATIC_LIBS in generated config files
2024-05-28 20:56:56 +03:00
Peter Dimov
5ad9418846
Add verbose output to installed config files
2024-05-28 20:23:05 +03:00
Peter Dimov
e434f7d8ca
Add posix-install build jobs to ci.yml
2024-05-28 20:05:40 +03:00
Peter Dimov
e73f78f361
Install static/shared library config files in separate directories. Refs #62 .
2024-05-28 18:27:15 +03:00
Peter Dimov
4c6884c2e2
Update description of BOOST_ENABLE_MPI to require CMake 3.10, because in 3.9 the MPI_CXX target refers to the C++ API, instead of (as in 3.10+) to the C API used from C++
2024-05-23 20:47:55 +03:00
Peter Dimov
6dcde32c82
Exclude Geometry tests
2024-05-14 20:27:33 +03:00
Peter Dimov
d7f462ffed
Update ci.yml
2024-05-14 20:08:50 +03:00
Peter Dimov
f783e505c8
Add missing #include
2024-05-14 20:04:26 +03:00
Peter Dimov
33c036bd70
Link Boost::headers to all INTERFACE libraries when BOOST_ENABLE_COMPATIBILITY_TARGETS is ON
2024-05-14 20:01:06 +03:00
Peter Dimov
0994f04d69
Add compatibility targets to BoostRoot.cmake
2024-05-14 19:36:49 +03:00