aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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