Rene Rivera
1edbe3fdbe
Change all <source> references to <library>.
2024-07-20 21:27:30 -05:00
Rene Rivera
42579dee10
Add uuid test dependency.
2024-07-19 16:00:30 -05:00
Rene Rivera
0928b3d016
Add process test dependency.
2024-07-19 12:58:21 -05:00
Rene Rivera
5d7786b47e
Add interprocess test dependency.
2024-07-19 08:11:35 -05:00
Rene Rivera
228fede498
Sync from upstream.
2024-07-18 09:28:57 -05:00
Braden Ganetsky
7ddd562532
Implement natvis for fancy pointers ( #262 )
...
* Add file for manual natvis testing
* Equip natvis file to allow fancy pointers
* Update docs
* [skip ci] add links to natvis docs
2024-07-15 19:42:28 +02:00
Rene Rivera
88535dca1f
Sync from upstream.
2024-07-12 08:54:23 -05:00
joaquintides
e3818afd45
test interprocess concurrency ( #258 )
...
* added cfoa_interprocess_concurrency_tests
* avoided C++14 digit separators
* stopped using exit codes to pass numerical info to parent
* Reorder includes to make msvc-14.0 happy
* made cumulative_stats interprocess concurrency safe
* disabled interprocess_concurrency_tests for Clang 3.5-8
(Boost.Process compile error)
* made test names shorter for the benefit of MINGW32
---------
Co-authored-by: Peter Dimov <pdimov@gmail.com>
2024-06-22 09:13:30 +02:00
Rene Rivera
8630a588bd
Sync from upstream.
2024-05-10 20:47:21 -05:00
joaquintides
6215406c02
added tests for stats feature
2024-05-01 18:15:14 +02:00
Rene Rivera
a1f9097f2b
Sync from upstream.
2024-04-10 07:57:16 -05:00
Braden Ganetsky
82ba55e4a4
Write test pmr_emplace_erase to check basic functionality with pmr allocators
2024-03-24 12:22:44 -05:00
Rene Rivera
89515ee604
Make the library modular usable.
2024-03-11 08:38:17 -05:00
joaquintides
15cfef6967
Fixed support for allocators with explicit
copy constructors ( #234 )
...
* added tests for explicit allocators
* made explicit_alloc_ctor_tests work
by adhering to the principle that classes templated with Allocator should accept exactly Allocator objects
* removed TMP machinery older compilers choke about
* initialized variables
* updated release notes
* fixed PR number
2024-02-17 18:58:48 +01:00
Braden Ganetsky
67c5cdb3a6
Optimize emplace()
for exactly a value_type
or init_type
argument ( #227 )
...
* Add structs to count special member functions
* Add failing emplace tests, that will pass after making the optimization
* Optimize emplace() to not allocate when we already have a value_type or init_type
* Fix newly failing cfoa tests
2023-12-31 18:56:14 +01:00
joaquintides
ef0b3a0cd8
fixed #201
2023-10-04 17:38:33 +02:00
Christian Mazakas
630031706b
Remove project test requirements and remove problematic CI entries
2023-09-28 09:51:47 -07:00
Christian Mazakas
b482890453
Update testing requirements to re-enable gcc-4.8 and above
2023-09-28 08:27:12 -07:00
Christian Mazakas
d742ee3a3b
Remove unnecessary BOOST_UNORDERED_USE_MOVE tests
2023-09-27 11:44:44 -07:00
Christian Mazakas
08187c7a1f
Swap _include_tests suffix for _hpp
2023-09-19 12:27:19 -07:00
Christian Mazakas
6953014874
Update self-include tests to use a significantly shorter mangling scheme for msvc targets
2023-09-19 11:42:23 -07:00
Christian Mazakas
7b24cf6607
Cleanup self-include tests to compile
solely as object files
2023-09-19 08:51:12 -07:00
Christian Mazakas
c0cd51bd2a
Update test jamfile to glob for project headers and create self-include tests
2023-09-18 13:25:21 -07:00
joaquintides
cad3509a17
added boost::concurrent_flat_set to mmap_tests
2023-09-16 11:18:39 +02:00
Christian Mazakas
33ee8ea302
Disable mmap_tests for cygwin targets
...
Interprocess tries to erroneously call ftruncate without the corresponding header being included.
2023-09-15 08:22:31 -07:00
Christian Mazakas
f4f322b94d
Update requirements for TypeIndex
2023-08-30 09:57:22 -07:00
Christian Mazakas
a0679e5ffe
Add mmap_tests
2023-08-30 09:56:28 -07:00
Christian Mazakas
b01f9ee15d
Refactor Jamfile, add C++11 as compiler minimum
2023-08-30 09:56:28 -07:00
joaquintides
a2ad7966ea
removed serialization tests from UBSAN runs
2023-08-17 10:21:54 +02:00
joaquintides
9d897faece
added cfoa_serialization_tests
2023-08-17 10:21:54 +02:00
joaquintides
0365be763a
dealt with serialization_tests's big executable size
2023-08-17 10:21:54 +02:00
joaquintides
aec9c48cf4
restored passing of working directory
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
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
d83efc5ea4
added first tests of serialization support
2023-08-17 10:21:54 +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
1e4deb10a1
Add rw_spinlock tests
2023-06-25 19:03:02 +03:00
Christian Mazakas
fdedb6c957
Add merge exceptions tests for cfoa
2023-05-30 09:19:50 -07:00
Christian Mazakas
55d79204be
Add exceptions tests for cfoa assign ops
2023-05-24 15:23:09 -07:00
Christian Mazakas
61f11a58ee
Push up failing test case for code review purposes
2023-05-23 15:28:14 -07:00
Christian Mazakas
16550ded0c
Add exceptional erase tests
2023-05-22 10:17:36 -07:00
Christian Mazakas
ffcae204ee
Add insert_exception_tests
2023-05-19 12:33:23 -07:00
Christian Mazakas
5f249bc681
Add fwd header
2023-05-16 13:31:35 -07:00
Christian Mazakas
32ff2f145e
Add initial draft of equality tests
2023-05-16 11:55:56 -07:00
Christian Mazakas
21afc69894
Add initial tests for rehash(), reserve()
2023-05-10 13:22:02 -07:00
Christian Mazakas
99b0868283
Add initial impl of merge()
2023-05-05 10:20:52 -07:00
Christian Mazakas
2ea0dbf30e
Add impl of member function swap()
2023-05-02 13:44:27 -07:00