lumiera_/src/lib
Ichthyostega 4b6d812578 Invocation: provide access to a deduplicated ProcID
...as follow-up to yesterday's decisions
 - each Port will just feature a (stable) reference to a ProcID record
 - which is deduplicated and likewise refers to deduplicated symbolic tags
 - and further spec and hash values are computed on-demand by this entity

__Note__: all functionality belonging to the ''Builder'' can be assumed to run **non-concurrent**
2024-11-03 21:03:34 +01:00
..
diff Library: allow to move the Rec::Mutator 2024-03-31 19:12:42 +02:00
idi Scheduler: implement automatic clean-up of outdated entries 2023-11-03 01:17:10 +01:00
meta Library: investigate discrepancy in allocator 2024-06-18 17:20:23 +02:00
stat Scheduler-test: calculate linear model as test result 2024-04-09 17:10:21 +02:00
test Library: investigate discrepancy in allocator 2024-06-18 17:20:23 +02:00
time Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
access-casted-o.hpp
access-casted.hpp
allocation-cluster.cpp Library: AllocationCluster and SeveralBuilder logic tweaks 2024-06-19 15:45:12 +02:00
allocation-cluster.hpp Invocation: rearrange SeveralBuilder policy 2024-07-17 01:43:17 +02:00
allocator-handle.hpp Library: build adaptor for automated unique-ownership 2024-06-16 19:31:16 +02:00
binary-search.hpp Scheduler-test: fix deficiencies in search control mechanism 2024-02-19 17:38:04 +01:00
builder-qualifier-support.hpp ElementBox: extract builder qualifier support as library implementation 2022-08-28 23:36:27 +02:00
call-queue.hpp Library/Application: consolidate Monitor API and usage 2023-10-15 20:42:55 +02:00
cmdline.cpp Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
cmdline.hpp Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
del-stash.hpp Library: some first thoughts regarding random number generation 2024-03-12 00:48:11 +01:00
depend-inject.hpp Project: update and clean-up Doxygen configuration 2021-01-24 19:35:45 +01:00
depend.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
diagnostic-context.hpp C++17: some related clean-up 2020-02-21 23:55:09 +01:00
DIR_INFO
dot-gen.hpp Chain-Load: integrate topology visualisation (DOT) 2023-11-16 18:42:36 +01:00
element-tracker.hpp maximum munch 2016-12-23 04:23:03 +01:00
error-exception.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
error-state.c
error.h Modernise Lumiera Error baseclass 2018-04-01 23:45:00 +02:00
error.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
format-cout.hpp DOC: fix syntax of some doxygen links 2018-09-21 14:33:12 +02:00
format-obj.cpp Library: introduce formating variants for decimal10 2024-03-14 17:32:22 +01:00
format-obj.hpp Library: introduce formating variants for decimal10 2024-03-14 17:32:22 +01:00
format-string.cpp Library: Uninitialised-Storage array (see #1204) 2023-12-02 23:56:46 +01:00
format-string.hpp Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
format-util.hpp Library: reconsider join / stringify API 2023-09-29 17:00:13 +02:00
frameid.hpp Invocation: further considerations regarding diagnostics 2024-11-02 02:57:35 +01:00
gnuplot-gen.cpp Scheduler-test: fine-tuning of result presentation (Gnuplot) 2024-04-08 18:45:02 +02:00
gnuplot-gen.hpp Library: customisation of the generated Gnuplot diagram 2024-04-03 19:31:00 +02:00
handle.hpp Scheduler-test: a helper for one-time operations 2023-12-08 03:16:57 +01:00
hash-fnv.c Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
hash-fnv.h Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
hash-indexed.hpp DOC: eliminate spurious mentions of tr1:: 2018-01-12 03:03:25 +01:00
hash-standard.hpp Job-Planning: investigate invocation of jobs 2023-04-30 02:18:56 +02:00
hash-value.h Chain-Load: implement planning JobFunctor 2023-12-04 16:29:57 +01:00
incidence-count.hpp Scheduler-test: rework ParameterRange tool for data visualisation 2024-04-04 02:52:57 +02:00
integral.hpp Library: introduce formating variants for decimal10 2024-03-14 17:32:22 +01:00
ios-savepoint.hpp Lib: fix a bug with diagnostic output 2022-09-27 01:51:21 +02:00
iter-adapter-ptr-deref.hpp Block-Flow: investigate proper working of on-demand allocation 2023-07-12 19:19:41 +02:00
iter-adapter-stl.hpp Library: adjust and fix semantics of nested 'value_type' binding 2023-05-23 01:07:53 +02:00
iter-adapter.hpp Library: elaborate SeveralBuilder operations 2024-06-16 04:22:28 +02:00
iter-chain-search.hpp Activity-Lang: investigate ways to verify invocation sequences 2023-08-13 20:49:30 +02:00
iter-cursor.hpp Library: adjust and fix semantics of nested 'value_type' binding 2023-05-23 01:07:53 +02:00
iter-explorer.hpp Scheduler-test: continue investigation - combine base expense with stress factor 2024-02-11 03:53:42 +01:00
iter-index.hpp Library: add iteration capability to the Several-container 2024-06-16 04:22:27 +02:00
iter-source.hpp Library: adjust and fix semantics of nested 'value_type' binding 2023-05-23 01:07:53 +02:00
iter-stack.hpp TreeExplorer: helper function so support ChainSearch::clearFilter() 2018-09-14 21:06:15 +02:00
itertools.hpp Job-Planning: switch to processing references 2023-05-23 01:08:05 +02:00
lazy-init.hpp Chain-Load: verify (and bugfix) 2023-12-03 04:59:18 +01:00
lifecycle.cpp Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
lifecycleregistry.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
linked-elements.hpp Library: enable empty-base optimisation for allocator 2024-05-27 19:02:31 +02:00
llist.h Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
lockerror.c MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
lockerror.h Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
luid.c Job-Planning: provide stub implementation for NOP job (see #1296) 2023-05-01 01:48:36 +02:00
luid.h Job-Planning: provide stub implementation for NOP job (see #1296) 2023-05-01 01:48:36 +02:00
multifact.hpp C++17: some related clean-up 2020-02-21 23:55:09 +01:00
mutex.c
mutex.h
nobug-init.cpp Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
nobug-init.hpp
nobug-resource-handle-context.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
nocopy.hpp DI: rework dependency-injection configuration in terms of the new DependencyFactory 2018-03-30 05:56:53 +02:00
null-value.hpp QA: check for possible misalignment through placement new (-> #1204) 2019-11-08 01:14:36 +01:00
opaque-holder.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
optional-ref.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
p.hpp GCC-5 compatibility: remove the last remaining auto_ptrs 2017-05-01 21:43:10 +02:00
path-array.hpp QA: check for possible misalignment through placement new (-> #1204) 2019-11-08 01:14:36 +01:00
polymorphic-value.hpp Library: Uninitialised-Storage array (see #1204) 2023-12-02 23:56:46 +01:00
ppmpl.h
psplay.c Fix some further mentions and links to Cinelerra-CV 2020-12-11 23:48:30 +01:00
psplay.h Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
query-diagnostics.hpp Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
query-text.cpp Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
query-text.hpp
query-util.cpp Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
query-util.hpp Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
random-draw.hpp Library: improve helper to deal with self-shadowing ctor (see: #963) 2024-04-01 19:40:19 +02:00
random.cpp Library: simple default implementation for random sequences 2024-03-12 02:34:19 +01:00
random.hpp Library: cover statistic functions and linear regression 2024-03-16 03:05:49 +01:00
rational.hpp Library: introduce formating variants for decimal10 2024-03-14 17:32:22 +01:00
recmutex.c
recmutex.h
ref-array-impl.hpp Invocation: consider storage and allocation of fan-in/fan-out 2024-05-13 18:34:42 +02:00
ref-array.hpp Invocation: consider storage and allocation of fan-in/fan-out 2024-05-13 18:34:42 +02:00
regex.hpp Library: prepare for a ETD binding 2024-03-27 01:24:41 +01:00
replaceable-item.hpp Library: Uninitialised-Storage array (see #1204) 2023-12-02 23:56:46 +01:00
result.hpp Library: verify thread self-recognition 2023-09-30 00:10:09 +02:00
safeclib.c Library/Application: complete technology switch (closes #1279) 2023-10-16 01:44:04 +02:00
safeclib.h Fix some further mentions and links to Cinelerra-CV 2020-12-11 23:48:30 +01:00
scoped-collection.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
scoped-holder-transfer.hpp QA: check for possible misalignment through placement new (-> #1204) 2019-11-08 01:14:36 +01:00
scoped-holder.hpp Library: document usage of AllocationCluster for STL containers 2024-05-28 00:36:32 +02:00
scoped-ptrvect.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
searchpath.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
searchpath.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
sectionlock.h Clean-up: problematic function signature 2020-02-16 02:05:42 +01:00
several-builder.hpp Invocation: reconsider data access and allocator usage from Builder 2024-10-23 16:27:09 +02:00
several.hpp Invocation: adjustments to lib::Several to prepare for allocator use 2024-07-07 16:12:22 +02:00
simple-allocator.hpp QA: check for possible misalignment through placement new (-> #1204) 2019-11-08 01:14:36 +01:00
split-splice.hpp Job-Planning: verify and complete the build-up of mock structures (see #1294) 2023-05-24 03:38:12 +02:00
sub-id.hpp Commands: establish location for defining commands 2017-03-17 21:07:12 +01:00
symbol-impl.cpp Invocation: provide access to a deduplicated ProcID 2024-11-03 21:03:34 +01:00
symbol-table.hpp Invocation: provide access to a deduplicated ProcID 2024-11-03 21:03:34 +01:00
symbol.hpp Invocation: provide access to a deduplicated ProcID 2024-11-03 21:03:34 +01:00
sync-barrier.hpp Library: investigate Mutex+Condition-Var for comparison 2023-09-24 21:52:38 +02:00
sync-classlock.hpp Library/Application: consolidate Monitor implementation 2023-10-15 02:41:41 +02:00
sync.hpp Library/Application: complete technology switch (closes #1279) 2023-10-16 01:44:04 +02:00
text-template-gen-node-binding.hpp Library: complete ETD data-source binding and test (closes #1359) 2024-03-28 03:18:02 +01:00
text-template.hpp Library: complete ETD data-source binding and test (closes #1359) 2024-03-28 03:18:02 +01:00
thread.cpp Library/Application: switch WorkForce 2023-10-12 22:00:55 +02:00
thread.hpp Library: ensure thread-ID is initialised at thread start 2023-11-07 16:22:29 +01:00
time.h Library: rectify confusingly named function on the Grid API 2022-12-05 01:05:23 +01:00
tmpbuf.c Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
tmpbuf.h Doxygen: fill in missing file level headlines for the Library 2016-11-08 13:18:05 +01:00
typed-allocation-manager.hpp QA: check for possible misalignment through placement new (-> #1204) 2019-11-08 01:14:36 +01:00
typed-counter.hpp Library/Application: consolidate Monitor API and usage 2023-10-15 20:42:55 +02:00
uninitialised-storage.hpp Invocation: look for ways to build an example InvocationAdapter 2024-07-11 16:31:11 +02:00
unique-malloc-owner.hpp reorganisation(#985): move basic typeString implementation into lib::meta 2016-01-05 23:34:53 +01:00
util-coll.hpp Library: integrate generic min/max function 2020-03-08 02:05:39 +01:00
util-foreach.hpp metaprogramming: switch util-foreach to variadic templates (#967) 2017-08-11 20:35:53 +02:00
util-quant.hpp Library: AllocationCluster and SeveralBuilder logic tweaks 2024-06-19 15:45:12 +02:00
util-tuple.hpp Library: extract helper for unloading a sequence into a tuple 2023-05-10 14:49:51 +02:00
util.cpp Library: implement logic-interpretation 2024-03-25 03:30:16 +01:00
util.hpp Library: AllocationCluster and SeveralBuilder logic tweaks 2024-06-19 15:45:12 +02:00
variant-o.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
variant.hpp Library: introduce compact textual representation for GenNode 2024-03-28 03:14:21 +01:00
vcall.h
verb-token.hpp Library: complete test coverage of VerbPack 2019-06-11 02:40:20 +02:00
verb-visitor.hpp Project: update and clean-up Doxygen configuration 2021-01-24 19:35:45 +01:00
visitor-dispatcher.hpp MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
visitor-policies.hpp
visitor.hpp Global-Layer-Renaming: adapt lots of documentation 2018-11-15 21:13:52 +01:00
wrapper.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
wrapperptr.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
zombie-check.hpp FailureHandling: improved ZombieCheck 2018-10-01 05:51:21 +02:00