Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Add support for xsd:double and xsd:float | David Robillard | 1 | -0/+2 | |
These can be used to serialise a float or double in the shortest normalised form that can be read back in to the exact same floating point value. | |||||
2020-10-27 | Move MIN macro to int_math.h | David Robillard | 1 | -1/+1 | |
2020-10-27 | Add serd_new_boolean() | David Robillard | 1 | -0/+1 | |
2020-10-27 | Add debug checks for node padding | David Robillard | 1 | -1/+1 | |
2020-10-27 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 1 | -0/+36 | |