| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-08-12 | Some generic fixes, mainly for building on Windows | Sebastiano Tronto | 3 | -2/+16 |
| 2025-08-12 | Remove pthread import | Sebastiano Tronto | 1 | -1/+0 |
| 2025-08-11 | Made H48 solver safer for 32bit size_t | Sebastiano Tronto | 1 | -2/+9 |
| 2025-08-11 | Wrapped pthread use in custom API | Sebastiano Tronto | 7 | -60/+107 |
| 2025-08-08 | Fix bug and make avx load consistent | Sebastiano Tronto | 1 | -9/+9 |
| 2025-08-08 | Added solver documentation | Sebastiano Tronto | 1 | -1/+1 |
| 2025-08-07 | Mention lastqt and unniss in description of nissy_variations() | Sebastiano Tronto | 1 | -1/+2 |
| 2025-08-07 | Added solver aliases | Sebastiano Tronto | 2 | -21/+53 |
| 2025-08-07 | Added API function for solution variations | Sebastiano Tronto | 7 | -15/+356 |
| 2025-08-06 | Added HTR solver | Sebastiano Tronto | 17 | -70/+268 |
| 2025-08-06 | Remove AVX512 instruction | Sebastiano Tronto | 1 | -5/+4 |
| 2025-08-05 | Added DRFIN solver | Sebastiano Tronto | 14 | -75/+543 |
| 2025-08-01 | Move is_eo_even to more appropriate module | Sebastiano Tronto | 5 | -16/+43 |
| 2025-08-01 | Added CPEPE coordinate in preparation of full DRFIN solver | Sebastiano Tronto | 6 | -14/+249 |
| 2025-08-01 | Fixed nasty bug | Sebastiano Tronto | 1 | -0/+2 |
| 2025-08-01 | Reworked coordinate solver axis specification | Sebastiano Tronto | 11 | -61/+37 |
| 2025-08-01 | Added solvetests for DRSLICE | Sebastiano Tronto | 1 | -2/+2 |
| 2025-07-31 | Fixed bug and added tests | Sebastiano Tronto | 1 | -32/+25 |
| 2025-07-31 | Fix switch logic in coord solver | Sebastiano Tronto | 1 | -0/+8 |
| 2025-07-31 | Fix bug | Sebastiano Tronto | 2 | -23/+58 |
| 2025-07-31 | Added move sequence comparison function | Sebastiano Tronto | 4 | -3/+109 |
| 2025-07-30 | Fixed bug with counting solutions for coordinate solver | Sebastiano Tronto | 2 | -8/+3 |
| 2025-07-30 | added drslice coordinate | Sebastiano Tronto | 12 | -53/+199 |
| 2025-07-29 | All coordinates unsigned | Sebastiano Tronto | 19 | -219/+215 |
| 2025-07-29 | Cleanup some TODOs | Sebastiano Tronto | 7 | -20/+8 |
| 2025-07-29 | Optimized some coordinates | Sebastiano Tronto | 7 | -73/+224 |
| 2025-07-28 | Tiny cleanup | Sebastiano Tronto | 1 | -1/+1 |
| 2025-07-28 | Turns checks into assertions in utils/math.h | Sebastiano Tronto | 3 | -56/+21 |
| 2025-07-28 | Make failed assert exit immediately | Sebastiano Tronto | 8 | -21/+15 |
| 2025-07-28 | Hardcoded factorial constants | Sebastiano Tronto | 2 | -25/+20 |
| 2025-07-24 | Use bit trick for portable and arm popcount | Sebastiano Tronto | 2 | -11/+25 |
| 2025-07-17 | Renamed drslice drfinnoe | Sebastiano Tronto | 3 | -26/+26 |
| 2025-07-17 | Comments for drslice | Sebastiano Tronto | 1 | -4/+15 |
| 2025-07-17 | Small optimization for coord gendata | Sebastiano Tronto | 1 | -5/+10 |
| 2025-07-17 | Working drslice (same results as nissy-classic) | Sebastiano Tronto | 6 | -0/+195 |
| 2025-06-19 | Small fixes | Sebastiano Tronto | 1 | -2/+2 |
| 2025-06-18 | Trick fix | Sebastiano Tronto | 1 | -6/+21 |
| 2025-06-18 | Change min depth for H48 tasks heuristic sort | Sebastiano Tronto | 1 | -1/+1 |
| 2025-06-18 | Big speedup for H48 solver (heuristic sort of tasks) | Sebastiano Tronto | 1 | -19/+46 |
| 2025-05-30 | More improvements to web solver | Sebastiano Tronto | 1 | -8/+8 |
| 2025-05-28 | Fix small build error with clang | Sebastiano Tronto | 1 | -1/+2 |
| 2025-05-27 | Removed VLA notation from function parameters. | Sebastiano Tronto | 13 | -70/+70 |
| 2025-05-26 | Avoid pausing for logging only if poll_status() is null (h48 solver). | Sebastiano Tronto | 1 | -10/+7 |
| 2025-05-25 | Cleanup | Sebastiano Tronto | 1 | -1/+2 |
| 2025-05-25 | Quick fix for bug | Sebastiano Tronto | 1 | -9/+8 |
| 2025-05-23 | Do all loggin in main thread | Sebastiano Tronto | 7 | -92/+124 |
| 2025-05-19 | Refactored checkdata | Sebastiano Tronto | 17 | -225/+401 |
| 2025-05-18 | Refactor solver dispatch and checkdata | Sebastiano Tronto | 13 | -246/+318 |
| 2025-05-09 | Other minor fixes | Sebastiano Tronto | 1 | -2/+2 |
| 2025-05-07 | Added build script | Sebastiano Tronto | 1 | -1/+1 |
