LUMIERA.clone/src/steam/engine
Ichthyostega 08dfe1007c Dispatcher-Pipeline: verify the expansion of prerequisites
- fix a bug in the MockDispatcher, when duplicating the ExitNodes.
  A vector-ctor with curly braces will be interpreted as std::initializer_list

- add visualisation of the contents appearing at the end of the pipeline

*** something still broken here, increments don't happen as expected
2023-06-14 04:20:50 +02:00
..
worker Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
buffer-local-key.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
buffer-metadata.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
buffer-provider.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
buffer-provider.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
buffhandle-attach.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
buffhandle.hpp QA: check for possible misalignment through placement new (-> #1204) 2019-11-08 01:14:36 +01:00
bufftable-obsolete.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
bufftable.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
calc-plan-continuation.cpp Dispatcher-Pipeline: arrangement of builder types 2023-06-04 02:01:07 +02:00
calc-plan-continuation.hpp Job-Planning: investigate invocation of jobs 2023-04-30 02:18:56 +02:00
calc-stream.hpp Job-Planning: Analysis for the next step 2023-05-26 04:20:12 +02:00
channel-descriptor.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
diagnostic-buffer-provider.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
diagnostic-buffer-provider.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dispatch-table.cpp Dispatcher-Pipeline: decide upon the translation into portIDX 2023-06-12 19:21:14 +02:00
dispatch-table.hpp Dispatcher-Pipeline: decide upon the translation into portIDX 2023-06-12 19:21:14 +02:00
dispatcher.cpp Dispatcher-Pipeline: decide upon the translation into portIDX 2023-06-12 19:21:14 +02:00
dispatcher.hpp Dispatcher-Pipeline: verify the expansion of prerequisites 2023-06-14 04:20:50 +02:00
engine-diagnostics.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
engine-service-mock.cpp Job-Planning: new draft - organise the overall planning process 2023-04-17 04:51:38 +02:00
engine-service-mock.hpp Job-Planning: new draft - organise the overall planning process 2023-04-17 04:51:38 +02:00
engine-service.cpp Dispatcher-Pipeline: decide upon the translation into portIDX 2023-06-12 19:21:14 +02:00
engine-service.hpp Job-Planning: new draft - organise the overall planning process 2023-04-17 04:51:38 +02:00
exit-node.hpp Dispatcher-Pipeline: create hook for self-validation 2023-06-12 01:18:59 +02:00
frame-coord.hpp Dispatcher-Pipeline: verify the expansion of prerequisites 2023-06-14 04:20:50 +02:00
job-planning.hpp Dispatcher-Pipeline: decide upon the translation into portIDX 2023-06-12 19:21:14 +02:00
job-ticket.cpp Dispatcher-Pipeline: now (finally) able to implement MockDispatcher 2023-06-13 03:47:42 +02:00
job-ticket.hpp Dispatcher-Pipeline: mocked Dispatcher implementation complete (closes: #1294) 2023-06-13 20:23:33 +02:00
mask.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
mask.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
nodefactory.cpp Dispatcher-Pipeline: consider how to access render nodes from job 2023-06-06 04:25:12 +02:00
nodefactory.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
nodeinvocation.hpp Project: update and clean-up Doxygen configuration 2021-01-24 19:35:45 +01:00
nodeoperation.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
nodewiring-config.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
nodewiring-def.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
nodewiring.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
nodewiring.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
procnode.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
render-drive.cpp Job-Planning: Analysis for the next step 2023-05-26 04:20:12 +02:00
render-drive.hpp Job-Planning: Analysis for the next step 2023-05-26 04:20:12 +02:00
render-invocation.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
render-invocation.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
renderengine.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
renderengine.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
rendergraph.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
rendergraph.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
source.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
source.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
stateproxy.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
stateproxy.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
time-anchor.hpp Dispatcher+Scheduler: decision to dispose of the TimeAnchor 2023-05-31 03:27:13 +02:00
tracking-heap-block-provider.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
tracking-heap-block-provider.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
type-handler.hpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00