]> git.tdb.fi Git - libs/core.git/history - source/io/seekable.h
Add move semantics to Variant
[libs/core.git] / source / io / seekable.h
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 RasaMark constructors and destructors as default where...
2021-09-18 Mikko RasaUse the standard fixed-size integer types directly
2012-11-04 Mikko RasaAdd a dedicated exception class for a bad seek operation
2012-08-01 Mikko RasaPrefer inttypes.h to doing the #ifdef dance everywhere
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-12 Mikko RasaWrap seek in a helper function and make it compatible...
2011-06-11 Mikko RasaAdd an intermediate Seekable interface class