| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 1 | -12/+12 |
| | | | | | | 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. | ||||
| * | Improved logging, especially for solve | Sebastiano Tronto | 2025-04-19 | 1 | -2/+2 |
| | | |||||
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 1 | -2/+2 |
| | | | | | | | | | | - 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. | ||||
| * | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 2025-03-29 | 1 | -0/+14 |
| | | |||||
| * | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 2025-03-22 | 1 | -33/+32 |
| | | |||||
| * | More renaming | Sebastiano Tronto | 2024-09-05 | 1 | -4/+4 |
| | | |||||
| * | Rename constants from _underscore to CAPS | Sebastiano Tronto | 2024-09-05 | 1 | -26/+26 |
| | | |||||
| * | Added tool for checking new tables (and they are wrong) | Sebastiano Tronto | 2024-08-30 | 1 | -0/+1 |
| | | |||||
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 1 | -0/+185 |
