LUMIERA.clone/src/steam
Ichthyostega 8ffab2f002 Dependencies: get rid of boost-regexp (see #995)
Mostly, std::regexp can be used as a drop-in replacement.

Note: unfortunately ECMA regexps do not support lookbehind assertions.
This lookbehind is necesary here because we want to allow parsing values
from strings with additional content, which means we need explicitly to
exclude mismatches due to invalid syntax.

We can work around that issue like "either line start, or *not* one of these characters.


Alternatively we could consider to make the match more rigid,
i.e we would require the string to conain *only* the timecode spec to be parsed.
2019-06-24 02:41:02 +02:00
..
asset Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
cmd Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
control Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
engine Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +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