lumiera_/tests/basics/time
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
..
digxel-configurations-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
digxel-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
format-support-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
quantiser-basics-test.cpp clean-up: relocate frame quantisation operations 2025-05-28 23:49:01 +02:00
time-basics-test.cpp clean-up: retract usages of »time component access« 2025-05-27 20:43:52 +02:00
time-control-test.cpp clean-up: ScopedHolder now obsoleted (closes: #958) 2025-05-31 19:43:43 +02:00
time-dropframe-test.cpp clean-up: relocate NTSC drop-frame conversion functions 2025-05-27 23:39:36 +02:00
time-formats-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
time-mutation-test.cpp clean-up: remove gavl_time_t as external dependency 2025-05-17 23:12:47 +02:00
time-parsing-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
time-quantisation-test.cpp Invocation: Analysis pertaining to storage for param data 2024-12-07 18:15:44 +01:00
time-value-test.cpp clean-up: remove gavl_time_t as external dependency 2025-05-17 23:12:47 +02:00