LUMIERA.clone/src
Ichthyostega f6f8220fbe clean-up: simplify function-closure -- can now remove obsoleted impl
A lot of repetitive, pre C++11 metaprogramming code can now be removed,
and several helper constructs, which were needed to handle generic
function application and passing a tuple of values to create a binder.

Note however, the highly complex and technical core of this header
still remains intact; which is to create a ''partial closure'' over
some arguments of a function, while keeping the remaining arguments
open as parameters for invocation.

TODO: Even in the remaining code there is a lot of redundancy
and helper construct which are no longer necessary
2025-06-05 19:11:46 +02:00
..
common Clean-up: remove dummy-player services and interfaces (see #1342) 2025-05-14 01:32:21 +02:00
include Clean-up: remove dummy-player services and interfaces (see #1342) 2025-05-14 01:32:21 +02:00
lib clean-up: simplify function-closure -- can now remove obsoleted impl 2025-06-05 19:11:46 +02:00
lumiera Clean-up: remove dummy-player services and interfaces (see #1342) 2025-05-14 01:32:21 +02:00
plugin
stage clean-up: simplify function-closure -- rebuild the 'bind' case 2025-06-05 03:19:03 +02:00
steam clean-up: simplify function-closure -- eliminate the 'apply' case 2025-06-05 01:18:59 +02:00
tool Upgrade: allow for build on »Trixie« with GCC-14 2025-04-06 18:18:52 +02:00
vault clean-up: dismantle the low-level time handling library (see #1259) 2025-05-29 02:04:36 +02:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
doxygen.dox Upgrade: improve Doxygen parameters and treat some warnings 2025-04-27 05:00:14 +02:00
SConscript Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00