| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the project build with Microsoft's broken C compiler. | Sebastiano Tronto | 2026-04-06 | 1 | -14/+14 |
| | | | | | | | | | | | | | | MSVC is not fully C11-compliant, even when compiling with /std:c11. Some changes were needed to make the codebase compatible. Notably, the notation a[static N] and a[n] for function parameters of array type is not supported, so that had to be hidden behind a macro. Atomic types are also an experimental feature, apparently, but at least they work with the correct compiler flag. One thing that MSVC does well, however, is warning on integer conversions on /W4 level. I am not sure if Clang and GCC have something similar, so I took this chance to fix some of these. | ||||
| * | All coordinates unsigned | Sebastiano Tronto | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 1 | -17/+14 |
| | | |||||
| * | Avoid repeating typedefs in tests | Sebastiano Tronto | 2024-10-04 | 1 | -16/+2 |
| | | |||||
| * | Parallelized h48k2 gendata | Sebastiano Tronto | 2024-09-17 | 1 | -4/+0 |
| | | |||||
| * | More renaming | Sebastiano Tronto | 2024-09-05 | 1 | -1/+1 |
| | | |||||
| * | Rename constants from _underscore to CAPS | Sebastiano Tronto | 2024-09-05 | 1 | -14/+14 |
| | | |||||
| * | Added tool for checking new tables (and they are wrong) | Sebastiano Tronto | 2024-08-30 | 1 | -2/+3 |
| | | |||||
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 1 | -0/+104 |
