| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 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 |
| 2025-04-29 | Added stop / pause / resume solve to API | Sebastiano Tronto | 6 | -35/+174 |
| 2025-04-25 | Give error when ( is not closed in NISS sequence | Sebastiano Tronto | 1 | -0/+4 |
| 2025-04-25 | NISS | Sebastiano Tronto | 11 | -101/+187 |
| 2025-04-23 | Added tests for inverse move | Sebastiano Tronto | 1 | -6/+30 |
| 2025-04-23 | Added orientation to getcube | Sebastiano Tronto | 3 | -14/+27 |
| 2025-04-23 | Adjusted solvers, fixed bug | Sebastiano Tronto | 8 | -32/+51 |
| 2025-04-23 | Almost added support for wide moves, only solve missing | Sebastiano Tronto | 3 | -48/+185 |
| 2025-04-22 | Progress | Sebastiano Tronto | 6 | -595/+672 |
| 2025-04-22 | Update tests for oriented_cube_t | Sebastiano Tronto | 7 | -70/+99 |
| 2025-04-22 | Remove compose from the public API | Sebastiano Tronto | 2 | -66/+0 |
| 2025-04-22 | Updated documentation | Sebastiano Tronto | 2 | -5/+5 |
| 2025-04-22 | Updated tests and added fixed =A to B32 output | Sebastiano Tronto | 2 | -34/+22 |
| 2025-04-22 | Removed old scripts and updated public API | Sebastiano Tronto | 5 | -534/+238 |
| 2025-04-22 | Added constants | Sebastiano Tronto | 2 | -20/+115 |
| 2025-04-21 | Always use unsigned char * for data buffers | Sebastiano Tronto | 16 | -193/+203 |
| 2025-04-21 | Merged some files, renamed another | Sebastiano Tronto | 6 | -154/+154 |
| 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 | 12 | -125/+114 |
| 2025-04-17 | Sped up checkdata for H48 tables | Sebastiano Tronto | 3 | -10/+58 |
| 2025-04-17 | Small rework of optimal vs maxsols | Sebastiano Tronto | 6 | -40/+31 |
| 2025-04-15 | Log solutions as they are found | Sebastiano Tronto | 3 | -7/+18 |
| 2025-04-15 | Better logging function | Sebastiano Tronto | 3 | -17/+22 |
| 2025-04-14 | Fix | Sebastiano Tronto | 1 | -1/+1 |
| 2025-04-09 | Add an opinionated C++20 adapter | Sebastiano Tronto | 1 | -1/+1 |
| 2025-04-08 | Fixed shell; reorganized nissy.h | Sebastiano Tronto | 1 | -93/+93 |
| 2025-04-08 | Some minor changes to the interface. | Sebastiano Tronto | 8 | -43/+59 |
| 2025-04-02 | Fix compilation errors with GCC on ARM | Sebastiano Tronto | 1 | -2/+2 |
| 2025-04-02 | Added dreo coordinate solver | Sebastiano Tronto | 12 | -16/+178 |
| 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 | Some simplification to AVX2 code | Sebastiano Tronto | 2 | -62/+32 |
| 2025-04-01 | simplified allowedmoves logic | Sebastiano Tronto | 6 | -56/+58 |
| 2025-03-29 | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 3 | -19/+113 |
| 2025-03-28 | DR coordinate solver | Sebastiano Tronto | 7 | -14/+238 |
