Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always va_end even when an error occurs | Tomasz Kramkowski | 2021-08-07 | 1 | -0/+3 |
| | |||||
* | use xmacros to generate type related code | Tomasz Kramkowski | 2021-08-06 | 1 | -0/+12 |
| | |||||
* | add pack_type and pack_endian and use them | Tomasz Kramkowski | 2021-08-06 | 1 | -3/+3 |
| | |||||
* | 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 | -0/+12 |
| | | | | | | | | On windows and when cross compiling with mingw the standard library only supports C89 which means that print format arguments cannot take "%zu". To fix this, a PRIuSIZE macros is needed which expands to PRIu32 on windows 32 bit and PRIu64 on windows 64 bit. | ||||
* | common.h: Fix include guards | Tomasz Kramkowski | 2021-07-23 | 1 | -4/+4 |
| | |||||
* | Move BITMASK and endian enum to common.h | Tomasz Kramkowski | 2020-09-12 | 1 | -0/+5 |
| | |||||
* | Add license headers | Tomasz Kramkowski | 2020-09-09 | 1 | -0/+4 |
| | |||||
* | init | Tomasz Kramkowski | 2020-08-20 | 1 | -0/+8 |