| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-04-06 | Make the project build with Microsoft's broken C compiler. | Sebastiano Tronto | 1 | -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-19 | Add coordinate solvers for cornersh48-corner-estimate | Sebastiano Tronto | 1 | -0/+12 | |
| 2025-08-06 | Added HTR solver | Sebastiano Tronto | 1 | -3/+21 | |
| 2025-08-05 | Added DRFIN solver | Sebastiano Tronto | 1 | -14/+1 | |
| 2025-07-30 | added drslice coordinate | Sebastiano Tronto | 1 | -2/+17 | |
| 2025-07-28 | Make failed assert exit immediately | Sebastiano Tronto | 1 | -1/+1 | |
| 2025-07-17 | Working drslice (same results as nissy-classic) | Sebastiano Tronto | 1 | -0/+6 | |
| 2025-05-27 | Removed VLA notation from function parameters. | Sebastiano Tronto | 1 | -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-21 | Always use unsigned char * for data buffers | Sebastiano Tronto | 1 | -19/+27 | |
| Before this commit I was inconsistently using one of void *, char * and uint8_t *. | |||||
| 2025-04-02 | Added dreo coordinate solver | Sebastiano Tronto | 1 | -1/+1 | |
| 2025-04-01 | Make symcoord logic generic | Sebastiano Tronto | 1 | -2/+131 | |
| 2025-03-25 | Added NISS to coord solver | Sebastiano Tronto | 1 | -60/+28 | |
| 2025-03-22 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 1 | -10/+15 | |
| 2025-03-14 | Replaced datasize with solverinfo | Sebastiano Tronto | 1 | -0/+18 | |
| 2025-03-12 | Revert API change | Sebastiano Tronto | 1 | -0/+17 | |
| 2025-03-09 | Working (?) version of coordinate solver | Sebastiano Tronto | 1 | -0/+0 | |
| 2025-03-08 | renamed some files | Sebastiano Tronto | 1 | -2/+0 | |
| 2025-03-07 | More progress on coordinate solver | Sebastiano Tronto | 1 | -0/+28 | |
| 2025-03-04 | Begin work for coordinate solver | Sebastiano Tronto | 1 | -0/+20 | |
