Commit Graph

204 Commits

Author SHA1 Message Date
Peter Dimov
615f1c4511 Remove cmake_minimum_required calls from config files 2019-01-11 18:41:34 +02:00
Peter Dimov
0f1f9bea03 Add find_package(Boost) tests 2019-01-11 07:49:32 +02:00
Peter Dimov
8a594e7c39 Test atomic with find_package(Boost) on Appveyor as well 2019-01-11 07:08:40 +02:00
Peter Dimov
ba621429ed Use dist: xenial on Travis 2019-01-11 07:04:30 +02:00
Peter Dimov
513bc2f4f5 Test atomic with find_package(Boost) 2019-01-11 04:29:58 +02:00
Peter Dimov
8d187409d4 Install BoostConfig.cmake and BoostConfigVersion.cmake 2019-01-10 21:44:10 +02:00
Peter Dimov
12c31a4aea Add BoostConfig.cmake 2019-01-10 21:04:17 +02:00
Peter Dimov
f0f841350c Prefix internal variables with __boost/_BOOST; set boost_*_FOUND to 0, _NOT_FOUND_MESSAGE, when no variants or a dependency is missing 2019-01-10 19:31:03 +02:00
Peter Dimov
961afd8a7e Find dependencies with find_package, require exact version match, pass the CMAKEDIR to HINTS 2019-01-10 07:26:00 +02:00
Peter Dimov
7fc64430e7 Fix msvc-14.1 detection; issue a message when the toolset is not detected 2019-01-10 07:17:52 +02:00
Peter Dimov
f3783f5f51 Add empty actions so that they appear in the build output 2019-01-10 05:10:48 +02:00
Peter Dimov
7807aeb81d Update .yml files 2019-01-10 04:46:58 +02:00
Peter Dimov
cd2369b486 Fix branch in .yml files 2018-12-19 07:39:10 +02:00
Peter Dimov
b7cd6aed91 Use package.jam for the install directories 2018-12-19 00:11:25 +02:00
Peter Dimov
750aee17de Add test/test 2018-12-16 02:18:12 +02:00
Peter Dimov
3db0b2085f Add support for --no-cmake-config 2018-12-15 18:51:43 +02:00
Peter Dimov
7108e50c42 Clear exec-prefix on --prefix; clear dependents on --exec-prefix or --libdir 2018-12-15 04:37:47 +02:00
Peter Dimov
580fae5dcb Remove version parameter from boost-install 2018-12-15 01:59:10 +02:00
Peter Dimov
cb97f7e754 Add boost-install-dirs.jam; use it 2018-12-15 01:04:45 +02:00
Peter Dimov
2e9fbe0437 Remove Boost_USE_STATIC_LIBS=ON from appveyor.yml 2018-12-15 00:22:00 +02:00
Peter Dimov
740043e87c Improve variant selection diagnostic messages; prefer static unless BUILD_SHARED_LIBS=ON 2018-12-15 00:20:09 +02:00
Peter Dimov
7826a6c948 Honor --includedir, --libdir, --cmakedir 2018-12-14 19:25:31 +02:00
Peter Dimov
b39f6781ac Avoid REMOVE_DUPLICATES error, issue a message when no variants matched 2018-12-13 21:33:09 +02:00
Peter Dimov
4d3e84695a Use version from BoostVersion.cmake 2018-12-13 21:12:19 +02:00
Peter Dimov
97a7a2df95 Add test/serialization/wquick.cpp 2018-10-26 06:01:05 +03:00
Peter Dimov
bce2c8d7d3 Add test/serialization 2018-10-26 04:00:56 +03:00
Peter Dimov
b57b141002 Add test/regex 2018-10-26 03:21:25 +03:00
Peter Dimov
c59bdad09c Add test/container 2018-10-26 02:08:38 +03:00
Peter Dimov
00e0f29844 Add test/chrono 2018-10-26 01:47:56 +03:00
Peter Dimov
6d8061b4b5 Add test/atomic 2018-10-26 01:00:28 +03:00
Peter Dimov
5dbd4f1ed2 Add LIB=wave to Travis, Appveyor 2018-10-24 14:36:03 +03:00
Peter Dimov
5f2be93b1a Merge branch 'master' into feature/test-wave 2018-10-24 14:35:16 +03:00
Peter Dimov
171338b5f9 Remove CHECK_DEPENDENCIES from Travis 2018-10-24 14:34:56 +03:00
Peter Dimov
d94c608884 Merge branch 'master' into feature/test-wave 2018-10-24 13:58:01 +03:00
Peter Dimov
c2edd1c3c8
Merge pull request #1 from swatanabe/feature/auto-dependencies
Derive dependencies from the dependency graph automatically.
2018-10-24 13:55:53 +03:00
Peter Dimov
e003c021c5 Add test/wave 2018-10-24 13:00:28 +03:00
Steven Watanabe
c14f766bf3 Avoid the nonexistent INTERFACE_LINK_LIBRARIES_DEBUG/RELEASE. 2018-10-23 18:50:35 -06:00
Peter Dimov
0b816c9526 Prefix generating rules with boost-install% 2018-10-24 01:17:11 +03:00
Steven Watanabe
2330ac07bb Fix dependency name. 2018-10-23 16:12:53 -06:00
Steven Watanabe
502a437930 Fix problems with variables getting clobbered. Also, restore the original execution order so that loading is not interleaved. 2018-10-23 14:29:06 -06:00
Steven Watanabe
bf5f8ab7ca Move the include for find_dependency according to Peter's comment. 2018-10-23 11:48:51 -06:00
Steven Watanabe
5cc7b663c6 Derive dependencies from the dependency graph automatically. Note that the dependency on /boost/headers is currently hard-coded, as it is the odd man out. The dependencies injected into the cmake files are now in the variant specific file, as that matches Boost.Build's model more accurately. 2018-10-23 10:03:06 -06:00
Peter Dimov
286d85de92 Remove $(ROOT) parameter of boost-install 2018-10-20 05:49:11 +03:00
Peter Dimov
6f736d03e9 Remove use of $(ROOT) in boost-install 2018-10-20 05:30:51 +03:00
Peter Dimov
1560df0586 Get fname from $(sources) instead of deriving it 2018-10-20 03:56:03 +03:00
Peter Dimov
49a52c5156 FindPython is 3.12; use FindPythonLibs 2018-10-13 23:20:14 +03:00
Peter Dimov
a40942e1eb Request 2.7 in find_package(Python) 2018-10-13 06:39:21 +03:00
Peter Dimov
33caf688f7 Set Python_ROOT_DIR, define BOOST_PYTHON_STATIC_LIB for Appveyor 2018-10-13 05:10:05 +03:00
Peter Dimov
00aed3164b Add Interpreter to FindPython components 2018-10-13 03:53:47 +03:00
Peter Dimov
bb30dcb676 Add find_package(Python) 2018-10-13 00:51:30 +03:00