Commit Graph

10 Commits

Author SHA1 Message Date
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
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
joaquintides
5827bf2574 gotten rid of redundant base1, base2 and base3 2024-06-03 18:53:24 +02:00
Braden Ganetsky
39d86cb896 Display foa stats in natvis if applicable 2024-06-02 11:27:15 -05:00
Braden Ganetsky
901f0a29b8 Write natvis for foa iterators 2024-06-01 09:26:38 -05:00
Braden Ganetsky
0a66c687fd Write natvis for foa and cfoa containers 2024-06-01 09:26:37 -05:00
Braden Ganetsky
763a862928 Write natvis for foa and cfoa helpers 2024-05-31 23:51:31 -05:00
Braden Ganetsky
27ead86b36 Write natvis for fca iterators 2024-05-31 23:51:31 -05:00
Braden Ganetsky
485101db9b Write natvis for fca containers 2024-05-31 23:51:30 -05:00
Braden Ganetsky
29521c3a77 Create natvis file and update CMakeLists.txt 2024-05-31 16:50:57 -05:00