2
0
mirror of https://github.com/boostorg/assert.git synced 2026-01-22 17:12:08 +00:00

348 Commits

Author SHA1 Message Date
Peter Dimov
5227f10a99 Update ci.yml boost-1.84.0.beta1 2023-10-11 18:45:57 +03:00
Peter Dimov
cdf8b25e64 Remove unnecessary includes 2023-10-11 18:31:27 +03:00
Peter Dimov
02256c84fd Do not use std::source_location::current under nvcc. Fixes #32. boost-1.83.0.beta1 boost-1.83.0 2023-06-22 18:17:26 +03:00
Peter Dimov
f10ddd608e Update ci.yml boost-1.82.0.beta1 boost-1.82.0 2023-03-03 16:15:00 +02:00
Peter Dimov
4cf829bb0d Update CMakeLists.txt 2023-01-12 07:03:54 +02:00
Peter Dimov
8633dd554b Update CMakeLists.txt 2023-01-12 05:38:07 +02:00
Peter Dimov
7d83135936 Merge branch 'develop' of https://github.com/vinniefalco/boost-assert into feature/pr-27 2023-01-12 05:34:27 +02:00
Peter Dimov
db964b3687 Update .drone.jsonnet boost-1.81.0.beta1 boost-1.81.0 2022-10-29 19:48:37 +03:00
Peter Dimov
ae8a7eea50 Add --no-tests=error to ctest invocations 2022-10-29 18:51:05 +03:00
Peter Dimov
363669eef5 Update ci.yml 2022-10-29 04:26:14 +03:00
Vinnie Falco
d363ac30da add boost_assert.natvis and interface target sources for VS 2022-08-19 10:31:56 -07:00
Peter Dimov
7dea14cf7f Update ci.yml boost-1.80.0 2022-07-21 19:41:03 +03:00
Peter Dimov
3d6e55bddf Work around __LINE__ not being constant with /ZI (refs #26) 2022-07-21 18:51:54 +03:00
Peter Dimov
fd1c92f71f Add /ZI jobs for 14.0 as well; update cxxstd 2022-07-21 18:24:21 +03:00
Peter Dimov
0c194ba9d7 Add msvc-14.1 with /ZI to appveyor.yml 2022-07-21 13:49:13 +03:00
Peter Dimov
c3192e3cf1 Update appveyor.yml boost-1.80.0.beta1 2022-06-13 18:53:25 +03:00
Peter Dimov
601ee4ba7a Use snprintf when available to avoid security warnings (refs #25) 2022-06-13 16:02:53 +03:00
Peter Dimov
78f28be697 Remove msvc-14.1 from ci.yml 2022-05-05 04:03:24 +03:00
Peter Dimov
a7af7efe51 Add operator==, operator!= to source_location 2022-05-05 03:25:16 +03:00
Peter Dimov
f1a6f9ffd1 Update source_location.adoc boost-1.79.0.beta1 boost-1.79.0 2022-02-09 19:59:48 +02:00
Peter Dimov
f795ba53fa Update assert.adoc 2022-02-09 19:58:57 +02:00
Peter Dimov
74a4141253 Update .drone.jsonnet 2022-02-07 22:06:58 +02:00
Peter Dimov
df6e3962d0 Add +x to drone.sh 2022-02-07 21:59:42 +02:00
Peter Dimov
3e091f3dd7 Add Drone files 2022-02-07 21:56:25 +02:00
Peter Dimov
31b2f52083 Do not use __PRETTY_FUNCTION__ on GCC 4.x due to codegen bugs 2022-02-05 08:11:07 +02:00
Peter Dimov
ab39bb78a6 Add source_location_test5.cpp 2022-02-05 08:03:55 +02:00
Peter Dimov
f1310799aa Update ci.yml 2022-02-05 01:03:45 +02:00
Peter Dimov
8cb06e5d82 Remove srcloc_strip_top_level, because the contents of __PRETTY_FUNCTION__ aren't constant before GCC 9 and strcmp fails 2022-02-05 00:06:29 +02:00
Peter Dimov
7b14d83548 Hide the definition of srcloc_strip_top_level from non-GCC compilers, specifically Clang 2022-02-04 22:55:52 +02:00
Peter Dimov
ea2eb5cc6c Update source_location_test4.cpp 2022-02-04 22:53:17 +02:00
Peter Dimov
d6e87b8049 Update BOOST_CURRENT_LOCATION to be constexpr 2022-02-04 22:48:27 +02:00
Peter Dimov
7045cc185a Add a test for BOOST_STATIC_CONSTEXPR source_location 2022-02-04 22:30:04 +02:00
Peter Dimov
cc990d571e Update BOOST_CURRENT_FUNCTION documentation; closes #23 2022-02-04 06:08:20 +02:00
Peter Dimov
47a44c14c3 Update documentation 2022-02-04 05:01:45 +02:00
Peter Dimov
93453bba64 Update tests 2022-02-04 04:03:43 +02:00
Peter Dimov
e4c8016b11 Address gcc-8 and below failures 2022-02-04 03:17:57 +02:00
Peter Dimov
762a98d227 Use __builtin_FILE et al in BOOST_CURRENT_LOCATION 2022-02-04 02:07:36 +02:00
Peter Dimov
1a80da6298 Enable __PRETTY_FUNCTION__ on Clang, but disable top-level warning 2022-02-03 21:22:45 +02:00
Peter Dimov
844d8c2245 Enable BOOST_CURRENT_LOCATION at top level and in default arguments 2022-02-03 21:19:43 +02:00
Peter Dimov
23e699b9a4 Use std::source_location::current() in BOOST_CURRENT_LOCATION 2022-02-03 20:28:59 +02:00
Peter Dimov
8bffbbe5b0 Fix typo 2022-02-03 09:46:22 +02:00
Peter Dimov
fde226c7f5 Use __cpp_lib_source_location instead of BOOST_NO_CXX20_HDR_SOURCE_LOCATION 2022-02-03 09:31:27 +02:00
Peter Dimov
25f0bab733 Add a source_location constructor from std::source_location 2022-02-03 07:10:59 +02:00
Peter Dimov
ce2133a17f sprintf line() and column() as unsigned long 2022-02-03 07:02:25 +02:00
Peter Dimov
0e99024312 Change file_name() and function_name() for source_location() to return '' instead of '(unknown)' 2022-02-03 06:56:39 +02:00
Peter Dimov
65068b2b9a Add the error handling category to libraries.json boost-1.78.0 2021-11-07 20:30:51 +02:00
Peter Dimov
63ff789657 Update static_assert, throw_exception in appveyor.yml boost-1.78.0.beta1 2021-10-29 04:47:57 +03:00
Peter Dimov
5e71707fd7 Enable syntax highlighting 2021-10-28 23:09:09 +03:00
Peter Dimov
f4d7aeb674 Add msvc-14.3 to ci.yml 2021-10-28 23:08:08 +03:00
Peter Dimov
08faf236b9 Merge branch 'feature/gha' into develop 2021-09-19 03:38:01 +03:00