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

45 Commits

Author SHA1 Message Date
Peter Dimov
2afc07ea7c boost_test: skip test if a compile feature is unknown to the compiler 2019-12-29 00:20:44 +02:00
Peter Dimov
b00d8f3da6 Add IGNORE_TEST_GLOBALS to boost_test 2019-12-29 00:14:39 +02:00
Peter Dimov
3f44734a7a Include BoostTest outside the include guard, so that it can clear its global variables 2019-12-29 00:05:56 +02:00
Peter Dimov
b93413c0fd Add support for global BOOST_TEST_* variables in BoostTest 2019-12-28 22:23:41 +02:00
Peter Dimov
c57a0e5bd6 Fix constructs not available on CMake 3.5 2019-12-28 21:10:16 +02:00
Peter Dimov
f81e69121f Add COMPILE_DEFINITIONS, COMPILE_OPTIONS, COMPILE_FEATURES to boost_test_jamfile 2019-12-28 20:12:28 +02:00
Peter Dimov
2632456afb Make deprecation messages VERBOSE instead of DEBUG 2019-12-27 05:54:07 +02:00
Peter Dimov
fb79883ab0 Merge branch 'develop' into feature/boost-test 2019-12-27 05:50:38 +02:00
Peter Dimov
ae76506084 Warn when PROJECT_VERSION isn't set in boost_install_target, assume 0.0.0 2019-12-27 03:14:48 +02:00
Peter Dimov
0ceab8fdfa Fix indentation in BoostTestJamfile 2019-12-27 01:49:49 +02:00
Peter Dimov
ffc44ec474 Fix indentation in BoostTest 2019-12-27 01:46:50 +02:00
Peter Dimov
6e5effee23 Translate g++ style COMPILE_OPTIONS into their MSVC equivalents 2019-12-27 01:43:34 +02:00
Peter Dimov
9b26f1ccba 'Unparsed arguments ignored' is an AUTHOR_WARNING, not a WARNING 2019-12-26 23:30:15 +02:00
Peter Dimov
c33df96532 Add BoostFetch, tests for same 2019-12-26 23:28:24 +02:00
Peter Dimov
122cef633a Add support for COMPILE_OPTIONS, COMPILE_FEATURES 2019-12-26 22:54:04 +02:00
Peter Dimov
587e88406c Do not create any tests when BUILD_TESTING is defined and OFF 2019-12-26 22:13:24 +02:00
Peter Dimov
fcd097612c Issue a debug message on use of LIBRARIES 2019-12-26 21:13:01 +02:00
Peter Dimov
091c46c0f5 boost_test_jamfile: rename LIBRARIES to LINK_LIBRARIES 2019-12-26 21:10:14 +02:00
Peter Dimov
52641dc776 boost_test: add support for COMPILE_DEFINITIONS 2019-12-26 21:07:57 +02:00
Peter Dimov
5b3e632d86 Fix link-fail test type to use an object library 2019-12-26 20:58:08 +02:00
Peter Dimov
2827aa8044 boost_test: rename LIBRARIES to LINK_LIBRARIES to match the property name 2019-12-26 20:54:49 +02:00
Peter Dimov
f99ddc9a2a Warn on unparsed arguments, unknown test type in boost_test, boost_test_jamfile 2019-12-26 20:53:01 +02:00
Peter Dimov
0a4ae0492a Update the interface of boost_install 2019-12-25 07:06:16 +02:00
Peter Dimov
58ad9a8d70 Update target_include_directories(lib INTERFACE include) in BoostInstall 2019-12-25 06:09:24 +02:00
Peter Dimov
baf4cb9b47 Move install variables to BoostInstall 2019-12-25 05:17:58 +02:00
Peter Dimov
f55fe42c97 Fix header subdir; set default install prefix to C:/Boost on Windows 2019-12-25 05:01:06 +02:00
Peter Dimov
e58eaf477a Install the .pdb files, if present 2019-12-25 04:37:50 +02:00
Peter Dimov
63d0d744e3 Fix BOOST_INSTALL_INCLUDEDIR to not contain the subdir in cache; add BOOST_RUNTIME_LINK, BUILD_SHARED_LIBS (option) 2019-12-25 04:30:04 +02:00
Peter Dimov
69ca701957 Update BoostInstall to use the install variables; set the OUTPUT_NAME, EXPORT_NAME properties of the installed target 2019-12-25 04:28:44 +02:00
Peter Dimov
472fd60e17 Add install layout variables 2019-12-25 01:33:40 +02:00
Peter Dimov
e6fdcfcbd0 Do not install include/ in boost_install 2019-12-22 08:32:45 +02:00
Peter Dimov
0f9e302913 Add BoostInstall.cmake 2019-12-22 02:31:14 +02:00
Peter Dimov
db32ab1f85 Boost_DEBUG should also enable VERBOSE output 2019-12-21 21:32:06 +02:00
Peter Dimov
d62699e2a3 Add BOOST_INCOMPATIBLE_LIBRARIES 2019-12-21 15:59:10 +02:00
Peter Dimov
1744751553 Add include guards 2019-12-21 04:23:53 +02:00
Peter Dimov
1b9e66d9a8 Disable testing for libraries added with EXCLUDE_FROM_ALL 2019-12-21 01:16:14 +02:00
Peter Dimov
04a3ce121d When BOOST_INCLUDE_LIBRARIES is set, include other libraries with EXCLUDE_FROM_ALL so that dependencies are found and built 2019-12-20 22:01:40 +02:00
Peter Dimov
5c2fc788da BoostMessage: Forward arguments properly 2019-12-16 18:58:17 +02:00
Peter Dimov
d3a39bebad VERSION_GREATER_EQUAL requires CMake 3.7 2019-12-16 16:52:58 +02:00
Peter Dimov
ebbb483b93 Change 'library' to 'Boost library' in messages 2019-12-16 05:15:46 +02:00
Peter Dimov
8a2148e6b9 Remove 'check' target, not needed, testing will use ctest 2019-12-16 04:30:30 +02:00
Peter Dimov
125993e1b0 Set CMAKE_RUNTIME_OUTPUT_DIRECTORY when testing on Windows, or DLLs aren't found 2019-12-16 04:26:20 +02:00
Peter Dimov
e52255e4b4 BoostTest: use STATIC libraries for compile tests 2019-12-16 04:22:37 +02:00
Peter Dimov
fd1edcf6d1 BoostTest: propagate configuration to nested cmake invocations 2019-12-16 01:42:50 +02:00
Peter Dimov
c9a31e1b06 Add BoostRoot, BoostMessage, BoostTest, BoostTestJamfile 2019-12-15 20:02:14 +02:00