| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-04-06 | Make the project build with Microsoft's broken C compiler. | Sebastiano Tronto | 1 | -3/+3 | |
| 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. | |||||
| 2025-07-17 | Renamed tests to make space for more coordinate tests | Sebastiano Tronto | 1 | -0/+0 | |
| 2025-04-01 | simplified allowedmoves logic | Sebastiano Tronto | 1 | -6/+2 | |
| 2025-03-22 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 1 | -2/+2 | |
| 2024-06-17 | Use callback function to log to stderr | Sebastiano Tronto | 1 | -3/+1 | |
| 2024-04-16 | Failed attempts to fix / debug eoesep + other changes | Sebastiano Tronto | 1 | -10/+5 | |
| 2023-11-19 | Added void in function declaration for tests | Sebastiano Tronto | 1 | -1/+1 | |
| 2023-11-14 | Added tests allowednext | Sebastiano Tronto | 1 | -0/+42 | |
