| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2026-04-06 | Make the project build with Microsoft's broken C compiler. | Sebastiano Tronto | 1 | -18/+18 |
| 2026-03-01 | Improve Windows build support. | Sebastiano Tronto | 1 | -7/+7 |
| 2025-12-17 | Improve pruning value fetching and re-do benchmarks | Sebastiano Tronto | 1 | -0/+21 |
| 2025-12-16 | Swap bit pairs in pval_min | Sebastiano Tronto | 1 | -5/+4 |
| 2025-12-14 | Update comments | Sebastiano Tronto | 1 | -4/+3 |
| 2025-12-14 | Cleanup, update documentation, fix examples | Sebastiano Tronto | 1 | -64/+57 |
| 2025-12-14 | Bye bye h0k4 | Sebastiano Tronto | 1 | -247/+8 |
| 2025-12-14 | Intertwined table seems to work | Sebastiano Tronto | 1 | -20/+51 |
| 2025-08-11 | Wrapped pthread use in custom API | Sebastiano Tronto | 1 | -35/+44 |
| 2025-07-29 | All coordinates unsigned | Sebastiano Tronto | 1 | -21/+21 |
| 2025-07-29 | Cleanup some TODOs | Sebastiano Tronto | 1 | -3/+3 |
| 2025-05-28 | Fix small build error with clang | Sebastiano Tronto | 1 | -1/+2 |
| 2025-05-23 | Do all loggin in main thread | Sebastiano Tronto | 1 | -9/+33 |
| 2025-05-19 | Refactored checkdata | Sebastiano Tronto | 1 | -90/+0 |
| 2025-05-18 | Refactor solver dispatch and checkdata | Sebastiano Tronto | 1 | -62/+24 |
| 2025-05-07 | Added build script | Sebastiano Tronto | 1 | -1/+1 |
| 2025-04-21 | Always use unsigned char * for data buffers | Sebastiano Tronto | 1 | -42/+48 |
| 2025-04-19 | Improved logging, especially for solve | Sebastiano Tronto | 1 | -21/+29 |
| 2025-04-17 | Sped up checkdata for H48 tables | Sebastiano Tronto | 1 | -9/+49 |
| 2025-04-08 | Some minor changes to the interface. | Sebastiano Tronto | 1 | -1/+1 |
| 2025-04-01 | simplified allowedmoves logic | Sebastiano Tronto | 1 | -2/+2 |
| 2025-03-25 | More safety with pointers using VLA function parameters | Sebastiano Tronto | 1 | -41/+20 |
| 2025-03-22 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 1 | -2/+2 |
| 2025-03-14 | Added checkdata for coord EO | Sebastiano Tronto | 1 | -0/+1 |
| 2024-12-16 | Fixed alignment bug | Sebastiano Tronto | 1 | -0/+6 |
| 2024-12-07 | Merge the "solver-experiments" branch that I have been working on for | Sebastiano Tronto | 1 | -16/+46 |
| 2024-10-16 | Removed redundant coordinate computation | Sebastiano Tronto | 1 | -16/+0 |
| 2024-10-14 | Fallback tables | Sebastiano Tronto | 1 | -8/+36 |
| 2024-10-12 | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 1 | -59/+61 |
| 2024-10-10 | Small warning fixes to gendata | Sebastiano Tronto | 1 | -3/+10 |
| 2024-10-06 | Removed some useless output | Sebastiano Tronto | 1 | -6/+2 |
| 2024-10-06 | Fix concurrency issues | Sebastiano Tronto | 1 | -41/+50 |
| 2024-10-05 | Remove unnecessary _Atomics | Sebastiano Tronto | 1 | -20/+28 |
| 2024-10-05 | Fix rare data race | Sebastiano Tronto | 1 | -23/+22 |
| 2024-10-05 | Added expected distributions | Sebastiano Tronto | 1 | -0/+31 |
| 2024-10-04 | Avoid repeating typedefs in tests | Sebastiano Tronto | 1 | -73/+0 |
| 2024-10-03 | Remove more locks | Sebastiano Tronto | 1 | -23/+19 |
| 2024-10-03 | Removed useless lock | Sebastiano Tronto | 1 | -9/+1 |
| 2024-10-03 | Improve gendata performance by replacing locks with atomic operations | Sebastiano Tronto | 1 | -50/+41 |
| 2024-09-27 | oopsie | Sebastiano Tronto | 1 | -1/+1 |
| 2024-09-27 | Made table derivation tool more flexible | Sebastiano Tronto | 1 | -8/+11 |
| 2024-09-27 | Use constant instead of magic number | Sebastiano Tronto | 1 | -12/+8 |
| 2024-09-27 | First try for derive tables | Sebastiano Tronto | 1 | -7/+88 |
| 2024-09-26 | Added checkdata function | Sebastiano Tronto | 1 | -1/+23 |
| 2024-09-20 | Added comment on performance issue | Sebastiano Tronto | 1 | -0/+13 |
| 2024-09-20 | Simplified code for h4k0 | Sebastiano Tronto | 1 | -87/+42 |
| 2024-09-19 | Fix regression | Sebastiano Tronto | 1 | -4/+4 |
| 2024-09-19 | cleanup | Sebastiano Tronto | 1 | -65/+2 |
| 2024-09-19 | Parallelized gendata_h0k4; set up for new gendata_realcoord | Sebastiano Tronto | 1 | -109/+298 |
| 2024-09-19 | Fix table generation type mismatch | Sebastiano Tronto | 1 | -3/+3 |
