LUMIERA.clone/src/lib/test
Ichthyostega fbfbd2a078 Dispatcher+Scheduler: decision to dispose of the TimeAnchor
several years ago, it seemed like a good idea to incorporate
the link between nominal time and wall-clock time into a dedicated
anchor point, which also regulates the continued frame planning.

But it turned out that such a design mixes up several concepts
and introduces confusion regarding the meaning of "real time"
- latency can not be reasonably defined for a whole planning chunk
- skipping or sliding due to missed deadlines can not reasonably handled
  within such an abstract entity; it must be handled rather at the
  level of a playback process
- linking the frame grid generation directly to a planning chunk
  undercuts the possible abstraction of a planning pipeline
2023-05-31 03:27:13 +02:00
..
diagnostic-output.hpp Timeline: finish ZoomWindow implementation and boundrary tests 2022-12-18 03:47:40 +01:00
event-log.cpp EventLog: reorder code to accommodate the split 2018-09-20 04:11:00 +02:00
event-log.hpp EventLog: reorder code to accommodate the split 2018-09-20 04:11:00 +02:00
microbenchmark.hpp Lib: test coverage for rational-int corner cases and integer-log 2022-11-14 05:20:37 +01:00
run.hpp Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
suite.cpp DI: verify and improve static sanity checks 2018-03-22 21:43:19 +01:00
suite.hpp testrunner: handle help request properly 2014-05-05 22:59:23 +02:00
test-coll.hpp Doxygen: fill in missing file level headlines for the Library (test helpers) 2016-11-07 15:51:41 +01:00
test-helper.cpp test-helper for comparison with expected (string) result 2023-05-04 00:48:29 +02:00
test-helper.hpp Dispatcher+Scheduler: decision to dispose of the TimeAnchor 2023-05-31 03:27:13 +02:00
test.h integrate priority queue: lumiera namespace prefix; unit test pass 2013-09-13 05:44:58 +02:00
testdummy.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
testoption.cpp Doxygen: fill in missing file level headlines for the Library (test helpers) 2016-11-07 15:51:41 +01:00
testoption.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00