aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/inputStreamAdapter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Fixed seeking after EOF in input stream.Vincent Richard2012-12-131-0/+1
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-161-0/+12
| | | | very big messages to be parsed without loading the whole message data into memory.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+70