| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the project build with Microsoft's broken C compiler. | Sebastiano Tronto | 2026-04-06 | 1 | -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 solver | Sebastiano Tronto | 2025-08-05 | 1 | -9/+57 |
| | | |||||
| * | Reworked coordinate solver axis specification | Sebastiano Tronto | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | added drslice coordinate | Sebastiano Tronto | 2025-07-30 | 1 | -7/+31 |
| | | |||||
| * | All coordinates unsigned | Sebastiano Tronto | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | Cleanup some TODOs | Sebastiano Tronto | 2025-07-29 | 1 | -2/+2 |
| | | |||||
| * | Small optimization for coord gendata | Sebastiano Tronto | 2025-07-17 | 1 | -5/+10 |
| | | |||||
| * | Refactored checkdata | Sebastiano Tronto | 2025-05-19 | 1 | -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 checkdata | Sebastiano Tronto | 2025-05-18 | 1 | -27/+8 |
| | | |||||
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 1 | -27/+27 |
| | | | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *. | ||||
| * | Improved logging, especially for solve | Sebastiano Tronto | 2025-04-19 | 1 | -4/+5 |
| | | |||||
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 1 | -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 solver | Sebastiano Tronto | 2025-04-02 | 1 | -0/+11 |
| | | |||||
| * | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 2025-03-29 | 1 | -13/+91 |
| | | |||||
| * | DR coordinate solver | Sebastiano Tronto | 2025-03-28 | 1 | -13/+41 |
| | | |||||
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 1 | -8/+24 |
| | | |||||
| * | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 2025-03-22 | 1 | -2/+2 |
| | | |||||
| * | Added checkdata for coord EO | Sebastiano Tronto | 2025-03-14 | 1 | -0/+24 |
| | | |||||
| * | Revert API change | Sebastiano Tronto | 2025-03-12 | 1 | -1/+1 |
| | | |||||
| * | Working (?) version of coordinate solver | Sebastiano Tronto | 2025-03-09 | 1 | -15/+15 |
| | | |||||
| * | renamed some files | Sebastiano Tronto | 2025-03-08 | 1 | -0/+136 |
