summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/StringConverter.cpp
Commit message (Expand)AuthorAge
* Enable -Wconversion with clang - Close #363Jose2019-06-21
* Copyright header simplicationJose2019-01-19
* Remove copyright noticeJose2018-12-18
* Fix copyright headerJose2018-12-18
* Update copyright year to 2018Jose2018-02-14
* Remove excessive empty linesJoe George2017-06-07
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
* | Add support for build with VS 2017 RCJose2017-02-06
* | Fix for static initialization issue with VS 2013Jose2017-01-10
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
* | Reduced string converter cachingBernard Normier2016-08-05
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
* | Simplified WindowsStringConverter implementationBernard Normier2016-06-06
* | UnicodeWstringConverter performance improvement and cleanupBernard Normier2016-06-04
* | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
|/
* Update copyright headersJoe George2016-03-01
* Updated copyright to 2015Dwayne Boone2015-01-05
* ICE-5804 - Warnings when building with GCC (Eliminate C style casts)Jose2014-10-30
* Fixes for Ruby x64 on Windows + MinGW cleanupsBernard Normier2014-07-27
* Build fixes for MinGW 4.7.2-32Bernard Normier2014-07-24
* Updated nativeToUTF8 and UTF8ToNative for consistency with stringToWstring/ws...Bernard Normier2014-05-16
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
* Fixed small bug in WindowsStringConverter::fromUTF8 introduced in previous co...Bernard Normier2014-05-09
* Removed UTF8ToCodePage helper function in favor of WindowsStringConverter, op...Bernard Normier2014-05-09
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII char...Jose2014-05-02