| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-05-27 | Removed VLA notation from function parameters. | Sebastiano Tronto | 9 | -38/+38 |
| 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 | 6 | -92/+122 |
| 2025-05-19 | Refactored checkdata | Sebastiano Tronto | 15 | -112/+392 |
| 2025-05-18 | Refactor solver dispatch and checkdata | Sebastiano Tronto | 12 | -134/+287 |
| 2025-05-09 | Other minor fixes | Sebastiano Tronto | 1 | -2/+2 |
| 2025-05-07 | Added build script | Sebastiano Tronto | 1 | -1/+1 |
| 2025-04-29 | Added stop / pause / resume solve to API | Sebastiano Tronto | 2 | -10/+73 |
| 2025-04-25 | NISS | Sebastiano Tronto | 5 | -20/+19 |
| 2025-04-23 | Adjusted solvers, fixed bug | Sebastiano Tronto | 4 | -16/+35 |
| 2025-04-22 | Update tests for oriented_cube_t | Sebastiano Tronto | 1 | -2/+2 |
| 2025-04-21 | Always use unsigned char * for data buffers | Sebastiano Tronto | 14 | -176/+188 |
| 2025-04-20 | Improve order of moves in NISS solutions | Sebastiano Tronto | 1 | -18/+62 |
| 2025-04-19 | Improved logging, especially for solve | Sebastiano Tronto | 7 | -59/+73 |
| 2025-04-17 | Sped up checkdata for H48 tables | Sebastiano Tronto | 2 | -9/+57 |
| 2025-04-17 | Small rework of optimal vs maxsols | Sebastiano Tronto | 4 | -29/+23 |
| 2025-04-15 | Log solutions as they are found | Sebastiano Tronto | 3 | -7/+18 |
| 2025-04-08 | Some minor changes to the interface. | Sebastiano Tronto | 3 | -4/+4 |
| 2025-04-02 | Added dreo coordinate solver | Sebastiano Tronto | 9 | -14/+168 |
| 2025-04-01 | Make single-use struct field anonymous | Sebastiano Tronto | 1 | -12/+10 |
| 2025-04-01 | Make symcoord logic generic | Sebastiano Tronto | 4 | -115/+191 |
| 2025-04-01 | Fix mismatched type in function prototype and implementation | Sebastiano Tronto | 2 | -2/+2 |
| 2025-04-01 | simplified allowedmoves logic | Sebastiano Tronto | 4 | -10/+31 |
| 2025-03-29 | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 2 | -19/+99 |
| 2025-03-28 | DR coordinate solver | Sebastiano Tronto | 6 | -14/+231 |
| 2025-03-25 | More safety with pointers using VLA function parameters | Sebastiano Tronto | 12 | -127/+150 |
| 2025-03-25 | Tiny bugfix in solution writing | Sebastiano Tronto | 1 | -4/+5 |
| 2025-03-25 | Added NISS to coord solver | Sebastiano Tronto | 7 | -95/+272 |
| 2025-03-25 | Tiny fix | Sebastiano Tronto | 1 | -4/+4 |
| 2025-03-24 | Big cleanup for appendsolution() | Sebastiano Tronto | 6 | -267/+359 |
| 2025-03-22 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 9 | -83/+77 |
| 2025-03-19 | Filter solutions for coordinate solver and fix ordering | Sebastiano Tronto | 3 | -3/+7 |
| 2025-03-14 | Bugfix | Sebastiano Tronto | 1 | -4/+14 |
| 2025-03-14 | Added checkdata for coord EO | Sebastiano Tronto | 2 | -0/+25 |
| 2025-03-14 | Replaced datasize with solverinfo | Sebastiano Tronto | 2 | -1/+19 |
| 2025-03-12 | Revert API change | Sebastiano Tronto | 3 | -10/+25 |
| 2025-03-09 | Working (?) version of coordinate solver | Sebastiano Tronto | 6 | -38/+72 |
| 2025-03-08 | renamed some files | Sebastiano Tronto | 5 | -7/+6 |
| 2025-03-07 | Fixes | Sebastiano Tronto | 1 | -4/+4 |
| 2025-03-07 | More progress on coordinate solver | Sebastiano Tronto | 6 | -7/+268 |
| 2025-03-04 | Begin work for coordinate solver | Sebastiano Tronto | 6 | -0/+204 |
| 2024-12-18 | Revert small error | Sebastiano Tronto | 2 | -5/+4 |
| 2024-12-16 | Fixed alignment bug | Sebastiano Tronto | 2 | -0/+7 |
| 2024-12-15 | Fix rare bug, but one more bug to go | Sebastiano Tronto | 1 | -4/+4 |
| 2024-12-15 | Actually fix the bug | Sebastiano Tronto | 1 | -3/+5 |
| 2024-12-15 | Solve bug related to duplicate solutions | Sebastiano Tronto | 4 | -45/+59 |
| 2024-12-15 | Implemented 'optimal' option | Sebastiano Tronto | 1 | -7/+19 |
| 2024-12-14 | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 1 | -7/+10 |
