LUMIERA.clone/doc/technical/build
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
..
BuildDependencies.txt Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
BuildDroneDraft.txt adjust overview pages and link in further content 2010-11-17 04:41:28 +01:00
index.txt Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
LumieraDebianPackage.txt release prep: clean-up obsolete information 2015-11-02 21:14:24 +01:00
SCons.txt Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00