]> git.tdb.fi Git - libs/core.git/history - source/io/slice.cpp
Add move semantics to Variant
[libs/core.git] / source / io / slice.cpp
2022-12-06 Mikko RasaAdjust exception messages
2022-12-06 Mikko RasaAdd new exception classes for some common errors
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...
2017-01-08 Mikko RasaReturn -1 from Slice::get at eof
2016-07-27 Mikko RasaMerge agouti:prog/core
2015-09-07 Mikko RasaFix end-of-file detection in Slice
2014-10-19 Mikko RasaSynchronize access to the underlying object of Slice
2013-04-13 Mikko RasaFix seeking of Slice
2012-11-08 Mikko RasaAdd an I/O class to access a restricted range of bytes...