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
/
memstream.h
Age
Commit message (
Expand
)
Author
2017-09-22
COMMON: Remove DisposeAfterUse default value from dynamic write memory streams
Bastien Bouclet
2017-08-20
COMMON: Implement SeekableReadStream interface for MemoryReadWriteStream
Colin Snover
2016-08-24
COMMON: Fix WriteStream::pos() once again
Alexander Tkachev
2016-08-24
JANITORIAL: Remove spaces at the end of the line
Alexander Tkachev
2016-08-24
CLOUD: Fix MemoryReadWriteStream
Alexander Tkachev
2016-08-24
CLOUD: Rewrite NetworkReadStream
Alexander Tkachev
2016-08-04
COMMON: Add WriteStream::pos()
Alexander Tkachev
2016-07-02
COMMON: Make MemoryWriteStreamDynamic private members protected
Willem Jan Palenstijn
2016-03-28
COMMON: Use better reallocation strategy in MemoryWriteStreamDynamic.
Eugene Sandulenko
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2012-10-09
COMMON: Properly handle error indicator in MemoryWriteStream.
Johannes Schickel
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-23
COMMON: Remove default value for endianess in ReadStreamEndian subclasses
Max Horn
2010-11-23
COMMON: Add ReadStreamEndian mixin class
Max Horn
2010-11-23
COMMON: Remove XOR decoding capability from MemoryReadStream
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn