| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added include guardsHEADmasterinclude-guards | Sebastiano Tronto | 41 hours | 1 | -0/+5 |
| | | |||||
| * | Make the project build with Microsoft's broken C compiler. | Sebastiano Tronto | 2026-04-06 | 1 | -5/+5 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Improve solver name check | Sebastiano Tronto | 2026-03-01 | 1 | -1/+8 |
| | | |||||
| * | Cleanup, update documentation, fix examples | Sebastiano Tronto | 2025-12-14 | 1 | -27/+11 |
| | | |||||
| * | Intertwined table seems to work | Sebastiano Tronto | 2025-12-14 | 1 | -1/+2 |
| | | |||||
| * | Made H48 solver safer for 32bit size_t | Sebastiano Tronto | 2025-08-11 | 1 | -2/+9 |
| | | |||||
| * | Refactor solver dispatch and checkdata | Sebastiano Tronto | 2025-05-18 | 1 | -0/+66 |
