LUMIERA.clone/tests/library/meta
Ichthyostega b61ca94ee5 Scheduler: rectify λ-post API
...to bring it more in line with all the other calls dealing with Activity*
...allows also to harmonise the ActivityLang::dispatchChain()
...and to compose the calls in Scheduler directly

NOTE: there is a twist: our string-formatting helper did not render
custom string conversions for objects passed as pointer. This was a
long standing problem, caused by ambiguous templates overloads;
now I've attempted to solve it one level more down, in util::StringConv.
This solution may turn out brittle, since we need to exclude any direct
string conversion, most notably the ones for C-Strings (const char*)

In case this solution turns out unsustainable, please feel free
to revert this API change, and return to passing Activity& in λ-post,
because in the end this is cosmetics.
2023-10-23 01:48:46 +02:00
..
access-casted-test.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
config-flags-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
duck-detector-extension-test.cpp Refactoring: extract new duck detectors 2017-12-05 06:05:33 +01:00
duck-detector-test.cpp Refactoring: extract new duck detectors 2017-12-05 06:05:33 +01:00
dummy-functions.hpp
function-closure-test.cpp DOC: eliminate spurious mentions of tr1:: 2018-01-12 03:03:25 +01:00
function-composition-test.cpp DOC: eliminate spurious mentions of tr1:: 2018-01-12 03:03:25 +01:00
function-erasure-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
function-signature-test.cpp
generator-combinations-test.cpp
generator-test.cpp
iterable-classification-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
late-bind-instance-test.cpp Scheduler: rectify λ-post API 2023-10-23 01:48:46 +02:00
meta-utils-test.cpp
tuple-diagnostics.hpp Library: extract type rebinding helper 2023-08-01 14:52:20 +02:00
tuple-helper-test.cpp Library: extract type rebinding helper 2023-08-01 14:52:20 +02:00
tuple-record-init-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
type-demangling-test.cpp
type-display-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
typelist-diagnostics.hpp
typelist-manip-test.cpp
typelist-test.cpp
typelist-util-test.cpp
typeseq-manip-test.cpp
value-type-binding-test.cpp the new design takes the old name 2023-06-22 20:23:55 +02:00
variadic-argument-picker-test.cpp
virtual-copy-support-test.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00