Commit Graph

8 Commits

Author SHA1 Message Date
Albert S. f6258b2412 replace boost regex with std 2020-03-18 22:00:15 +01:00
Albert S. 22f39eb8d8 Temporarily switch to boost::regex
In combination with musl, parser crashed. glibc fine. Could not pinpoint
down the exact reason mainly due to time constraints. Strange, in both
cases actually libstdc++ is used, so this is very odd.
2018-11-11 21:37:59 +01:00
Albert S. d3ab505f51 optimize/improve parser regex 2018-11-10 22:44:19 +01:00
Albert S. 9abfa1f2b7 Parser::extractCommand: parse with string_view instead of regex to avoid inconsistent behavior in libcs 2018-11-05 22:36:18 +01:00
Albert S. f349c7dc00 Parser: Fix segfault in command extraction 2018-11-05 10:46:06 +01:00
Albert S. 6ec857cf86 Parser: Function to exstract 'commands'/attributes (e. g. visible, renaming) 2018-11-04 19:33:06 +01:00
Albert S. c93893a56e parser: fix multiline and nested parsing 2018-11-04 10:19:01 +01:00
Albert S. 076106ecb9 Let's make (git) history! 2018-11-03 17:12:20 +01:00