LUMIERA.clone/src
Ichthyostega 8ca3c61c6f Library: Analysis and planning towards a generic Allocator Concept
The following structure can be expected, after __switching to C++20__
 * Concept **Allocator** deals with the bare memory allocation
 * Concept **Factory** handles object creation and disposal by delegation
 * Concept **Handle** is a ready-made functor for dependency-injection

Right now, an implementation of the ''prospective Factory Concept''
can be provided, by delegating through `std::allocator_traits` to a given
`std::allocator` or compatible object
2024-05-26 19:31:30 +02:00
..
common Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
include Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
lib Library: Analysis and planning towards a generic Allocator Concept 2024-05-26 19:31:30 +02:00
lumiera Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
plugin
stage Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
steam Invocation: capture idea for sharpened invocation structure 2024-05-12 17:27:07 +02:00
tool Doxygen: fill in missing file level headlines for some supplemental code 2016-11-09 20:09:19 +01:00
vault Scheduler-test: reduce impact of scale adjustments on breakpoint-search 2024-04-18 01:39:27 +02:00
.gitignore
DIR_INFO
doxygen.dox Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
SConscript Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00