summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/StringConverter.cpp
Commit message (Collapse)AuthorAge
* 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
|/ | | | available instead of ConvertUTF
* 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 ↵Bernard Normier2014-05-16
| | | | stringToWstring/wstringToString
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* Fixed small bug in WindowsStringConverter::fromUTF8 introduced in previous ↵Bernard Normier2014-05-09
| | | | commit
* Removed UTF8ToCodePage helper function in favor of WindowsStringConverter, ↵Bernard Normier2014-05-09
| | | | optimized WindowsStringConverter::fromUTF8 when CP=UTF8
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
characters?