LUMIERA.clone/tests/basics/time
Ichthyostega 20392eee1c clean-up: successfully replaced the old fixed type sequence (closes: #987)
This resolves an intricate problem related to metaprogramming with
variadic templates and function signatures. Due to exceptional complexity,
a direct solution was blocked for several years, and required a better
organisation of the support code involved; several workarounds were
developed, gradually leading to a transition path, which could now
be completed in an focused clean-up effort over the last week.

Metaprogramming with sequences of types is organised into three layers:
- simple tasks can be solved with the standard facilities of the language,
  using pattern match with variadic template specialisations
- the ''type-sequence'' construct `Types<T...>` takes the centre stage
  for the explicit definition of collections of types; it can be re-bound
  to other variadic templates and supports simple direct manipulation
- for more elaborate and advanced processing tasks, a ''Loki-style type list''
  can be obtained from a type-sequence, allowing to perform recursive
  list processing task with a technique similar to LISP.
2025-06-07 18:04:59 +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 clean-up: successfully replaced the old fixed type sequence (closes: #987) 2025-06-07 18:04:59 +02: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: successfully replaced the old fixed type sequence (closes: #987) 2025-06-07 18:04:59 +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