1011 Commits

Author SHA1 Message Date
joaquintides
aec9c48cf4 restored passing of working directory 2023-08-17 10:21:54 +02:00
joaquintides
3968ff0567 uploaded generate_legacy_archives.cpp for preservation 2023-08-17 10:21:54 +02:00
joaquintides
8170716156 de-constified values in legacy_serialization_test to appease some defective C++03 compilers 2023-08-17 10:21:54 +02:00
joaquintides
651727508b removed unneeded working directory passing 2023-08-17 10:21:54 +02:00
joaquintides
b3b4853dfa added legacy serialization tests 2023-08-17 10:21:54 +02:00
joaquintides
1f3980986d avoided sign-compare warnings 2023-08-17 10:21:54 +02:00
joaquintides
4e458f0054 added foa_exception_tests 2023-08-17 10:21:54 +02:00
joaquintides
8fe3ebc7b3 simplified serialization building 2023-08-17 10:21:54 +02:00
joaquintides
cf298cba7f removed spurious macro definition 2023-08-17 10:21:54 +02:00
joaquintides
d83efc5ea4 added first tests of serialization support 2023-08-17 10:21:54 +02:00
Christian Mazakas
a06498f5ce Add tests catching erroneous copying of groups data 2023-08-16 10:21:27 -07:00
joaquintides
66222eee6a
Merge branch 'develop' into feature/detect_reentrancy 2023-08-12 09:54:22 +02:00
Christian Mazakas
4918bb6b7e Add tests for interop assignment 2023-08-11 12:35:44 -07:00
Christian Mazakas
ce076782fd Add tests for interop constructors 2023-08-11 12:35:44 -07:00
Christian Mazakas
a22c133c3d Add tests for visit_while 2023-07-26 10:14:11 -07:00
joaquintides
f919ce532a repositioned LCOV annotations 2023-07-26 16:50:25 +02:00
joaquintides
30187f7743 excluded code from coverage analysis 2023-07-26 12:47:31 +02:00
joaquintides
dd30162c9e simplified reentrancy check config 2023-07-25 09:18:53 +02:00
joaquintides
f965298154 added reentrancy checking 2023-07-24 18:29:30 +02:00
Peter Dimov
3fc18d56ac Remove latch_tests.cpp 2023-06-26 16:13:20 +03:00
Peter Dimov
6bcf457b46 Use boost::compat::latch 2023-06-26 10:32:52 +03:00
Peter Dimov
fcb3f0e82a Decrease iterations in rw_spinlock_test8 to avoid timeouts 2023-06-26 02:42:12 +03:00
Peter Dimov
1e4deb10a1 Add rw_spinlock tests 2023-06-25 19:03:02 +03:00
Christian Mazakas
dce386068b Remove extraneous semicolons 2023-06-21 07:46:53 -07:00
Christian Mazakas
b2a4b22c89 Remove erroneous asserts from the test suite
These asserts were erroneously being removed in release builds of the tests which is never the intention
2023-06-19 09:21:48 -07:00
Christian Mazakas
2f7bba0c21 Implement proxy erase(iterator) 2023-06-19 08:21:13 -07:00
joaquintides
0440cd3183 widened previous workaround 2023-06-17 09:37:17 +02:00
Christian Mazakas
3a3148cc16 Add workaround for gcc-5.4 deficiencies in copy elision and new() construction 2023-06-16 14:16:26 -07:00
Christian Mazakas
ac5a99da31 Add max_size() impl 2023-06-15 22:15:57 -07:00
Christian Mazakas
6fed6ea5ad Remove extraneous fwd.hpp include from public facing headers 2023-06-15 22:15:57 -07:00
Christian Mazakas
c51c06492a Update iterator range insert to use emplace() vs insert() to avoid copies in certain cases 2023-06-15 22:15:57 -07:00
Christian Mazakas
f89a31849c Fix workaround for cfoa_fwd_tests 2023-06-06 08:27:55 -07:00
Christian Mazakas
ec945810eb Remove problematic test from clang-3.7 runner 2023-06-05 15:56:06 -07:00
Christian Mazakas
01a5dd0dd1 Add concurrent_flat_map to link tests for foa 2023-06-05 14:19:18 -07:00
Christian Mazakas
8877d21237 Replace dependency on SmartPtr with primitives in Core 2023-06-02 14:14:18 -07:00
Christian Mazakas
44c50cd2ea Resolve potential ambiguities during insertion by introducing a member function template 2023-06-01 14:19:14 -07:00
Christian Mazakas
e7c1e1a56e Clean up raii count checkers to avoid extraneous assertions 2023-06-01 14:18:54 -07:00
Christian Mazakas
9a22f8fbee Add missing dependency on SmartPtr 2023-05-31 09:14:44 -07:00
Christian Mazakas
51520de04b Add allocator using fancy pointers to insert_tests 2023-05-31 07:30:37 -07:00
Christian Mazakas
6e0f76f4c2 Add missing FindThreads to CML 2023-05-30 14:52:45 -07:00
Christian Mazakas
06aa4b5c19 Cleanup test CML 2023-05-30 13:24:21 -07:00
Christian Mazakas
332540c857 Attempt to fix CMake tests 2023-05-30 12:05:10 -07:00
Christian Mazakas
fdedb6c957 Add merge exceptions tests for cfoa 2023-05-30 09:19:50 -07:00
Christian Mazakas
c5df4ec069 Remove unused test 2023-05-25 08:41:26 -07:00
Christian Mazakas
55d79204be Add exceptions tests for cfoa assign ops 2023-05-24 15:23:09 -07:00
Christian Mazakas
f5d5299b88 Flesh out constructor exception tests 2023-05-24 11:06:45 -07:00
Christian Mazakas
61f11a58ee Push up failing test case for code review purposes 2023-05-23 15:28:14 -07:00
Christian Mazakas
e78dc311e3 Clean up erase tests 2023-05-23 08:43:10 -07:00
Christian Mazakas
a5748c2e8b Add initial container population to insert iterator range tests 2023-05-22 15:24:36 -07:00
Christian Mazakas
146c5cb6be Clean up exception tests 2023-05-22 14:19:21 -07:00