summaryrefslogtreecommitdiff
path: root/src/util/StringAPI.hxx
AgeCommit message (Collapse)Author
2020-05-30use std chr functionsRosen Penev
The ones in std have overloads for const char/char. Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-07util/StringAPI: add memrchr() wrapperMax Kellermann
2019-08-16util/StringAPI: add strncmp() wrapperMax Kellermann
2018-09-06util/WStringAPI: add wcscoll() wrapperMax Kellermann
2018-08-20util/StringAPI: use StringCompare() in StringIsEqual()Max Kellermann
2018-08-20util/StringAPI: stpcpy() was added in Bionic API level 21Max Kellermann
2018-07-18util/StringAPI: add raw strcmp() wrapperMax Kellermann
2018-07-18util/StringAPI: add strpbrk() wrapperMax Kellermann
2017-12-18Compiler.h: add gcc_returns_nonnull, gcc_returns_twiceMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169
2017-05-16util/StringAPI: add StringToken(), StringIsEqualIgnoreCase(), StringCollate()Max Kellermann
2017-05-16util/String{Compare,API}: add more "noexcept"Max Kellermann
2017-05-16util/String{Compare,API}: indent with tabsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2015-09-01util/StringAPI: add UnsafeCopyStringP()Max Kellermann
2015-09-01util/StringAPI: fix include guard nameMax Kellermann
2015-03-05util/StringAPI: add wchar_t overloadsMax Kellermann
2015-03-05fs/Traits: use string.h API wrappersMax Kellermann