aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/gendata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the project build with Microsoft's broken C compiler.Sebastiano Tronto2026-04-061-24/+27
| | | | | | | | | | | | | 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.
* Added DRFIN solverSebastiano Tronto2025-08-051-9/+57
|
* Reworked coordinate solver axis specificationSebastiano Tronto2025-08-011-1/+1
|
* added drslice coordinateSebastiano Tronto2025-07-301-7/+31
|
* All coordinates unsignedSebastiano Tronto2025-07-291-1/+1
|
* Cleanup some TODOsSebastiano Tronto2025-07-291-2/+2
|
* Small optimization for coord gendataSebastiano Tronto2025-07-171-5/+10
|
* Refactored checkdataSebastiano Tronto2025-05-191-1/+1
| | | | | | | | Relevant changes include: - Changed the signature of nissy_checkdata(). - Removed expected_distribution.h from tools; this data is now included in each solver's src/ code. - Removed distribution check for cocsep; may add back later.
* Refactor solver dispatch and checkdataSebastiano Tronto2025-05-181-27/+8
|
* Always use unsigned char * for data buffersSebastiano Tronto2025-04-211-27/+27
| | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *.
* Improved logging, especially for solveSebastiano Tronto2025-04-191-4/+5
|
* Some minor changes to the interface.Sebastiano Tronto2025-04-081-1/+1
| | | | | | | | | - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments.
* Added dreo coordinate solverSebastiano Tronto2025-04-021-0/+11
|
* Optimize genptable for coordinate solve (20x speedup)Sebastiano Tronto2025-03-291-13/+91
|
* DR coordinate solverSebastiano Tronto2025-03-281-13/+41
|
* More safety with pointers using VLA function parametersSebastiano Tronto2025-03-251-8/+24
|
* Some safety with move arrays, small refactor appendcharSebastiano Tronto2025-03-221-2/+2
|
* Added checkdata for coord EOSebastiano Tronto2025-03-141-0/+24
|
* Revert API changeSebastiano Tronto2025-03-121-1/+1
|
* Working (?) version of coordinate solverSebastiano Tronto2025-03-091-15/+15
|
* renamed some filesSebastiano Tronto2025-03-081-0/+136

Generated with cgit - Back to sebastiano.tronto.net