aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/bson/tinybson.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-275/+0
|
* Add 'show' and 'test' verbs to the boardinfo command. Teach rcS how to use ↵px4dev2012-10-291-1/+3
| | | | the new version.
* BSON coder unit tests, fixes arising from test failures.px4dev2012-10-291-5/+26
|
* Work in progress on to/from memory BSON coding.px4dev2012-10-291-4/+76
|
* Major formatting/whitespace cleanuppx4dev2012-10-231-15/+12
|
* Distinguish between the end of the top-level BSON object and an error so ↵px4dev2012-08-281-0/+14
| | | | that parameter loading can complete.
* Add link to the BSON spec.px4dev2012-08-221-1/+1
|
* Goodbye to the Mongo BSON codec; too big. Hello to a really small SAX-style ↵px4dev2012-08-201-0/+169
decoder and matching encoder.