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.
19 lines
534 B
Text
19 lines
534 B
Text
Lumiera build system
|
|
====================
|
|
|
|
As work progresses, we will add more information on the Lumiera build system.
|
|
|
|
//Menu: label Build System
|
|
//Menu: prepend child 'BuildDependencies'
|
|
//Menu: prepend child 'SCons'
|
|
|
|
|
|
build -- continuous integration -- packaging
|
|
|
|
* link:SCons.html[Buildsystem]
|
|
* link:BuildDependencies.html[Lumiera Build Dependencies]
|
|
* link:BuildDroneDraft.html[»Builddrone« concept from 2008]
|
|
* Packaging: link:LumieraDebianPackage.html[Debian] RPM
|
|
* Lumiera link:../infra/debianDepot.html/[debian depot]
|
|
|
|
|