]> git.tdb.fi Git - libs/core.git/history - source/stringcodec
Add move semantics to Variant
[libs/core.git] / source / stringcodec /
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
2022-12-06 Mikko RasaAdjust exception messages
2022-12-06 Mikko RasaAdd new exception classes for some common errors
2022-12-06 Mikko RasaModernize noexcept specifiers
2021-10-31 Mikko RasaMark overridden virtual functions as such
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaMark boolean conversion operators as explicit
2021-10-31 Mikko RasaFix JIS X 0208 encoding
2021-10-31 Mikko RasaMark constructors and destructors as default where...
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-08-29 Mikko RasaUse C++11 features with containers
2021-08-29 Mikko RasaRemove unnecessary std:: qualifiers
2021-03-04 Mikko RasaUse the new utilities to format some strings
2012-12-01 Mikko RasaMake lexical_cast symmetric
2012-09-04 Mikko RasaFix the name of the UTF-16 codec
2012-09-04 Mikko RasaAdd a UTF-16 codec
2012-09-04 Mikko RasaRefuse to encode invalid Unicode characters in UTF-8
2012-09-04 Mikko RasaLet the base classes decide the default error mode
2012-05-10 Mikko RasaFix warnings about certain narrowing conversions not...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-14 Mikko RasaDon't repeat exception names in what()
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-09 Mikko RasaStyle and comment updates
2011-06-07 Mikko RasaAllow error mode to be specified when creating the...
2011-06-06 Mikko RasaException changes
2011-06-06 Mikko RasaAvoid using an exception in a non-error situation
2011-06-05 Mikko RasaPut unichar and ustring in their own file
2011-06-05 Mikko RasaFix unicode replacement character
2011-06-05 Mikko RasaReturn -1 from decode_char if there is no input
2011-06-03 Mikko RasaRename UnicodeChar to unichar
2011-06-02 Mikko RasaRewrite string codec utility functions more compactly
2011-06-01 Mikko RasaRename namespace Codecs to StringCodec
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-25 Mikko RasaMove files around to prepare for assimilation into... strings-master