2
0
mirror of https://github.com/boostorg/assert.git synced 2026-01-22 05:02:09 +00:00
Commit Graph

192 Commits

Author SHA1 Message Date
Peter Dimov
204ce510c0 Tolerate absence of BoostTestJamfile.cmake 2019-12-23 04:02:13 +02:00
Peter Dimov
44e6762642 Disable boost_install(boost_assert) for now 2019-12-23 04:00:08 +02:00
Peter Dimov
ca4e25f64e Install the include/ directory separately 2019-12-22 08:34:42 +02:00
Peter Dimov
e999e81106 Add CMake install support 2019-12-22 04:23:22 +02:00
Peter Dimov
ad8d5d64da Fix Appveyor 2019-12-17 13:25:02 +02:00
Peter Dimov
14061d1afa Add CMake jobs to Appveyor 2019-12-17 13:09:49 +02:00
Peter Dimov
66a366088e Fix include directory in CMakeLists.txt 2019-12-16 21:08:02 +02:00
Peter Dimov
b7b3243936 Update submodule tools/cmake 2019-12-16 00:35:21 +02:00
Peter Dimov
231c0cb162 Update .travis.yml for CMake changes 2019-12-15 20:51:42 +02:00
Peter Dimov
d3c598cbc0 Update CMake files 2019-12-15 20:10:02 +02:00
Peter Dimov
05c23a43b4 Disable -Wsign-compare on gcc 4.4.7 2019-12-08 22:02:59 +02:00
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