Commit Graph

11 Commits

Author SHA1 Message Date
Albert S. 4dc688f9eb utils: split: Rename all splitBy*() variants to split() 2021-04-18 13:35:02 +02:00
Albert S. 00392e2469 Parser: Add category to tagfinder to replace it with an empty str 2021-03-02 23:36:19 +01:00
Albert S. a6c08a3447 Parser: reformat and remove dead code 2020-11-15 20:27:48 +01:00
Albert S. 5df89f0491 replace boost regex with std 2020-03-18 22:00:15 +01:00
Albert S. 882871c34f 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. c1812edd07 optimize/improve parser regex 2018-11-10 22:44:19 +01:00
Albert S. da2a5b10fe 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. 538d9e8b2d Parser: Fix segfault in command extraction 2018-11-05 10:46:06 +01:00
Albert S. beafde74d0 Parser: Function to exstract 'commands'/attributes (e. g. visible, renaming) 2018-11-04 19:33:06 +01:00
Albert S. b6cdf9a088 parser: fix multiline and nested parsing 2018-11-04 10:19:01 +01:00
Albert S. 3bfebfe8a8 Let's make (git) history! 2018-11-03 17:12:20 +01:00