aboutsummaryrefslogtreecommitdiff
path: root/test/061_inverse_trans/inverse_trans_tests.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the project build with Microsoft's broken C compiler.Sebastiano Tronto2026-04-061-1/+1
| | | | | | | | | | | | | 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.
* Update tests for oriented_cube_tSebastiano Tronto2025-04-221-3/+3
|
* Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto2024-10-121-1/+1
|
* Use callback function to log to stderrSebastiano Tronto2024-06-171-3/+1
|
* Added cocsep data generation, but it is very slowSebastiano Tronto2024-03-301-0/+38

Generated with cgit - Back to sebastiano.tronto.net