Laurence Lundblade

Results 46 issues of Laurence Lundblade

The bits and pieces are all in place, just need to write a script to generate a dozen or two inline functions, documentation and test.

enhancement

Some of the floating point tests involving a double and a NaN are failing on ARM-32bit platforms. Seems to be an issue with the representation of NaN's in the ARM...

Seems like not all the spiffy decode functions are saving tags as they should

Some protocols need this during decoding because they don't bstr wrap sub-protocols.

enhancement

If getting an item of an expected major type, it seems one should check that there is no tag in front of it unless it is one of the tags...

Update README for dev work on 2.0

INCOMPATIBLE change with 1.x because negative big numbers now take into account the off set of 1 for CBOR negative numbers. This also does preferred serialization of big numbers. Some...

Decode conformance for preferred serialization, CDE and dCBOR. This covers indefinite lengths, shortest form and float-integer, but not map sorting.