| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cn-create: add cn_cbor_float_create | Vincent Dupont | 2018-02-26 | 1 | -0/+16 |
| | | |||||
| * | cn-create: add cn_cbor_double_create | Vincent Dupont | 2018-02-26 | 1 | -0/+15 |
| | | |||||
| * | Declare a byte version of the data | Jim Schaad | 2015-09-01 | 1 | -1/+3 |
| | | | | | Declare a byte version of the data field. This fixes Issue #40 | ||||
| * | docfix | Joe Hildebrand | 2015-08-26 | 1 | -1/+3 |
| | | |||||
| * | Remove extraneous const's, fix tests to match, and add an assert to ↵ | Joe Hildebrand | 2015-08-26 | 1 | -5/+5 |
| | | | | | cn_cbor_free to ensure we're at the root. Freeing NULL is still allowed as a no-op. | ||||
| * | Rename cbor_encoder_write() to cn_cbor_encoder_write() | Olaf Bergmann | 2015-05-26 | 1 | -4/+4 |
| | | | | | | The public API prefixes all symbols with cn_cbor_, so it seems reasonable to rename cbor_encoder_write() to cn_cbor_encoder_write(). | ||||
| * | Optional float encoding/decoding | Olaf Bergmann | 2015-04-24 | 1 | -1/+4 |
| | | | | | | | | | | When CBOR_NO_FLOAT is defined at build time, support for floating point types is switched off. When trying to parse a data item of type 7 and additional information 25 to 27 (i.e., items starting with 0xf9 to 0xfb), the parser will return the new error code CN_CBOR_ERR_FLOAT_NOT_SUPPORTED. | ||||
| * | Merge commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6' | Carsten Bormann | 2015-04-03 | 1 | -1/+1 |
| |\ | | | | | | | | | * commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6': better const correctness | ||||
| | * | better const correctness | Joe Hildebrand | 2015-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'encoder-2' of https://github.com/hildjj/cn-cbor into ↵ | Carsten Bormann | 2015-04-03 | 1 | -3/+146 |
| |\| | | | | | | | | | | | | | hildjj-encoder-2-merge (pull request #10) # Conflicts: # src/cn-get.c | ||||
| | * | Anything that takes an error pointer should have a checkable return value | Joe Hildebrand | 2015-04-02 | 1 | -4/+9 |
| | | | |||||
| | * | make sure size_t and ssize_t are included | Joe Hildebrand | 2015-04-01 | 1 | -0/+1 |
| | | | |||||
| | * | make it work with contexts again | Joe Hildebrand | 2015-04-01 | 1 | -3/+1 |
| | | | |||||
| | * | Remove recursion from encoder, remove confusing public interfaces for ↵ | Joe Hildebrand | 2015-04-01 | 1 | -47/+0 |
| | | | | | | | | | writing integral types | ||||
| | * | Add docs for create routines, and add map_put to allow more complicated maps | Joe Hildebrand | 2015-04-01 | 1 | -1/+91 |
| | | | |||||
| | * | Add creation routines | Joe Hildebrand | 2015-04-01 | 1 | -1/+33 |
| | | | |||||
| | * | Encoder integrated | Joe Hildebrand | 2015-03-31 | 1 | -2/+66 |
| | | | |||||
| * | | Merge branch 'spudlib-merge' of https://github.com/hildjj/cn-cbor into ↵ | Carsten Bormann | 2015-04-03 | 2 | -11/+187 |
| |\| | | | | | | | | | | | | | | | | | | | | | hildjj-spudlib-merge # Conflicts: # README.md # cn-manip.c # include/cn-cbor/cn-cbor.h # src/cn-get.c # src/cn-manip.c | ||||
| | * | Finish up docs for current API. Move some internals to cbor.h | Joe Hildebrand | 2015-03-31 | 1 | -17/+43 |
| | | | |||||
| | * | Add more docs, fix pkg-config file | Joe Hildebrand | 2015-03-31 | 1 | -8/+124 |
| | | | |||||
| | * | cmake working | Joe Hildebrand | 2015-03-31 | 2 | -0/+111 |
| | | |||||
| * | Directory structure (prepare for pulling PR 9) | Carsten Bormann | 2015-04-02 | 1 | -0/+77 |
