2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00
Commit Graph

146 Commits

Author SHA1 Message Date
Peter Dimov
5c1ea8b30d Remove -v from ci.yml 2021-06-01 04:51:31 +03:00
Peter Dimov
adb004ca52 Remove link to Stacktrace 2021-06-01 03:03:43 +03:00
Peter Dimov
ee80c568f3 Add -v to cmake --build 2021-06-01 02:27:05 +03:00
Peter Dimov
2fca749abb Fix link to Stacktrace 2021-06-01 01:57:37 +03:00
Peter Dimov
23696a3078 Fix link to Stacktrace 2021-06-01 01:40:11 +03:00
Peter Dimov
54bb9035d2 Add a section for building more than one library target 2021-06-01 01:28:16 +03:00
Peter Dimov
e2a6a09ab5 Add compiled libraries section 2021-05-31 20:40:07 +03:00
Peter Dimov
bfd1d6a015 Finish header-only section 2021-05-31 19:53:27 +03:00
Peter Dimov
7c888c9e39 Small fixes 2021-05-31 04:49:46 +03:00
Peter Dimov
9f733031aa Add developer.md 2021-05-31 04:26:59 +03:00
Peter Dimov
de4ef67c31 Change installation support message 2021-05-30 20:10:51 +03:00
Peter Dimov
888b502c04 Use SameMajorVersion instead of AnyNewerVersion 2021-05-30 19:59:02 +03:00
Peter Dimov
d975e7b3ea Handle MPI::MPI_CXX dependency on installation 2021-05-30 06:59:33 +03:00
Peter Dimov
cd0cd5cdc4 Fix option(BOOST_ENABLE_MPI) syntax 2021-05-30 06:56:36 +03:00
Peter Dimov
377517a20c Install libopenmpi-dev 2021-05-30 03:45:38 +03:00
Peter Dimov
1756a679ab Use BOOST_ENABLE_MPI 2021-05-30 03:41:33 +03:00
Peter Dimov
1c1911ec90 Test the entire Boost in GHA 2021-05-30 03:08:00 +03:00
Peter Dimov
0f9867bfd4 Add Graph to GHA 2021-05-30 02:46:19 +03:00
Peter Dimov
97a7a9d11b depinst already clones tools/cmake, so we need to overwrite it last 2021-05-30 02:33:47 +03:00
Peter Dimov
f856afcca3 Add .github/workflows 2021-05-30 02:29:06 +03:00
Peter Dimov
2b02eee603 Add the BOOST_ENABLE_MPI option 2021-05-30 02:10:22 +03:00
Peter Dimov
39443f18c0 Set CMAKE_MSVC_RUNTIME_LIBRARY before find_package 2021-05-25 22:25:02 +03:00
Peter Dimov
20e6aba695 Handle non-Boost dependencies to Threads, ZLIB, BZip2, LibLZMA 2021-05-25 20:43:50 +03:00
Peter Dimov
8316b684ef Add iostreams install tests to Travis, Appveyor 2021-05-25 19:53:00 +03:00
Peter Dimov
a72c0a5bb3 Add test/iostreams 2021-05-25 19:48:18 +03:00
Peter Dimov
8cb85e9fff Update .yml files 2021-03-19 03:27:25 +02:00
Peter Dimov
ad6e4d11cf Make boost_install not install targets when EXCLUDE_FROM_ALL is set on the directory 2021-03-19 03:22:14 +02:00
Peter Dimov
2f14e7c79f Revert "Call __boost_auto_install even when EXCLUDE_FROM_ALL, as a dependency may still create install targets"
This reverts commit eff29605de.
2021-03-19 03:05:09 +02:00
Peter Dimov
97a4f5d1d4 Add -DBUILD_TESTING=ON to .travis.yml now that it isn't default 2021-03-19 02:47:29 +02:00
Peter Dimov
6c9dd68684 Add -DBUILD_TESTING=ON to appveyor.yml now that it isn't default 2021-03-19 02:45:13 +02:00
Peter Dimov
eff29605de Call __boost_auto_install even when EXCLUDE_FROM_ALL, as a dependency may still create install targets 2021-03-18 23:40:19 +02:00
Peter Dimov
bb440de0fd Fix dependency scanning being broken by Boost::boost picked up by mistake 2021-03-18 19:05:33 +02:00
Peter Dimov
125fc84d06 Set BUILD_TESTING to off by default 2021-03-18 18:54:39 +02:00
Peter Dimov
d927aace1c Remove serialization from blacklist 2021-03-18 17:21:30 +02:00
Peter Dimov
efbbc015ba Update blacklist boost-1.76.0.beta1 boost-1.76.0 boost-1.75.0.beta1 boost-1.75.0 boost-1.74.0.beta1 boost-1.74.0 2020-04-30 18:33:08 +03:00
Peter Dimov
7baa588306 Change 'installation support' message boost-1.73.0 2020-03-25 21:36:41 +02:00
Peter Dimov
7832923989 Add static_string to BOOST_INCOMPATIBLE_LIBRARIES 2020-03-07 17:40:57 +02:00
Peter Dimov
9ff2bf9671 Use pip install cmake for the Atomic install tests on Travis 2020-01-21 00:18:36 +02:00
Peter Dimov
00a85abba9 Set CMAKE_MSVC_RUNTIME_LIBRARY in the Appveyor install tests to match BOOST_RUNTIME_LINK 2020-01-14 06:50:34 +02:00
Peter Dimov
7bce8bbb1d Use OUTPUT_NAME_DEBUG insteadof a generator expression, to match COMPILE_PDB_NAME handling 2020-01-14 06:39:26 +02:00
Peter Dimov
a733e705c3 Simplify OUTPUT_NAME 2020-01-14 06:32:11 +02:00
Peter Dimov
07e90ea0d9 Override CMAKE_INSTALL_PREFIX in the very beginning, as it can only be set once 2020-01-14 06:13:12 +02:00
Peter Dimov
07e93731dd Update COMPILE_PDB_NAME when BOOST_RUNTIME_LINK is static 2020-01-14 04:20:42 +02:00
Peter Dimov
5933d633f2 Add BOOST_RUNTIME_LINK=static install tests to Appveyor 2020-01-14 04:02:55 +02:00
Peter Dimov
7576cab3dc Install compiler PDB files 2020-01-13 22:25:15 +02:00
Peter Dimov
140df3d1f7 Set COMPILE_PDB_NAME appropriately; use -gd instead of -d on pre-3.15 CMake and MSVC 2020-01-13 21:52:30 +02:00
Peter Dimov
62d7fb264b Add Boost install jobs to Travis 2020-01-13 00:49:12 +02:00
Peter Dimov
b5337740c7 Update Appveyor configurations 2020-01-13 00:44:21 +02:00
Peter Dimov
cfa5e59204 Add timer install test to Appveyor 2020-01-13 00:17:06 +02:00
Peter Dimov
b9dfa45afd LINK_LIBRARIES need find_dependency too 2020-01-12 20:58:31 +02:00