| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 1 | -6/+6 |
| * | 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 | 1 | -57/+79 |
| * | Refactor solver dispatch and checkdata | Sebastiano Tronto | 2025-05-18 | 1 | -0/+34 |
| * | Added stop / pause / resume solve to API | Sebastiano Tronto | 2025-04-29 | 1 | -5/+64 |
| * | NISS | Sebastiano Tronto | 2025-04-25 | 1 | -16/+15 |
| * | Adjusted solvers, fixed bug | Sebastiano Tronto | 2025-04-23 | 1 | -7/+8 |
| * | 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 | 1 | -9/+9 |
| * | Improved logging, especially for solve | Sebastiano Tronto | 2025-04-19 | 1 | -10/+11 |
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 1 | -10/+12 |
| * | Log solutions as they are found | Sebastiano Tronto | 2025-04-15 | 1 | -3/+3 |
| * | simplified allowedmoves logic | Sebastiano Tronto | 2025-04-01 | 1 | -5/+16 |
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 1 | -9/+9 |
| * | Big cleanup for appendsolution() | Sebastiano Tronto | 2025-03-24 | 1 | -163/+74 |
| * | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 2025-03-22 | 1 | -29/+19 |
| * | Working (?) version of coordinate solver | Sebastiano Tronto | 2025-03-09 | 1 | -4/+3 |
| * | More progress on coordinate solver | Sebastiano Tronto | 2025-03-07 | 1 | -1/+1 |
| * | Fixed alignment bug | Sebastiano Tronto | 2024-12-16 | 1 | -0/+1 |
| * | Fix rare bug, but one more bug to go | Sebastiano Tronto | 2024-12-15 | 1 | -4/+4 |
| * | Actually fix the bug | Sebastiano Tronto | 2024-12-15 | 1 | -3/+5 |
| * | Solve bug related to duplicate solutions | Sebastiano Tronto | 2024-12-15 | 1 | -40/+54 |
| * | Implemented 'optimal' option | Sebastiano Tronto | 2024-12-15 | 1 | -7/+19 |
| * | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 2024-12-14 | 1 | -7/+10 |
| * | Merge the "solver-experiments" branch that I have been working on for | Sebastiano Tronto | 2024-12-07 | 1 | -164/+446 |
| * | Fixed performance regression | Sebastiano Tronto | 2024-10-18 | 1 | -12/+13 |
| * | Add node and fallback benchmarking | Sebastiano Tronto | 2024-10-18 | 1 | -5/+20 |
| * | Removed redundant coordinate computation | Sebastiano Tronto | 2024-10-16 | 1 | -6/+10 |
| * | EOF fix | enricotenuti | 2024-10-15 | 1 | -1/+1 |
| * | Neon uint8x8_t corners and minor fixes | enricotenuti | 2024-10-15 | 1 | -3/+3 |
| * | Fallback tables | Sebastiano Tronto | 2024-10-14 | 1 | -11/+40 |
| * | Fix solvers for k = 2, and changes to solve tool | Sebastiano Tronto | 2024-10-14 | 1 | -12/+18 |
| * | Interface changes, progress with python | Sebastiano Tronto | 2024-10-14 | 1 | -4/+6 |
| * | Make writemoves (and solver) safer by checking buffer size | Sebastiano Tronto | 2024-10-12 | 1 | -3/+19 |
| * | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 2024-10-12 | 1 | -3/+6 |
| * | Remove unnecessary _Atomics | Sebastiano Tronto | 2024-10-05 | 1 | -2/+2 |
| * | Fix rare data race | Sebastiano Tronto | 2024-10-05 | 1 | -2/+2 |
| * | Improve gendata performance by replacing locks with atomic operations | Sebastiano Tronto | 2024-10-03 | 1 | -4/+4 |
| * | minor changes for PR | enricotenuti | 2024-09-29 | 1 | -2/+2 |
| * | Fixed solutions vector, added constants | enricotenuti | 2024-09-26 | 1 | -1/+2 |
| * | Split solve h48 from stats | Sebastiano Tronto | 2024-09-18 | 1 | -100/+0 |
| * | Simplified solver | Sebastiano Tronto | 2024-09-11 | 1 | -5/+9 |
| * | Better way to read tables for solver | Sebastiano Tronto | 2024-09-11 | 1 | -7/+4 |
| * | 8 bit tables | Sebastiano Tronto | 2024-09-10 | 1 | -8/+7 |
| * | Rename constants from _underscore to CAPS | Sebastiano Tronto | 2024-09-05 | 1 | -21/+21 |
