LUMIERA.clone/src/lib/test
Ichthyostega e176e54004 Library: adjust and fix semantics of nested 'value_type' binding
This is a subtle and far reaching fix, which hopefully removes
a roadblock regarding a Dispatcher pipeline: Our type rebinding
template used to pick up nested type definitions, especially
'value_type' and 'reference' from iterators and containers,
took an overly simplistic approach, which was then fixed
at various places driven by individual problems.

Now:
 - value_type is conceptually the "thing" exposed by the iterator
 - and pointers are treated as simple values, and no longer linked
   to their pointee type; rather we handle the twist regarding
   STL const_iterator direcly (it defines a non const value_type,
   which is sensible from the STL point of view, but breaks our
   generic iterator wrapping mechanism)
2023-05-23 01:07:53 +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 Library: adjust and fix semantics of nested 'value_type' binding 2023-05-23 01:07:53 +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