2 Commits
Author SHA1 Message Date
Thiago Macieira 57bcf4fec4 Add support for IEEE 754 half-precision floating point
The CBOR spec has support for them, but we didn't take them into account
in the CBOR and JSON dumpers nor the JSON parser.

See: https://en.wikipedia.org/wiki/Half-precision_floating-point_format

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2015-09-29 18:50:27 -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