aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/bson
Commit message (Expand)AuthorAgeFilesLines
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-282-792/+0
* Add 'show' and 'test' verbs to the boardinfo command. Teach rcS how to use t...px4dev2012-10-292-4/+11
* bson-based boardinfo workingpx4dev2012-10-291-1/+1
* BSON coder unit tests, fixes arising from test failures.px4dev2012-10-292-28/+91
* Build fixespx4dev2012-10-291-9/+10
* Work in progress on to/from memory BSON coding.px4dev2012-10-292-29/+234
* Major formatting/whitespace cleanuppx4dev2012-10-232-18/+33
* Don't treat end-of-document-structure as an error.px4dev2012-10-081-1/+3
* Turn off annoying debug output.px4dev2012-09-041-1/+1
* Distinguish between the end of the top-level BSON object and an error so that...px4dev2012-08-282-4/+22
* Add link to the BSON spec.px4dev2012-08-221-1/+1
* Various BSON codec fixes. Simple load/save test is working now.px4dev2012-08-201-63/+62
* Goodbye to the Mongo BSON codec; too big. Hello to a really small SAX-style ...px4dev2012-08-206-2940/+482
* Import of the Mongo C-BSON library with light modifications for PX4.px4dev2012-08-194-0/+2940