| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix integer conversions in code, tests and some toolsc-portability | Sebastiano Tronto | 2026-04-06 | 1 | -1/+1 |
| | | |||||
| * | Use macro for [static N] | Sebastiano Tronto | 2026-04-04 | 1 | -12/+12 |
| | | |||||
| * | Added DRFIN solver | Sebastiano Tronto | 2025-08-05 | 1 | -0/+12 |
| | | |||||
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 1 | -8/+10 |
| | | | | | | 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. | ||||
| * | Other minor fixes | Sebastiano Tronto | 2025-05-09 | 1 | -2/+2 |
| | | |||||
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 1 | -15/+16 |
| | | | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *. | ||||
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 1 | -27/+22 |
| | | |||||
| * | Big cleanup for appendsolution() | Sebastiano Tronto | 2025-03-24 | 1 | -3/+0 |
| | | | | | | | | | | | With this PR the appendsolution routine is extracted from the h48 solver and the new coordinate solver and made generic. This has many advantages: - less repetition (even if the two versions are different enough that *for now* it was not a big deal) - smaller h48/solve.h file, which is already a big beast - easier to test the appendsolution() routine separately | ||||
| * | Finished Python module | Sebastiano Tronto | 2024-10-19 | 1 | -1/+2 |
| | | |||||
| * | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 2024-10-12 | 1 | -32/+52 |
| | | |||||
| * | Fixed tableinfo alignment issues | Sebastiano Tronto | 2024-10-10 | 1 | -22/+50 |
| | | |||||
| * | Avoid repeating typedefs in tests | Sebastiano Tronto | 2024-10-04 | 1 | -38/+2 |
| | | |||||
| * | Solved alignment UB issue | Sebastiano Tronto | 2024-09-28 | 1 | -23/+27 |
| | | |||||
| * | Simplified solver | Sebastiano Tronto | 2024-09-11 | 1 | -1/+16 |
| | | |||||
| * | Finished table refactor | Sebastiano Tronto | 2024-09-11 | 1 | -3/+3 |
| | | |||||
| * | New tableinfo for gendata_h48, still work to do | Sebastiano Tronto | 2024-09-10 | 1 | -5/+11 |
| | | |||||
| * | Added tabletype to tableinfo | Sebastiano Tronto | 2024-09-10 | 1 | -1/+8 |
| | | |||||
| * | Added next table offset to tableinfo | Sebastiano Tronto | 2024-09-10 | 1 | -1/+5 |
| | | |||||
| * | Added tableinfo | Sebastiano Tronto | 2024-09-09 | 1 | -0/+93 |
