]> git.tdb.fi Git - libs/core.git/history - source/io/memory.cpp
Make certain functions pure virtual so I won't forget to implement them
[libs/core.git] / source / io / memory.cpp
2017-12-02 Mikko RasaMake certain functions pure virtual so I won't forget...
2012-11-04 Mikko RasaAdd a dedicated exception class for a bad seek operation
2012-11-04 Mikko RasaSome fixes for eof handling in Memory
2012-09-27 Mikko RasaAdd a mode parameter to Memory constructor with non...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-18 Mikko RasaFix Memory::getline
2011-06-18 Mikko RasaUnify end-of-file handling
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 RasaRework exceptions for IO
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-10 Mikko RasaMove files to prepare for assimilation into core