8 Commits
Author SHA1 Message Date
Thiago Macieira fb10a783cd Update .gitignore
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2016-08-04 14:25:32 -07:00
Thiago Macieira b590a2be69 Merge branch 'master' into HEAD
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2016-07-08 10:05:48 -07:00
Otavio Pontes 225304ddf8 Add tinycbor.pc to .gitignore
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2016-07-08 09:55:15 -07:00
Thiago Macieira 46a818e31f Finish TinyCBOR documentation
This commit adds the Doxyfile and the necessary Makefile commands

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2016-07-07 20:40:13 -07:00
Thiago Macieira 2a5fb79dae Fix build on OS X
OS X has no open_memstream and its linker has no --gc-sections.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2015-09-29 14:15:48 -07:00
Thiago Macieira 12b8960dde Add a buildsystem to tinycbor
The top-level Makefile will build the library, the cbordump tool and possibly
install them. Along with the buildsystem, tinycbor also gets a pkgconfig file
and a version number.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2015-09-16 12:11:19 -07:00
Thiago Macieira 3e83c0dc6e Add a tool that prints a human-readable decoding of a CBOR stream
It prints exactly one value and then complains about garbage at the end.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2015-07-16 16:47:11 -07:00
Thiago Macieira 54a0e10871 Initial import of the sources to do CBOR parsing
This code was originally part of a contribution to QtCore, see:
     https://codereview.qt-project.org/107465
     https://codereview.qt-project.org/107466

This version does not compile nor work yet.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2015-05-12 17:45:36 +09:00