LUMIERA.clone/tests/library/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
..
event-log-test.cpp Activity-Lang: allow to verify invocation param in test 2023-08-15 20:03:01 +02:00
temp-dir-test.cpp Library: complete and verify temp-dir helper 2024-03-13 02:50:13 +01:00
test-helper-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
test-helper-variadic-test.cpp Library: draft a scheme to configure lib::Several with a custom allocator 2024-06-16 04:22:28 +02:00
test-option-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00