aboutsummaryrefslogtreecommitdiff
path: root/test/121_h48map/h48map_tests.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-04-06Make the project build with Microsoft's broken C compiler.Sebastiano Tronto1-5/+5
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-17Renamed tests to make space for more coordinate testsSebastiano Tronto1-0/+0
2025-03-25More safety with pointers using VLA function parametersSebastiano Tronto1-5/+5
2024-10-04Avoid repeating typedefs in testsSebastiano Tronto1-13/+0
2024-07-20Finally fixed selfsim logicSebastiano Tronto1-0/+0
2024-07-18Added pre-computation of short h48 positionsSebastiano Tronto1-12/+7
2024-07-18Converted set to mapSebastiano Tronto1-0/+88

Generated with cgit - Back to sebastiano.tronto.net