aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/common.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-04-06Make the project build with Microsoft's broken C compiler.Sebastiano Tronto1-20/+22
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-12-19Add coordinate solvers for cornersh48-corner-estimateSebastiano Tronto1-0/+12
2025-08-06Added HTR solverSebastiano Tronto1-3/+21
2025-08-05Added DRFIN solverSebastiano Tronto1-14/+1
2025-07-30added drslice coordinateSebastiano Tronto1-2/+17
2025-07-28Make failed assert exit immediatelySebastiano Tronto1-1/+1
2025-07-17Working drslice (same results as nissy-classic)Sebastiano Tronto1-0/+6
2025-05-27Removed VLA notation from function parameters.Sebastiano Tronto1-2/+2
I found out that this gives undefined behavior when then size is 0. Better not to have it at all, it is confusing for other developers anyway.
2025-04-21Always use unsigned char * for data buffersSebastiano Tronto1-19/+27
Before this commit I was inconsistently using one of void *, char * and uint8_t *.
2025-04-02Added dreo coordinate solverSebastiano Tronto1-1/+1
2025-04-01Make symcoord logic genericSebastiano Tronto1-2/+131
2025-03-25Added NISS to coord solverSebastiano Tronto1-60/+28
2025-03-22Some safety with move arrays, small refactor appendcharSebastiano Tronto1-10/+15
2025-03-14Replaced datasize with solverinfoSebastiano Tronto1-0/+18
2025-03-12Revert API changeSebastiano Tronto1-0/+17
2025-03-09Working (?) version of coordinate solverSebastiano Tronto1-0/+0
2025-03-08renamed some filesSebastiano Tronto1-2/+0
2025-03-07More progress on coordinate solverSebastiano Tronto1-0/+28
2025-03-04Begin work for coordinate solverSebastiano Tronto1-0/+20

Generated with cgit - Back to sebastiano.tronto.net