LUMIERA.clone/tests/basics
Ichthyostega bec55a89e0 clean-up: ScopedHolder now obsoleted (closes: #958)
Investigated this topic again...
 * these were initially created before C++11
 * at that time, ''non-copyable'' objects were not common place
 * but we embraced that concept already, and thus had quite some pain
   when attempting to use such objects in STL containers
 * with C++11 and ''move semantics'' these problems basically evaporated
 * most usages were already upgraded and resolved
 * another use case is to handle a state variable, which is based on
   an immutable entity (like Time entities); `ItemWrapper` can be used
   as a remedy in such a situation
2025-05-31 19:43:43 +02:00
..
time clean-up: ScopedHolder now obsoleted (closes: #958) 2025-05-31 19:43:43 +02:00
call-queue-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
dependency-configuration-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
dependency-factory-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diagnostic-context-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
singleton-subclass-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
singleton-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
singleton-testmock-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
stream-type-basics-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
stream-type-lifecycle-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-target-obj.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
teststreamtypes.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
typed-counter-test.cpp Upgrade: improve Doxygen parameters and treat some warnings 2025-04-27 05:00:14 +02:00
typed-family-member-id-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
visitingtool-concept.cpp Upgrade: improve Doxygen parameters and treat some warnings 2025-04-27 05:00:14 +02:00
visitingtool-extended-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
visitingtool-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
zombie-check-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00