lumiera_/tests/core/steam/mobject/session
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
..
add-clip-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
defs-manager-impl-test.cpp Scheduler-test: investigate and fix further memory manager problem 2023-12-28 02:13:24 +01:00
defs-manager-test.cpp Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
defs-registry-impl-test.cpp Global-Layer-Renaming: rearrange directories 2018-11-15 23:28:03 +01:00
deletecliptest.cpp Segmentation: reorganise namespaces 2023-04-25 18:27:16 +02:00
output-mapping-test.cpp Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00
placement-index-query-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
placement-index-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
placement-scope-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
query-focus-stack-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
query-focus-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
query-resolver-test.cpp Global-Layer-Renaming: rearrange directories 2018-11-15 23:28:03 +01:00
rebuildfixturetest.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
scope-path-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
scope-query-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
session-element-query-test.cpp Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
session-element-tracker-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
session-manager-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
session-modify-parts-test.cpp Segmentation: reorganise namespaces 2023-04-25 18:27:16 +02:00
session-service-access-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
session-structure-test.cpp Segmentation: reorganise namespaces 2023-04-25 18:27:16 +02:00
test-scope-invalid.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-scopes.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-scopes.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
testclip.cpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
testclip.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
testroot.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
testsession1.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
timeline-sequence-handling-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00