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
/
lib
/
icu
Age
Commit message (
Expand
)
Author
2021-05-27
lib/icu/Converter: use libfmt
Max Kellermann
2021-01-21
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-01-21
util/AllocatedString: replace Clone() with copy constructor
Max Kellermann
2021-01-21
util/AllocatedString: add string_view constructor
Max Kellermann
2021-01-21
util/AllocatedString: add default constructor
Max Kellermann
2021-01-21
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-09-04
Merge branch 'v0.21.x' into master
Max Kellermann
2020-07-23
lib/icu: fix build without libc iconv support
Rosen Penev
2020-05-30
lib/icu/Win32: paranoid-ify the buffer length checks
Max Kellermann
2020-05-30
lib/icu: add null terminate in win32 string and wstring
Shen-Ta Hsieh
2020-05-26
lib/icu/Converter: add missing <string_view> include
Max Kellermann
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-22
lib/icu/Compare: add Windows implementation
Max Kellermann
2020-04-22
lib/icu/Compare: use AllocatedString::Clone()
Max Kellermann
2020-04-22
lib/icu/Collate: use NORM_IGNORECASE instead of LINGUISTIC_IGNORECASE
Max Kellermann
2020-04-22
lib/icu/CaseFold: remove Windows implementation
Max Kellermann
2020-04-03
lib/icu/Collate: pass std::string_view
Max Kellermann
2020-04-03
lib/icu/CaseFold: pass std::string_view
Max Kellermann
2020-04-03
lib/icu/Converter: pass std::string_view
Max Kellermann
2020-04-03
lib/icu/Util: pass std::string_view
Max Kellermann
2020-04-03
lib/icu/Win32: pass std::string_view
Max Kellermann
2020-04-03
util/AllocatedString: std::string_view support
Max Kellermann
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-12
remove unused ctype.h header
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-11-04
lib/icu/Converter: Create() returns std::unique_ptr
Max Kellermann
2019-10-16
Merge tag 'v0.21.16'
Max Kellermann
2019-10-07
lib/icu: fix build with iconv()
Andre Heider
2019-08-15
include cleanups (powered by iwyu)
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-05
lib/icu/Compare: use StringIsEqualIgnoreCase()
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-02
lib/icu: require at least version 50
Max Kellermann
2018-08-02
lib/icu/Init: add class ScopeIcuInit
Max Kellermann
2018-08-02
lib/icu/Init: add "noexcept"
Max Kellermann
2018-01-20
Merge branch 'v0.20.x'
Max Kellermann
2018-01-19
lib/icu/Compare: allow copying
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-09-20
lib/icu/CaseFold: disable broken strxfrm() callback
Max Kellermann
2017-09-20
lib/icu/Compare: add fallback using strcasecmp() and strcasestr()
Max Kellermann
2017-09-20
lib/icu/Compare: OO wrapper for IcuCaseFold()
Max Kellermann
2017-09-20
lib/icu/CaseFold: add "noexcept"
Max Kellermann
[next]