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