index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
StringAPI.hxx
Age
Commit message (
Expand
)
Author
2020-05-30
use std chr functions
Rosen Penev
2019-09-07
util/StringAPI: add memrchr() wrapper
Max Kellermann
2019-08-16
util/StringAPI: add strncmp() wrapper
Max Kellermann
2018-09-06
util/WStringAPI: add wcscoll() wrapper
Max Kellermann
2018-08-20
util/StringAPI: use StringCompare() in StringIsEqual()
Max Kellermann
2018-08-20
util/StringAPI: stpcpy() was added in Bionic API level 21
Max Kellermann
2018-07-18
util/StringAPI: add raw strcmp() wrapper
Max Kellermann
2018-07-18
util/StringAPI: add strpbrk() wrapper
Max Kellermann
2017-12-18
Compiler.h: add gcc_returns_nonnull, gcc_returns_twice
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-05-16
util/StringAPI: add StringToken(), StringIsEqualIgnoreCase(), StringCollate()
Max Kellermann
2017-05-16
util/String{Compare,API}: add more "noexcept"
Max Kellermann
2017-05-16
util/String{Compare,API}: indent with tabs
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2015-09-01
util/StringAPI: add UnsafeCopyStringP()
Max Kellermann
2015-09-01
util/StringAPI: fix include guard name
Max Kellermann
2015-03-05
util/StringAPI: add wchar_t overloads
Max Kellermann
2015-03-05
fs/Traits: use string.h API wrappers
Max Kellermann