| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-07-24 | Use bit trick for portable and arm popcount | Sebastiano Tronto | 3 | -0/+44 |
| 2025-07-18 | Fix test | Sebastiano Tronto | 1 | -3/+2 |
| 2025-07-17 | Added unit tests for coord cp and epud | Sebastiano Tronto | 6 | -0/+66 |
| 2025-07-17 | Renamed tests to make space for more coordinate tests | Sebastiano Tronto | 92 | -0/+0 |
| 2025-05-18 | Refactor solver dispatch and checkdata | Sebastiano Tronto | 1 | -2/+3 |
| 2025-05-16 | Remove configure + make build system. | Sebastiano Tronto | 1 | -33/+0 |
| 2025-05-09 | Fixes | Sebastiano Tronto | 5 | -7/+7 |
| 2025-05-09 | Add wasmtest target to build script; minor fixes in tools and tests | Sebastiano Tronto | 1 | -2/+2 |
| 2025-04-25 | NISS | Sebastiano Tronto | 185 | -28/+114 |
| 2025-04-23 | Added tests for inverse move | Sebastiano Tronto | 25 | -0/+44 |
| 2025-04-23 | Adjusted solvers, fixed bug | Sebastiano Tronto | 8 | -0/+12 |
| 2025-04-23 | Almost added support for wide moves, only solve missing | Sebastiano Tronto | 86 | -2/+134 |
| 2025-04-22 | Update tests for oriented_cube_t | Sebastiano Tronto | 31 | -72/+97 |
| 2025-04-22 | Updated tests and added fixed =A to B32 output | Sebastiano Tronto | 701 | -820/+695 |
| 2025-04-21 | Always use unsigned char * for data buffers | Sebastiano Tronto | 12 | -34/+34 |
| 2025-04-20 | Improve order of moves in NISS solutions | Sebastiano Tronto | 1 | -2/+3 |
| 2025-04-15 | Better logging function | Sebastiano Tronto | 1 | -2/+2 |
| 2025-04-08 | Some minor changes to the interface. | Sebastiano Tronto | 1 | -6/+2 |
| 2025-04-02 | Added dreo coordinate solver | Sebastiano Tronto | 4 | -1/+59 |
| 2025-04-01 | simplified allowedmoves logic | Sebastiano Tronto | 17 | -15/+16 |
| 2025-03-29 | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 7 | -0/+38 |
| 2025-03-28 | DR coordinate solver | Sebastiano Tronto | 4 | -1/+61 |
| 2025-03-28 | Make invcoord_co test more comprehensive | Sebastiano Tronto | 29 | -41/+22 |
| 2025-03-26 | Added inverse coordinate for CO | Sebastiano Tronto | 27 | -0/+54 |
| 2025-03-25 | More safety with pointers using VLA function parameters | Sebastiano Tronto | 3 | -10/+10 |
| 2025-03-25 | Tiny bugfix in solution writing | Sebastiano Tronto | 2 | -0/+9 |
| 2025-03-24 | Big cleanup for appendsolution() | Sebastiano Tronto | 26 | -26/+145 |
| 2025-03-22 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 8 | -16/+17 |
| 2025-03-09 | Working (?) version of coordinate solver | Sebastiano Tronto | 2 | -3/+3 |
| 2025-03-04 | Begin work for coordinate solver | Sebastiano Tronto | 4 | -0/+50 |
| 2024-12-07 | Merge the "solver-experiments" branch that I have been working on for | Sebastiano Tronto | 336 | -83/+561 |
| 2024-10-12 | Make writemoves (and solver) safer by checking buffer size | Sebastiano Tronto | 2 | -3/+3 |
| 2024-10-12 | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 4 | -9/+11 |
| 2024-10-12 | Make writecube safer | Sebastiano Tronto | 15 | -16/+16 |
| 2024-10-12 | Added shelltest | Sebastiano Tronto | 1 | -1/+1 |
| 2024-10-04 | Avoid repeating typedefs in tests | Sebastiano Tronto | 10 | -106/+9 |
| 2024-10-04 | Removed slow test | Sebastiano Tronto | 3 | -108/+0 |
| 2024-10-03 | Made test 120 (gendata h0k4) faster | Sebastiano Tronto | 2 | -2/+1 |
| 2024-10-03 | Do not run make clean automatically on every build and other Makefile changes | Sebastiano Tronto | 1 | -3/+1 |
| 2024-09-28 | Solved alignment UB issue | Sebastiano Tronto | 3 | -9/+9 |
| 2024-09-26 | I'm stupid | Sebastiano Tronto | 1 | -0/+1 |
| 2024-09-18 | Renamed gen_48_short -> gendata_h48_short | Sebastiano Tronto | 5 | -2/+2 |
| 2024-09-18 | Some shellcheck | Sebastiano Tronto | 1 | -7/+7 |
| 2024-09-17 | Parallelized h48k2 gendata | Sebastiano Tronto | 2 | -0/+2 |
| 2024-09-11 | Simplified solver | Sebastiano Tronto | 3 | -0/+5 |
| 2024-09-10 | 8 bit tables | Sebastiano Tronto | 1 | -5/+1 |
| 2024-09-10 | New tableinfo for gendata_h48, still work to do | Sebastiano Tronto | 13 | -35/+115 |
| 2024-09-10 | Added tabletype to tableinfo | Sebastiano Tronto | 3 | -0/+5 |
| 2024-09-10 | Added next table offset to tableinfo | Sebastiano Tronto | 3 | -0/+5 |
| 2024-09-09 | Added tableinfo | Sebastiano Tronto | 3 | -0/+146 |
