| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug with counting solutions for coordinate solver | Sebastiano Tronto | 2025-07-30 | 2 | -8/+3 |
| * | added drslice coordinate | Sebastiano Tronto | 2025-07-30 | 11 | -52/+197 |
| * | All coordinates unsigned | Sebastiano Tronto | 2025-07-29 | 12 | -85/+81 |
| * | Cleanup some TODOs | Sebastiano Tronto | 2025-07-29 | 7 | -20/+8 |
| * | Make failed assert exit immediately | Sebastiano Tronto | 2025-07-28 | 3 | -7/+5 |
| * | Renamed drslice drfinnoe | Sebastiano Tronto | 2025-07-17 | 3 | -26/+26 |
| * | Comments for drslice | Sebastiano Tronto | 2025-07-17 | 1 | -4/+15 |
| * | Small optimization for coord gendata | Sebastiano Tronto | 2025-07-17 | 1 | -5/+10 |
| * | Working drslice (same results as nissy-classic) | Sebastiano Tronto | 2025-07-17 | 4 | -0/+137 |
| * | Small fixes | Sebastiano Tronto | 2025-06-19 | 1 | -2/+2 |
| * | Trick fix | Sebastiano Tronto | 2025-06-18 | 1 | -6/+21 |
| * | Change min depth for H48 tasks heuristic sort | Sebastiano Tronto | 2025-06-18 | 1 | -1/+1 |
| * | Big speedup for H48 solver (heuristic sort of tasks) | Sebastiano Tronto | 2025-06-18 | 1 | -19/+46 |
| * | More improvements to web solver | Sebastiano Tronto | 2025-05-30 | 1 | -8/+8 |
| * | Fix small build error with clang | Sebastiano Tronto | 2025-05-28 | 1 | -1/+2 |
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 9 | -38/+38 |
| * | Avoid pausing for logging only if poll_status() is null (h48 solver). | Sebastiano Tronto | 2025-05-26 | 1 | -10/+7 |
| * | Cleanup | Sebastiano Tronto | 2025-05-25 | 1 | -1/+2 |
| * | Quick fix for bug | Sebastiano Tronto | 2025-05-25 | 1 | -9/+8 |
| * | Do all loggin in main thread | Sebastiano Tronto | 2025-05-23 | 6 | -92/+122 |
| * | Refactored checkdata | Sebastiano Tronto | 2025-05-19 | 15 | -112/+392 |
| * | Refactor solver dispatch and checkdata | Sebastiano Tronto | 2025-05-18 | 12 | -134/+287 |
| * | Other minor fixes | Sebastiano Tronto | 2025-05-09 | 1 | -2/+2 |
| * | Added build script | Sebastiano Tronto | 2025-05-07 | 1 | -1/+1 |
| * | Added stop / pause / resume solve to API | Sebastiano Tronto | 2025-04-29 | 2 | -10/+73 |
| * | NISS | Sebastiano Tronto | 2025-04-25 | 5 | -20/+19 |
| * | Adjusted solvers, fixed bug | Sebastiano Tronto | 2025-04-23 | 4 | -16/+35 |
| * | Update tests for oriented_cube_t | Sebastiano Tronto | 2025-04-22 | 1 | -2/+2 |
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 14 | -176/+188 |
| * | Improve order of moves in NISS solutions | Sebastiano Tronto | 2025-04-20 | 1 | -18/+62 |
| * | Improved logging, especially for solve | Sebastiano Tronto | 2025-04-19 | 7 | -59/+73 |
| * | Sped up checkdata for H48 tables | Sebastiano Tronto | 2025-04-17 | 2 | -9/+57 |
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 4 | -29/+23 |
| * | Log solutions as they are found | Sebastiano Tronto | 2025-04-15 | 3 | -7/+18 |
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 3 | -4/+4 |
| * | Added dreo coordinate solver | Sebastiano Tronto | 2025-04-02 | 9 | -14/+168 |
| * | Make single-use struct field anonymous | Sebastiano Tronto | 2025-04-01 | 1 | -12/+10 |
| * | Make symcoord logic generic | Sebastiano Tronto | 2025-04-01 | 4 | -115/+191 |
| * | Fix mismatched type in function prototype and implementation | Sebastiano Tronto | 2025-04-01 | 2 | -2/+2 |
| * | simplified allowedmoves logic | Sebastiano Tronto | 2025-04-01 | 4 | -10/+31 |
| * | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 2025-03-29 | 2 | -19/+99 |
| * | DR coordinate solver | Sebastiano Tronto | 2025-03-28 | 6 | -14/+231 |
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 12 | -127/+150 |
| * | Tiny bugfix in solution writing | Sebastiano Tronto | 2025-03-25 | 1 | -4/+5 |
| * | Added NISS to coord solver | Sebastiano Tronto | 2025-03-25 | 7 | -95/+272 |
| * | Tiny fix | Sebastiano Tronto | 2025-03-25 | 1 | -4/+4 |
| * | Big cleanup for appendsolution() | Sebastiano Tronto | 2025-03-24 | 6 | -267/+359 |
| * | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 2025-03-22 | 9 | -83/+77 |
| * | Filter solutions for coordinate solver and fix ordering | Sebastiano Tronto | 2025-03-19 | 3 | -3/+7 |
| * | Bugfix | Sebastiano Tronto | 2025-03-14 | 1 | -4/+14 |
