LUMIERA.clone/tests/basics/time
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
..
digxel-configurations-test.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
digxel-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
format-support-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
quantiser-basics-test.cpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
time-basics-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-control-test.cpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
time-formats-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
time-mutation-test.cpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
time-parsing-test.cpp Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
time-quantisation-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
time-value-test.cpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00