aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/inputStreamStringProxyAdapter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-102/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-7/+7
| | | | byte_t...). Minor warning fixes.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-161-0/+13
| | | | 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/+89