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

175 Commits

Author SHA1 Message Date
Peter Dimov
7f35ed7424 Update developer.md 2021-06-09 05:25:13 +03:00
Peter Dimov
2865890aa4 Update developer.md 2021-06-09 05:16:21 +03:00
Peter Dimov
dcdab30eda Add two more usage scenarios 2021-06-09 04:33:01 +03:00
Peter Dimov
954ab08f1f Add two usage scenarios to developer.md 2021-06-09 03:09:40 +03:00
Peter Dimov
b9606b7a46 Add more sections to developer.md 2021-06-09 02:11:08 +03:00
Peter Dimov
a95c689b37 Update developer.md 2021-06-08 21:17:14 +03:00
Peter Dimov
4ebfc756ff Update TODO sections 2021-06-08 20:56:16 +03:00
Peter Dimov
bc61453028 Add TODO markers 2021-06-08 20:56:00 +03:00
Peter Dimov
8d0bd1dbe5 Merge branch 'develop' into doc/developer 2021-06-08 20:54:28 +03:00
Peter Dimov
96d0f3f613 Remove link to Stacktrace 2021-06-08 20:52:27 +03:00
Peter Dimov
a6afa2b17e Remove beast, stl_interfaces from incompatible 2021-06-06 22:38:27 +03:00
Peter Dimov
ffbb13af4e No longer exclude Fiber in ci.yml 2021-06-06 04:23:27 +03:00
Peter Dimov
e93121ed93 Add FindZstd.cmake 2021-06-06 03:04:25 +03:00
Peter Dimov
fb60e416af cmake --build . -j 3 requires CMake 3.12 2021-06-05 19:00:49 +03:00
Peter Dimov
26ec795dcf Update .travis.yml 2021-06-05 18:45:01 +03:00
Peter Dimov
14b7f24bd5 Update appveyor.yml 2021-06-05 18:42:55 +03:00
Peter Dimov
222638e413 Update BoostTest to allow parallel testing 2021-06-05 18:12:55 +03:00
Peter Dimov
1b474f5657 Update find_dependency logic 2021-06-05 01:09:34 +03:00
Peter Dimov
f0b2e06896 Output included and excluded libraries in BoostRoot 2021-06-04 19:39:57 +03:00
Peter Dimov
8b7f7f2ff6 Do not output a status message more than once in BoostInstall (no include_guard on pre-3.10) 2021-06-04 19:32:33 +03:00
Peter Dimov
f38df5f404 CMake 3.13 has no default destinations in install(TARGETS 2021-06-04 17:52:05 +03:00
Peter Dimov
77fb57f32d Update ci.yml 2021-06-04 04:46:47 +03:00
Peter Dimov
65e0587da6 Update ci.yml 2021-06-04 04:43:54 +03:00
Peter Dimov
d7de55db5c Enable Python on GHA 2021-06-04 04:15:07 +03:00
Peter Dimov
c9b97e5a12 Skip Boost.Python and dependents when BOOST_ENABLE_PYTHON is OFF 2021-06-04 04:11:25 +03:00
Peter Dimov
fefd822a06 Update PATH in appveyor.yml 2021-06-04 01:10:37 +03:00
Peter Dimov
6804d31194 Add a status message to BoostRoot 2021-06-03 21:52:27 +03:00
Peter Dimov
983b203ee7 Output a status message in BoostInstall 2021-06-03 21:35:48 +03:00
Peter Dimov
9a3d31f1ea Remove BOOST_INSTALL_INCLUDEDIR, use CMAKE_INSTALL_INCLUDEDIR; add BOOST_INSTALL_INCLUDE_SUBDIR 2021-06-03 20:35:56 +03:00
Peter Dimov
553b8b8dbe Drop BOOST_INSTALL_LIBDIR, use CMAKE_INSTALL_LIBDIR 2021-06-03 20:28:52 +03:00
Peter Dimov
9931750db5 Only install .pdb files when MSVC; TARGET_PDB_FILE is not supported by the other linkers and fails on Cygwin/minGW 2021-06-03 20:18:12 +03:00
Peter Dimov
9f32087cf0 Unblock static_string 2021-06-02 04:55:01 +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