lumiera_/tests/core/steam/engine
Ichthyostega a90b9e5f16 Library: uniform definition scheme for error-IDs
In the Lumiera code base, we use C-String constants as unique error-IDs.
Basically this allows to create new unique error IDs anywhere in the code.

However, definition of such IDs in arbitrary namespaces tends to create
slight confusion and ambiguities, while maintaining the proper use statements
requires some manual work.

Thus I introduce a new **standard scheme**
 * Error-IDs for widespread use shall be defined _exclusively_ into `namespace lumiera::error`
 * The shorthand-Macro `LERR_()` can now be used to simplify inclusion and referral
 * (for local or single-usage errors, a local or even hidden definition is OK)
2024-03-21 19:57:34 +01:00
..
buff-table-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
buffer-metadata-key-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
buffer-metadata-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
buffer-provider-protocol-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
calc-stream-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dispatcher-interface-test.cpp Job-Planning: rework of dispatcher and pipeline builder complete (see #1301) 2023-06-22 03:55:09 +02:00
engine-interface-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
job-hash-test.cpp Activity-Lang: failure will certainly not be signalled to the Job 2023-08-15 17:18:30 +02:00
job-planning-pipeline-test.cpp the new design takes the old name 2023-06-22 20:23:55 +02:00
job-planning-test.cpp Job-Planning: extended deadline integration test 2023-06-21 04:04:11 +02:00
mock-dispatcher.cpp Activity-Lang: failure will certainly not be signalled to the Job 2023-08-15 17:18:30 +02:00
mock-dispatcher.hpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
mock-support-test.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
node-basic-test.cpp Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00
node-fabrication-test.cpp Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00
node-operation-test.cpp Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00
node-source-test.cpp Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00
scheduler-interface-test.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
testframe-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
testframe.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
testframe.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
timings-test.cpp bye bye Monad (closes #1276) 2023-06-22 20:23:55 +02:00
tracking-heap-block-provider-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00