Commit Graph

12 Commits

Author SHA1 Message Date
Albert S. c5435c52f4 utils: Rename/Add date functions 2022-03-27 08:29:13 +02:00
Albert S. 0aa4bca6cc Fix gcc-11 etc. compilation errors 2021-10-25 13:31:40 +02:00
Albert S. 873401694e Remove utils::hasKey(), as we now have .contains() 2021-10-19 12:48:45 +02:00
Albert S. 9593429f95 utils: trim(): Take string_view 2021-10-10 20:15:28 +02:00
Albert S. 92e7390056 utils: Pass by value where it makes sense 2021-10-10 20:15:28 +02:00
Albert S. b1a8572eb6 utils: hasKey(), getKeyOrEmpty(), getAll(): Take params as references
Somehow, the fact that multimap was being copyied slipped through.
2021-10-10 20:15:28 +02:00
Albert S. 5037a17fba utils: introduce trim() 2021-10-03 16:51:04 +02:00
Albert S. 4dc688f9eb utils: split: Rename all splitBy*() variants to split() 2021-04-18 13:35:02 +02:00
Albert S. b53aeadb8e don't link with boost anymore as regex is handled by std now 2020-04-19 17:02:21 +02: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. 3bfebfe8a8 Let's make (git) history! 2018-11-03 17:12:20 +01:00