]> git.tdb.fi Git - libs/core.git/history - source/io/memory.h
Add move semantics to Variant
[libs/core.git] / source / io / memory.h
2023-01-03 Mikko RasaMove Memory constructors to the .cpp file
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
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 RasaUse default member initializers and constructor delegation
2021-08-29 Mikko RasaUse size_t for sizes in I/O classes
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaMake certain functions pure virtual so I won't forget...
2012-09-27 Mikko RasaAdd a mode parameter to Memory constructor with non...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-14 Mikko RasaPut the check_access function in Base
2011-06-12 Mikko RasaWrap seek in a helper function and make it compatible...
2011-06-11 Mikko RasaSeparate event-related stuff from Base
2011-06-11 Mikko RasaUse the new Handle class to hide platform details from...
2011-06-11 Mikko RasaAdd an intermediate Seekable interface class
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-10 Mikko RasaMove files to prepare for assimilation into core