aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the project build with Microsoft's broken C compiler.Sebastiano Tronto2026-04-061-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.
* Add coordinate solvers for cornersh48-corner-estimateSebastiano Tronto2025-12-191-0/+12
|
* Added HTR solverSebastiano Tronto2025-08-061-3/+21
|
* Added DRFIN solverSebastiano Tronto2025-08-051-14/+1
|
* added drslice coordinateSebastiano Tronto2025-07-301-2/+17
|
* Make failed assert exit immediatelySebastiano Tronto2025-07-281-1/+1
|
* Working drslice (same results as nissy-classic)Sebastiano Tronto2025-07-171-0/+6
|
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-271-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.
* Always use unsigned char * for data buffersSebastiano Tronto2025-04-211-19/+27
| | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *.
* Added dreo coordinate solverSebastiano Tronto2025-04-021-1/+1
|
* Make symcoord logic genericSebastiano Tronto2025-04-011-2/+131
|
* Added NISS to coord solverSebastiano Tronto2025-03-251-60/+28
|
* Some safety with move arrays, small refactor appendcharSebastiano Tronto2025-03-221-10/+15
|
* Replaced datasize with solverinfoSebastiano Tronto2025-03-141-0/+18
|
* Revert API changeSebastiano Tronto2025-03-121-0/+17
|
* Working (?) version of coordinate solverSebastiano Tronto2025-03-091-0/+46
|
* renamed some filesSebastiano Tronto2025-03-081-48/+0
|
* More progress on coordinate solverSebastiano Tronto2025-03-071-0/+28
|
* Begin work for coordinate solverSebastiano Tronto2025-03-041-0/+20

Generated with cgit - Back to sebastiano.tronto.net