Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement unpack_struct | Tomasz Kramkowski | 2021-08-11 | 1 | -0/+60 |
* | add the PACK_TYPE_COUNT pack_type | Tomasz Kramkowski | 2021-08-08 | 1 | -1/+2 |
* | factor unpack core into read_fields | Tomasz Kramkowski | 2021-08-07 | 1 | -69/+77 |
* | always va_end even when an error occurs | Tomasz Kramkowski | 2021-08-07 | 1 | -5/+8 |
* | fix up missed pack_type chars | Tomasz Kramkowski | 2021-08-06 | 1 | -10/+13 |
* | use xmacros to generate type related code | Tomasz Kramkowski | 2021-08-06 | 1 | -45/+38 |
* | add pack_type and pack_endian and use them | Tomasz Kramkowski | 2021-08-06 | 1 | -18/+18 |
* | Fix license information content and format | Tomasz Kramkowski | 2021-08-05 | 1 | -1/+1 |
* | Define PRIuSIZE to avoid issues compiling with msvcrt | Tomasz Kramkowski | 2021-08-05 | 1 | -4/+4 |
* | unpack.c: don't drop const in void * cast | Tomasz Kramkowski | 2021-08-05 | 1 | -1/+1 |
* | explicitly cast printf %p params to (void *) | Tomasz Kramkowski | 2021-08-05 | 1 | -1/+1 |
* | Move ieee754b functions to their own file | Tomasz Kramkowski | 2021-07-23 | 1 | -37/+3 |
* | unpack: Fix negative signed integer unpacking calculation | Tomasz Kramkowski | 2021-05-31 | 1 | -3/+13 |
* | unpack: Additional trace information. | Tomasz Kramkowski | 2020-09-12 | 1 | -2/+2 |
* | unpack: Actually use the buffer offset... | Tomasz Kramkowski | 2020-09-12 | 1 | -1/+1 |
* | Move BITMASK and endian enum to common.h | Tomasz Kramkowski | 2020-09-12 | 1 | -5/+0 |
* | unpack: Fix default case mistake | Tomasz Kramkowski | 2020-09-12 | 1 | -1/+1 |
* | unpack: Make input buffer const | Tomasz Kramkowski | 2020-09-12 | 1 | -3/+3 |
* | Implement double deserialisation. | Tomasz Kramkowski | 2020-09-11 | 1 | -1/+9 |
* | unpack: Replace perfectly readable code with macro abomination. | Tomasz Kramkowski | 2020-09-11 | 1 | -29/+32 |
* | unpack: Add BITMASK helper macro | Tomasz Kramkowski | 2020-09-11 | 1 | -1/+3 |
* | unpack: Implement float unpacking. | Tomasz Kramkowski | 2020-09-10 | 1 | -2/+40 |
* | Implement unpacking arrays | Tomasz Kramkowski | 2020-09-10 | 1 | -4/+22 |
* | Allow for a conversion count | Tomasz Kramkowski | 2020-09-10 | 1 | -26/+29 |
* | Make functions static | Tomasz Kramkowski | 2020-09-09 | 1 | -1/+1 |
* | Fix up bugs and add tracing to unpack | Tomasz Kramkowski | 2020-09-09 | 1 | -45/+34 |
* | Add license headers | Tomasz Kramkowski | 2020-09-09 | 1 | -0/+4 |
* | init | Tomasz Kramkowski | 2020-08-20 | 1 | -0/+123 |