summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/StringConverter.h
Commit message (Collapse)AuthorAge
* Exclude explicit template instantiations from static buildsBernard Normier2019-05-08
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Adding doc comments to C++Mark Spruiell2018-01-17
|
* Remove excessive empty linesJoe George2017-06-07
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Fixed Linux armhf build failureBernard Normier2017-01-23
|
* Export BasicStringConverter template instantiations (ICE-7473)Bernard Normier2017-01-10
|
* Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
|
* Move StringConverter API to namespace IceBernard Normier2016-08-01
|
* Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
|
* Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
| | | | available instead of ConvertUTF
* Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
|
* Updated nativeToUTF8 and UTF8ToNative for consistency with ↵Bernard Normier2014-05-16
| | | | stringToWstring/wstringToString
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
characters?