| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finally fixed selfsim logic | Sebastiano Tronto | 2024-07-20 | 9 | -4/+16 |
| * | Added pre-computation of short h48 positions | Sebastiano Tronto | 2024-07-18 | 6 | -12/+151 |
| * | Converted set to map | Sebastiano Tronto | 2024-07-18 | 9 | -156/+335 |
| * | Solved bug in cocsep generation | Sebastiano Tronto | 2024-07-15 | 2 | -13/+13 |
| * | Added test for selfsim distribution | Sebastiano Tronto | 2024-07-15 | 6 | -0/+53 |
| * | Test passes, logic error is due to coordinates admitting multiple ttreps | Sebastiano Tronto | 2024-07-14 | 1 | -11/+14 |
| * | Found a sneaky bug (it's all a mess now) | Sebastiano Tronto | 2024-07-14 | 24 | -1/+70 |
| * | Added new bfs attempt, but looks wrong | Sebastiano Tronto | 2024-07-13 | 1 | -1/+1 |
| * | Improved h48set tests | Sebastiano Tronto | 2024-07-13 | 1 | -17/+12 |
| * | Added a set implementation for h48 table generation | Sebastiano Tronto | 2024-07-13 | 5 | -0/+314 |
| * | Cleanup makefile and tools | Sebastiano Tronto | 2024-07-11 | 1 | -12/+0 |
| * | Stats for h48 solver as tool | Sebastiano Tronto | 2024-07-08 | 6 | -32/+6 |
| * | Finished getcube | Sebastiano Tronto | 2024-07-05 | 5 | -0/+39 |
| * | Added more math utilities | Sebastiano Tronto | 2024-07-05 | 40 | -0/+283 |
| * | (almost) added getcube | Sebastiano Tronto | 2024-07-04 | 47 | -3/+160 |
| * | Added a solver, but found out h48 table is broken | Sebastiano Tronto | 2024-06-30 | 2 | -2/+2 |
| * | Cleanup | Sebastiano Tronto | 2024-06-23 | 5 | -69/+0 |
| * | Changed logger from va_args to ... | Sebastiano Tronto | 2024-06-20 | 1 | -2/+9 |
| * | Use callback function to log to stderr | Sebastiano Tronto | 2024-06-17 | 29 | -121/+40 |
| * | Finished refactor | Sebastiano Tronto | 2024-06-11 | 35 | -7/+36 |
| * | Fix build errors on OpenBSD | Sebastiano Tronto | 2024-06-10 | 1 | -1/+4 |
| * | Added tests for B32 | Sebastiano Tronto | 2024-06-10 | 30 | -0/+31 |
| * | Remvoed cube_fast_t and more. More cleaning up to do. | Sebastiano Tronto | 2024-06-09 | 18 | -103/+49 |
| * | Added roadmap for refactor and some simple routines | Sebastiano Tronto | 2024-05-28 | 10 | -0/+34 |
| * | Some type fixes and some cleanup | Sebastiano Tronto | 2024-05-27 | 11 | -9/+11 |
| * | Added tests for selfsim | Sebastiano Tronto | 2024-05-26 | 3 | -0/+44 |
| * | Fixed a NASTY bug with type promotions in generation of "selfsim". | Sebastiano Tronto | 2024-05-25 | 2 | -4/+4 |
| * | More tests for gendata h48 | Sebastiano Tronto | 2024-05-20 | 3 | -5/+27 |
| * | Tests for gendata h48 | Sebastiano Tronto | 2024-05-20 | 5 | -7/+49 |
| * | Changed gendata h48 to bfs | Sebastiano Tronto | 2024-05-20 | 4 | -22/+18 |
| * | Added tests for h48 invcoord | Sebastiano Tronto | 2024-05-20 | 16 | -13/+58 |
| * | Prepare for next step | Sebastiano Tronto | 2024-05-17 | 15 | -0/+40 |
| * | Added inverse eo and copy_{edges,corners} | Sebastiano Tronto | 2024-05-17 | 21 | -0/+174 |
| * | Small refactor for pruning table cocsep, preparing for big refactor | Sebastiano Tronto | 2024-05-10 | 1 | -2/+6 |
| * | Improved speed for esep table generation, but it is still slow. Changed moves... | Sebastiano Tronto | 2024-04-22 | 3 | -2/+2 |
| * | Failed attempts to fix / debug eoesep + other changes | Sebastiano Tronto | 2024-04-16 | 11 | -16/+34 |
| * | Improved testing, added more data to cocsep table | Sebastiano Tronto | 2024-03-30 | 2 | -2/+18 |
| * | Added cocsep data generation, but it is very slow | Sebastiano Tronto | 2024-03-30 | 7 | -0/+54 |
| * | Added esep coordinate | Sebastiano Tronto | 2024-03-29 | 15 | -0/+37 |
| * | Added coordinate cpsep | Sebastiano Tronto | 2024-03-29 | 19 | -0/+41 |
| * | Added coord_co | Sebastiano Tronto | 2023-12-26 | 28 | -2/+51 |
| * | Removed src cube type, kept only H48 and LST (for now) | Sebastiano Tronto | 2023-11-19 | 8 | -17/+4 |
| * | Fixed bug in tests with different architectures | Sebastiano Tronto | 2023-11-19 | 3 | -9/+15 |
| * | Improved sanitizer detection | Sebastiano Tronto | 2023-11-19 | 1 | -6/+6 |
| * | Added void in function declaration for tests | Sebastiano Tronto | 2023-11-19 | 13 | -13/+13 |
| * | Simplified cube definition for move and transformations even more | Sebastiano Tronto | 2023-11-19 | 7 | -9/+3 |
| * | Added tests allowednext | Sebastiano Tronto | 2023-11-14 | 20 | -0/+85 |
| * | Renamed tests, added tests for permsign | Sebastiano Tronto | 2023-11-14 | 472 | -0/+82 |
| * | Added tests for conversion | Sebastiano Tronto | 2023-11-14 | 8 | -0/+31 |
| * | Test cleanup | Sebastiano Tronto | 2023-11-13 | 11 | -116/+54 |