LUMIERA.clone/src/steam
Ichthyostega 94edb5de86 BufferMetadata: likewise abandon use of function comparison for buffer handlers
The existing implementation created a Buffer-Type based on various traits,
including the constructor and destructor functions for the buffer content.
However, this necessitates calculating the hash_value of a std::function,
which (see #294) is generally not possible to implement.

So with this changeset we now store an additional identity hash value
right into the TypeHandler, based on the target type placed into the buffer
2019-06-23 18:57:21 +02:00
..
asset Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
cmd Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
control Commands: disable equivalence-test on command equality 2019-06-23 17:35:21 +02:00
engine BufferMetadata: likewise abandon use of function comparison for buffer handlers 2019-06-23 18:57:21 +02:00
external Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
mobject Timeline: draft a concept to attack the custom layout 2018-12-10 00:12:52 +01:00
play Library: settle long standing confusion regarding time border conditions 2018-12-10 00:12:43 +01:00
asset.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
asset.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
assetmanager.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
assetmanager.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
cmd.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
common.hpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
config-resolver.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
config-resolver.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
controllerfacade.hpp Global-Layer-Renaming: transform header include guards 2018-11-15 23:52:02 +01:00
DIR_INFO Global-Layer-Renaming: rearrange directories 2018-11-15 23:28:03 +01:00
facade.cpp Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
facade.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
state.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
streamtype.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
streamtype.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00