Commit Graph

181 Commits

Author SHA1 Message Date
Peter Dimov bb86f9ebb5 Remove gcc-4.4.7 override, as it hard-fails 2019-12-08 21:28:50 +02:00
Peter Dimov 14302eadf6 Rename parameters to placate -Wshadow on g++ 4.x 2019-12-08 21:13:58 +02:00
Peter Dimov d1c4462e35 Ignore -Waddress in assert_test and verify_test 2019-12-08 21:06:58 +02:00
Peter Dimov 264f98f32a Add <warning>extra to all tests, -Wshadow to gcc 2019-12-08 20:52:55 +02:00
Peter Dimov b74531dd71 Add <warnings>extra to source_location tests 2019-12-08 19:08:59 +02:00
Peter Dimov 9336ee5be3 Add Clang 3.7 to Travis 2019-12-03 16:43:17 +02:00
Peter Dimov ede4569a7d Add section anchors 2019-11-26 02:18:34 +02:00
Peter Dimov 6a4b9c914c Fix g++ 4.x. 2019-11-25 22:25:41 +02:00
Peter Dimov c39f25664e Update .travis.yml for Xenial 2019-11-25 21:03:15 +02:00
Peter Dimov 7444d4e000 Update .travis.yml 2019-11-25 20:18:41 +02:00
Peter Dimov 6666ae89c8 Add VS2019 to Appveyor 2019-11-25 03:57:47 +02:00
Peter Dimov 8c11c71e56 Document source_location 2019-11-25 03:57:06 +02:00
Peter Dimov 1afa4b89fd Add boost::source_location 2019-11-25 03:25:57 +02:00
Peter Dimov b45979a319 Update version to 1.72.0 boost-1.72.0.beta1 boost-1.72.0 2019-08-26 20:37:53 +03:00
Peter Dimov b67d33efae Update appveyor.yml 2019-07-25 08:09:24 +03:00
Peter Dimov 45a7c1f922 Update version to 1.71.0 boost-1.71.0.beta1 boost-1.71.0 2019-04-13 04:21:27 +03:00
Peter Dimov 3b6b826e16 Remove project-id from doc/Jamfile boost-1.70.0 2019-03-25 19:24:02 +02:00
Peter Dimov 10d1271e5b Update .yml files boost-1.70.0.beta1 2018-12-18 20:28:50 +02:00
Peter Dimov dc90d0afb3 Update project version in CMakeLists.txt 2018-12-15 05:13:22 +02:00
Peter Dimov 2e830ea1fe Use __PRETTY_FUNCTION__ on clang-cl 2018-11-15 18:50:01 +02:00
Peter Dimov f1b8f5422b Update appveyor.yml 2018-11-15 18:31:06 +02:00
Peter Dimov 8cb08a019f Add current_function_test2 2018-11-15 18:18:14 +02:00
Peter Dimov dbe3f8c641 Remove local FetchContent; use boost_fetch boost-1.69.0 boost-1.69.0-beta1 2018-10-09 05:57:41 +03:00
Peter Dimov 7e0edf22fe Add project version, test 2018-10-08 18:47:06 +03:00
Peter Dimov 86de7eed66 Remove GIT_SHALLOW as it requires 3.6 2018-10-08 17:03:32 +03:00
Peter Dimov 3a3ec8136d Use message(STATUS...) 2018-10-08 17:01:05 +03:00
Peter Dimov 4e8943bc38 Change 'populating' messages; use shallow clone 2018-09-30 04:13:52 +03:00
Peter Dimov 432d369ee7 Add 'unsupported' comment to CMakeLists.txt 2018-09-30 04:08:44 +03:00
Peter Dimov e646ac8c67 Rephrase current_function_test so that boost_test_jamfile picks it up 2018-09-29 00:18:35 +03:00
Peter Dimov eec233c0e5 Fix cmake .. command 2018-09-28 21:36:42 +03:00
Peter Dimov 12329aa501 Add populating messages to cmake .. output 2018-09-28 20:14:36 +03:00
Peter Dimov 9e9978d1b2 Use FetchContent to enable standalone CMake testing 2018-09-28 16:57:45 +03:00
Peter Dimov 4e6b1bb85e Merge branch 'develop' into feature/cmake-test 2018-09-28 15:24:09 +03:00
Peter Dimov a454453443 Use mincmake 2018-09-20 17:47:40 +03:00
Peter Dimov a26be1fb2f Update copyright on CMakeLists.txt 2018-09-20 14:19:32 +03:00
Peter Dimov 479dabaf8e Use the correct $<CONFIG> instead of ${CMAKE_CFG_INTDIR} 2018-09-20 01:54:27 +03:00
Peter Dimov d4c2b0f26e Reformat copyright banners 2018-09-20 01:53:36 +03:00
Peter Dimov a0c353ccda Add a CMake job to Travis 2018-09-20 01:48:48 +03:00
Peter Dimov 726ee688d6 Prefix tests with project name; generate test names if not given 2018-09-20 01:30:54 +03:00
Peter Dimov b41f6c14b9 Add support for testing using CMake 2018-09-20 00:55:16 +03:00
Peter Dimov d6c3159261 Untabify CMakeLists.txt 2018-09-19 21:12:28 +03:00
Mike Dev 3a651adb42 [CMake] Lower requirement to 3.5 and rename project to BoostAssert 2018-09-19 18:34:43 +02:00
Mike Dev 1a82003731 [CMake] Generate cmake target that other libraries can use
... to express their dependency on this library and retrieve any
configuration information such as the include directory, binary
to link to (if any), transitive dependencies, necessary compiler
options or the required c++ standards level.
2018-09-18 13:23:54 +02:00
Peter Dimov 4bd93cd414 Update .travis.yml boost-1.68.0 boost-1.67.0 boost-1.66.0 2017-10-24 20:12:26 +03:00
Peter Dimov fbcfe753ee Remove local asciidoctor.jam 2017-10-23 12:30:10 +03:00
Rene Rivera 96742a7248 Guard against redef of asciidoctor in common b2. 2017-10-18 18:47:06 -05:00
Peter Dimov cf19f2469a Add quick test target 2017-09-04 15:12:19 +03:00
Peter Dimov f05a6fff37 Remove html; add .gitignore boost-1.65.0 boost-1.65.1 2017-06-16 19:39:32 +03:00
Peter Dimov 719ec039a2 Remove javascript that tried to integrate the Boost banner, as it didn't work 2017-06-16 19:35:29 +03:00
Peter Dimov 4ea0732016 Merge branch 'master' into develop 2017-06-11 00:39:07 +03:00