Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 2013-12-29 | 1 | -106/+0 |
| | | | | build. | ||||
* | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 2013-12-10 | 1 | -9/+9 |
| | | | | byte_t...). Minor warning fixes. | ||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | The seekableInputStreamRegionAdapter now stores its own current position, to ↵ | Vincent Richard | 2013-02-15 | 1 | -13/+24 |
| | | | | avoid issues when multiple adapters share the same underlying stream. | ||||
* | Updated copyright year and maintainer email address. | Vincent Richard | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Added ability to parse directly from an input stream (eg. file). This allows ↵ | Vincent Richard | 2012-04-16 | 1 | -0/+95 |
very big messages to be parsed without loading the whole message data into memory. |