| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 6 | -35/+174 | |
| * | Give error when ( is not closed in NISS sequence | Sebastiano Tronto | 2025-04-25 | 1 | -0/+4 | |
| * | NISS | Sebastiano Tronto | 2025-04-25 | 11 | -101/+187 | |
| * | Added tests for inverse move | Sebastiano Tronto | 2025-04-23 | 1 | -6/+30 | |
| * | Added orientation to getcube | Sebastiano Tronto | 2025-04-23 | 3 | -14/+27 | |
| * | Adjusted solvers, fixed bug | Sebastiano Tronto | 2025-04-23 | 8 | -32/+51 | |
| * | Almost added support for wide moves, only solve missing | Sebastiano Tronto | 2025-04-23 | 3 | -48/+185 | |
| * | Merge branch 'extend_moves' | Sebastiano Tronto | 2025-04-22 | 2 | -2/+97 | |
| |\ | ||||||
| | * | Merge branch 'master' into extend_moves | Sebastiano Tronto | 2025-04-22 | 6 | -543/+235 | |
| | |\ | ||||||
| | * | | Added constants | Sebastiano Tronto | 2025-04-22 | 2 | -20/+115 | |
| * | | | Progress | Sebastiano Tronto | 2025-04-22 | 6 | -595/+672 | |
| * | | | Update tests for oriented_cube_t | Sebastiano Tronto | 2025-04-22 | 7 | -70/+99 | |
| * | | | Remove compose from the public API | Sebastiano Tronto | 2025-04-22 | 2 | -66/+0 | |
| | |/ |/| | ||||||
| * | | Updated documentation | Sebastiano Tronto | 2025-04-22 | 2 | -5/+5 | |
| * | | Updated tests and added fixed =A to B32 output | Sebastiano Tronto | 2025-04-22 | 2 | -34/+22 | |
| * | | Removed old scripts and updated public API | Sebastiano Tronto | 2025-04-22 | 5 | -534/+238 | |
| |/ | ||||||
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 16 | -193/+203 | |
| * | Merged some files, renamed another | Sebastiano Tronto | 2025-04-21 | 6 | -154/+154 | |
| * | 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 | 12 | -125/+114 | |
| * | Sped up checkdata for H48 tables | Sebastiano Tronto | 2025-04-17 | 3 | -10/+58 | |
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 6 | -40/+31 | |
| * | Log solutions as they are found | Sebastiano Tronto | 2025-04-15 | 3 | -7/+18 | |
| * | Better logging function | Sebastiano Tronto | 2025-04-15 | 3 | -17/+22 | |
| * | Fix | Sebastiano Tronto | 2025-04-14 | 1 | -1/+1 | |
| * | Add an opinionated C++20 adapter | Sebastiano Tronto | 2025-04-09 | 1 | -1/+1 | |
| * | Fixed shell; reorganized nissy.h | Sebastiano Tronto | 2025-04-08 | 1 | -93/+93 | |
| * | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2025-04-08 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix compilation errors with GCC on ARM | Sebastiano Tronto | 2025-04-02 | 1 | -2/+2 | |
| * | | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 8 | -43/+59 | |
| |/ | ||||||
| * | Added dreo coordinate solver | Sebastiano Tronto | 2025-04-02 | 12 | -16/+178 | |
| * | 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 | |
| * | Some simplification to AVX2 code | Sebastiano Tronto | 2025-04-01 | 2 | -62/+32 | |
| * | simplified allowedmoves logic | Sebastiano Tronto | 2025-04-01 | 6 | -56/+58 | |
| * | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 2025-03-29 | 3 | -19/+113 | |
| * | DR coordinate solver | Sebastiano Tronto | 2025-03-28 | 7 | -14/+238 | |
| * | Reformat neon.h to keep lines <80 chars | Sebastiano Tronto | 2025-03-26 | 1 | -16/+25 | |
| * | Added inverse coordinate for CO | Sebastiano Tronto | 2025-03-26 | 7 | -31/+102 | |
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 18 | -147/+170 | |
| * | Tiny bugfix in solution writing | Sebastiano Tronto | 2025-03-25 | 2 | -18/+14 | |
| * | Added NISS to coord solver | Sebastiano Tronto | 2025-03-25 | 8 | -97/+274 | |
| * | Tiny fix | Sebastiano Tronto | 2025-03-25 | 1 | -4/+4 | |
| * | Big cleanup for appendsolution() | Sebastiano Tronto | 2025-03-24 | 9 | -323/+416 | |
| * | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 2025-03-22 | 15 | -154/+151 | |
| * | Filter solutions for coordinate solver and fix ordering | Sebastiano Tronto | 2025-03-19 | 4 | -3/+35 | |
| * | Bugfix | Sebastiano Tronto | 2025-03-14 | 1 | -4/+14 | |
