summaryrefslogtreecommitdiff
path: root/platform/default/string_stdlib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra ↵Chris Loer2016-11-171-1/+1
| | | | | | | conversions and reduce in-memory size. Continue to use uint32 as glyph ID to maintain Glyph PBF, even though we're only using 16 bits of that uint32. Use std::codecvt instead of boost::unicode_iterator for UTF8->UTF16 conversions.
* [tidy/linux] clang-analyzer-deadcode.DeadStoresBruno de Oliveira Abinader2016-06-141-2/+2
|
* [tidy/linux] modernize-use-nullptrBruno de Oliveira Abinader2016-06-141-6/+6
|
* [tidy/linux] llvm-namespace-commentBruno de Oliveira Abinader2016-06-141-1/+2
|
* use ```const var&``` notation in public interfaceartemp2014-11-271-2/+2
|
* correct _nu_tolower/_nu_toupper usageartemp2014-11-171-30/+50
|
* use nunicode conditional case mapping (lowercase)artemp2014-11-171-9/+12
|
* increase buf to hold trailing '\0' + better namesartemp2014-11-031-6/+6
|
* add <cstring> for std::memsetartemp2014-10-311-0/+1
|
* use nunicode for proper to_upper/to_lower string conversionsartemp2014-10-311-14/+41
|
* restructure gyp filesKonstantin Käfer2014-10-241-0/+25