lumiera_/src/lib/test
Ichthyostega d327094603 Library: draft a scheme to configure lib::Several with a custom allocator
Phew... this was a tough one — and not sure yet if this even remotely works...

Anyway, the `lib::SeveralBuilder` is already prepared for collaboration with a
custom allocator, since it delegates all memory handling through a base policy,
which in turn relies on std::allocator_traits.

The challenge however is to find a way...
 * to make this clear and easy to use
 * to expose an extension point for specific tweaks
 * and to make all this work without excessive header cross dependencies
2024-06-16 04:22:28 +02:00
..
diagnostic-output.hpp Chain-Load: demonstrate use of the expansion rule 2023-11-29 02:58:55 +01:00
event-log.cpp Scheduler: wrap-up and comment test cases thus far 2023-10-27 03:37:24 +02:00
event-log.hpp Library: reconsider join / stringify API 2023-09-29 17:00:13 +02:00
microbenchmark-adaptor.hpp Scheduler: simplify usage of microbenchmark helper 2023-10-30 20:17:16 +01:00
microbenchmark.hpp Scheduler-test: complete instrumentation helper 2024-02-15 00:52:59 +01:00
run.hpp Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
suite.cpp Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
suite.hpp testrunner: handle help request properly 2014-05-05 22:59:23 +02:00
temp-dir.hpp Library: complete and verify temp-dir helper 2024-03-13 02:50:13 +01:00
test-coll.hpp Library: elaborate SeveralBuilder operations 2024-06-16 04:22:28 +02:00
test-helper.cpp Library: test coverage for self-managed thread 2023-10-11 21:06:56 +02:00
test-helper.hpp Library: draft a scheme to configure lib::Several with a custom allocator 2024-06-16 04:22:28 +02:00
test.h integrate priority queue: lumiera namespace prefix; unit test pass 2013-09-13 05:44:58 +02:00
testdummy.hpp Library: investigate case with known element type 2024-06-16 04:22:28 +02:00
testoption.cpp Doxygen: fill in missing file level headlines for the Library (test helpers) 2016-11-07 15:51:41 +01:00
testoption.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
transiently.hpp Chain-Load: rework the pattern for dynamic rules 2023-11-30 02:13:39 +01:00