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
/
Converter.cxx
Age
Commit message (
Expand
)
Author
2021-01-21
util/AllocatedString: add string_view constructor
Max Kellermann
2021-01-21
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-04-03
lib/icu/Converter: pass std::string_view
Max Kellermann
2020-04-03
util/AllocatedString: std::string_view support
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-11-04
lib/icu/Converter: Create() returns std::unique_ptr
Max Kellermann
2019-08-15
include cleanups (powered by iwyu)
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
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
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-04-21
lib/icu/Converter: throw exception on error
Max Kellermann
2016-04-21
lib/icu/Util: UCharFromUTF8() throws on error
Max Kellermann
2016-04-21
lib/icu/Util: fold UCharToUTF8Throw() into UCharToUTF8()
Max Kellermann
2016-04-13
lib/icu/Converter: Create() throws exception on error
Max Kellermann
2016-04-12
lib/icu/Util: use class AllocatedArray
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-06-26
lib/icu/Converter: remove GLib implementation
Max Kellermann
2015-06-26
lib/icu/Converter: add iconv() implementation
Max Kellermann
2015-06-26
lib/icu/Converter: add missing <>
Max Kellermann
2015-06-25
lib/icu/{Converter,Collate}: return AllocatedString
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-01
lib/icu/Converter: add ICU-based backend
Max Kellermann
2014-11-30
lib/icu/Converter: add TODO comment
Max Kellermann
2014-11-30
fs/Charset: move code to wrapper class IcuConverter
Max Kellermann