]> git.tdb.fi Git - libs/core.git/history - source/core/refptr.h
Add move semantics to Variant
[libs/core.git] / source / core / refptr.h
2022-12-19 Mikko RasaAdd a few missing default initializers
2021-10-31 Mikko RasaCheck for self-assignment in non-trivial assignment...
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
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-02-06 Mikko RasaImplement weak pointers
2021-02-06 Mikko RasaMove non-oneliner functions out of RefPtr class declaration
2021-02-06 Mikko RasaMove RefPtr refcount into a struct
2020-05-18 Mikko RasaAdd a refcount function to RefPtr
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-24 Mikko RasaStyle updates
2010-10-08 Mikko RasaRefPtr:
2008-12-24 Mikko RasaMake sure all files have the correct header
2007-06-11 Mikko RasaWin32 doesn't have execinfo.h, so don't include it
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc