lumiera_/src/lib/idi
Ichthyostega 5dbe877318 Library: add option to bypass the sanitising in EntryID
While in general it is fine to clean-up any entity IDs
to be US-ASCII alphanumerics (plus some allowed interpunction),
the GenNodes and also keys in object-bindings for diff are
considerd internal interfaces, assuming that any passed
ID symbol is already sanitised and checked. So the
sanitise operation can be skipped. This changeset
adds the same option directly to lib::EntryID,
allowing to create an EntryID that matches
a similar GenNode's (hash) ID.
2016-05-28 03:21:04 +02:00
..
entry-id.hpp Library: add option to bypass the sanitising in EntryID 2016-05-28 03:21:04 +02:00
genfunc.cpp clean-up(#985): unify various type-indicating helpers 2016-01-09 02:05:23 +01:00
genfunc.hpp back to UI command invocation: basically implement a placeholder command 2016-01-22 12:19:25 +01:00