summaryrefslogtreecommitdiff
path: root/src/lib/icu
AgeCommit message (Expand)Author
2021-05-27lib/icu/Converter: use libfmtMax Kellermann
2021-01-21util/AllocatedString: remove Null(), IsNull()Max Kellermann
2021-01-21util/AllocatedString: replace Clone() with copy constructorMax Kellermann
2021-01-21util/AllocatedString: add string_view constructorMax Kellermann
2021-01-21util/AllocatedString: add default constructorMax Kellermann
2021-01-21util/AllocatedString: rename to BasicAllocatedStringMax Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
2020-07-23lib/icu: fix build without libc iconv supportRosen Penev
2020-05-30lib/icu/Win32: paranoid-ify the buffer length checksMax Kellermann
2020-05-30lib/icu: add null terminate in win32 string and wstringShen-Ta Hsieh
2020-05-26lib/icu/Converter: add missing <string_view> includeMax Kellermann
2020-04-23Merge tag 'v0.21.23'Max Kellermann
2020-04-22lib/icu/Compare: add Windows implementationMax Kellermann
2020-04-22lib/icu/Compare: use AllocatedString::Clone()Max Kellermann
2020-04-22lib/icu/Collate: use NORM_IGNORECASE instead of LINGUISTIC_IGNORECASEMax Kellermann
2020-04-22lib/icu/CaseFold: remove Windows implementationMax Kellermann
2020-04-03lib/icu/Collate: pass std::string_viewMax Kellermann
2020-04-03lib/icu/CaseFold: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Converter: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Util: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Win32: pass std::string_viewMax Kellermann
2020-04-03util/AllocatedString: std::string_view supportMax Kellermann
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-12remove unused ctype.h headerRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-11-04lib/icu/Converter: Create() returns std::unique_ptrMax Kellermann
2019-10-16Merge tag 'v0.21.16'Max Kellermann
2019-10-07lib/icu: fix build with iconv()Andre Heider
2019-08-15include cleanups (powered by iwyu)Max Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-07-05lib/icu/Compare: use StringIsEqualIgnoreCase()Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-02lib/icu: require at least version 50Max Kellermann
2018-08-02lib/icu/Init: add class ScopeIcuInitMax Kellermann
2018-08-02lib/icu/Init: add "noexcept"Max Kellermann
2018-01-20Merge branch 'v0.20.x'Max Kellermann
2018-01-19lib/icu/Compare: allow copyingMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-09-20lib/icu/CaseFold: disable broken strxfrm() callbackMax Kellermann
2017-09-20lib/icu/Compare: add fallback using strcasecmp() and strcasestr()Max Kellermann
2017-09-20lib/icu/Compare: OO wrapper for IcuCaseFold()Max Kellermann
2017-09-20lib/icu/CaseFold: add "noexcept"Max Kellermann