aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
AgeCommit message (Expand)Author
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-05-18COMMON: Document that Stream API is meant to imitate ISO C FILE semanticsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-26COMMON: Add an isBE() function to get the endianness of a ReadStreamEndianMatthew Hoops
2010-11-23COMMON: Add SeekableReadStreamEndian classMax Horn
2010-11-23COMMON: Remove default value for endianess in ReadStreamEndian subclassesMax Horn
2010-11-23COMMON: Add ReadStreamEndian mixin classMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18COMMON: Change wrapBufferedWriteStream() to always disposes wrapped streamMax Horn
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-11-18COMMON: Fix incorrect use of assert() macroMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-14COMMON: remove virtual functions from BufferedStreamsYotam Barnoy
2010-09-14COMMON: Remove dangerous virtual keywords.Willem Jan Palenstijn
2010-08-25COMMON: Fix eos handling in BufferedReadStreamWillem Jan Palenstijn
2010-08-25COMMON: fixed EOS handling in BufferedReadStream and BufferedSeekableReadStreamYotam Barnoy
2010-08-24COMMON: implemented BufferedWriteStream and fixed bug in BufferedReadStreamYotam Barnoy
2010-06-15Added seek() method to MemoryWriteStreamDynamic.Eugene Sandulenko
2010-05-27correct typoMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2009-12-31Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc...Matthew Hoops
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30spellingMax Horn
2009-12-29Add Mohawk engine code. Part 2/3: common code changes.Eugene Sandulenko
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-09-11Slightly modified version of Patch #2838562: Improve endian.h and stream.hMax Horn
2009-09-03Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt...Matthew Hoops
2009-08-24reverting changes from patch 43696 that shouldnt have been committedNorbert Lange
2009-08-24Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787Norbert Lange
2009-08-17- Add note about that modifing the parent stream will mess up SeekableSubRead...Johannes Schickel
2009-07-29Removed redundant File::ioFailed() implementation; also turned ReadStream::io...Max Horn
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-04-24Fixed typo.Torbjörn Andersson
2009-03-15Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-03Get rid of readLine_OLD for goodMax Horn
2008-09-15Fix SubReadStream by initing _eos to false in the constructor (spotted thanks...Max Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-14Fixed a typo & clarified a commentMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-06Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N...Max Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-08-04Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::...Max Horn
2008-07-30Reordered initialization order to kill a ton of warnings.Nicola Mettifogo
2008-07-30Changed BufferedReadStream to not permanently decrease its buffer size at the...Max Horn
2008-07-29Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr...Max Horn
2008-07-20New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ...Max Horn
2008-04-13Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ...Filippos Karapetis