Age | Commit message (Expand) | Author |
---|---|---|
2021-01-15 | log: Prefix log messages with function name if -logsourcelocations is set | practicalswift |
2020-11-26 | scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD | practicalswift |
2020-09-11 | util: move HasPrefix() so it can be reused | Vasil Dimov |
2020-05-10 | util: Enhance Join() | Hennadii Stepanov |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-14 | Replace std::to_string with locale-independent alternative | Ben Woosley |
2019-12-16 | util: Move TrimString(...). Introduce default pattern (trims whitespace). Add... | practicalswift |
2019-12-12 | util: Don't allow base58-decoding of std::string:s containing non-base58 char... | practicalswift |
2019-10-15 | Remove unused includes | practicalswift |
2019-08-20 | util: Add Join helper to join a list of strings | MarcoFalke |