summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/charconv.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-01-221-1/+1
|
* Spacing fix Nathan Woods2017-01-141-1/+1
|
* [Imgtool] Changing imgtool::simple_charconverter::from_utf8() to not perform ↵ Nathan Woods2017-01-051-31/+31
| | | | an O(n) lookup whenever locating a character
* Vas Crabb feedback: Fixed Latin-1 C1 space, changed charconverter prototype ↵ Nathan Woods2017-01-041-30/+36
| | | | to not dictate std::string and fixed invalid encoding issue
* Updated to support Unicode normalization and simple charconverters that ↵ Nathan Woods2017-01-011-18/+46
| | | | alter the low page
* [Imgtool] Rewrote charconv; now an interface rather than an enumeration Nathan Woods2016-12-231-128/+58
|
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-2/+2
| | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases
* clang-modernize part 5 Miodrag Milanovic2015-12-041-4/+4
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+162