LUMIERA.clone/tests/basics
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
..
time Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
call-queue-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
dependency-configuration-test.cpp DOC: some doxygen fixes 2018-09-14 21:06:14 +02:00
dependency-factory-test.cpp Reorganise some tests 2018-03-31 17:12:45 +02:00
diagnostic-context-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
singleton-subclass-test.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
singleton-test.cpp Reorganise some tests 2018-03-31 17:12:45 +02:00
singleton-testmock-test.cpp Reorganise some tests 2018-03-31 17:12:45 +02:00
stream-type-basics-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
stream-type-lifecycle-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-target-obj.hpp Reorganise some tests 2018-03-31 17:12:45 +02:00
teststreamtypes.hpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
typed-counter-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
typed-family-member-id-test.cpp Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
visitingtool-concept.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
visitingtool-extended-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
visitingtool-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
zombie-check-test.cpp FailureHandling: improved ZombieCheck 2018-10-01 05:51:21 +02:00