LUMIERA.clone/tests/basics
Ichthyostega 3395d002bd Library: helper to produce threadsafe member-IDs for a family of objects
This is a little bit of functionality needed again and again;
first I thought to use the TypedCounter, but this would be overkill,
since we do not actually need different instances, and we do not need
to select by type when incrementing the counter. In fact, we do not
even need anything beyond just allocating a number.

So I made a new class, which can be used RAII style
2017-01-14 03:07:48 +01:00
..
time SessionCommand: draft the idea of a function(integration) test 2017-01-11 04:19:43 +01:00
diagnostic-context-test.cpp reduce the load of some tests 2014-10-18 05:09:18 +02:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
streamtypebasicstest.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
streamtypelifecycletest.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
teststreamtypes.hpp reorganise test suite compartments 2014-10-17 20:02:25 +02:00
typed-counter-test.cpp Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
typed-family-member-id-test.cpp Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
visitingtool-concept.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
visitingtool-extended-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
visitingtool-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00