| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added table generation utility | Sebastiano Tronto | 2024-05-24 | 5 | -10/+65 |
| * | Removed unused include | Sebastiano Tronto | 2024-05-21 | 1 | -1/+0 |
| * | More tests for gendata h48 | Sebastiano Tronto | 2024-05-20 | 5 | -10/+33 |
| * | Tests for gendata h48 | Sebastiano Tronto | 2024-05-20 | 8 | -31/+80 |
| * | Changed gendata h48 to bfs | Sebastiano Tronto | 2024-05-20 | 6 | -137/+109 |
| * | Added tests for h48 invcoord | Sebastiano Tronto | 2024-05-20 | 18 | -27/+76 |
| * | Added esep inverse coord | Sebastiano Tronto | 2024-05-18 | 3 | -5/+59 |
| * | Prepare for next step | Sebastiano Tronto | 2024-05-17 | 19 | -11/+60 |
| * | Added inverse eo and copy_{edges,corners} | Sebastiano Tronto | 2024-05-17 | 26 | -20/+252 |
| * | Started implementing new table generation | Sebastiano Tronto | 2024-05-10 | 4 | -37/+95 |
| * | Small refactor for pruning table cocsep, preparing for big refactor | Sebastiano Tronto | 2024-05-10 | 3 | -42/+61 |
| * | Split into .h files | Sebastiano Tronto | 2024-05-10 | 9 | -2362/+2300 |
| * | Moved to src/ | Sebastiano Tronto | 2024-05-10 | 7 | -8/+8 |
| * | Add back documentation on transformations | Sebastiano Tronto | 2024-05-06 | 1 | -0/+23 |
| * | Updated TODO | Sebastiano Tronto | 2024-04-23 | 1 | -59/+21 |
| * | Improved speed for esep table generation, but it is still slow. Changed moves... | Sebastiano Tronto | 2024-04-22 | 4 | -329/+333 |
| * | Fixed edge pruning table, but it is slooooow | Sebastiano Tronto | 2024-04-20 | 2 | -19/+39 |
| * | Failed attempts to fix / debug eoesep + other changes | Sebastiano Tronto | 2024-04-16 | 12 | -179/+119 |
| * | const char * | Sebastiano Tronto | 2024-04-16 | 3 | -89/+98 |
| * | Added edge pruning table, to be tested | Sebastiano Tronto | 2024-04-12 | 2 | -14/+176 |
| * | Updated todo | Sebastiano Tronto | 2024-04-01 | 1 | -3/+3 |
| * | Added unrolled loop over trans for experiments | Sebastiano Tronto | 2024-04-01 | 1 | -5/+57 |
| * | Performance improvement for gendata_cocsep | Sebastiano Tronto | 2024-04-01 | 5 | -23/+185 |
| * | Added _foreach_move loop, to be tested | Sebastiano Tronto | 2024-03-31 | 2 | -4/+39 |
| * | Improved testing, added more data to cocsep table | Sebastiano Tronto | 2024-03-30 | 3 | -13/+35 |
| * | Added cocsep data generation, but it is very slow | Sebastiano Tronto | 2024-03-30 | 9 | -23/+243 |
| * | Added esep coordinate | Sebastiano Tronto | 2024-03-29 | 17 | -2/+133 |
| * | Added coordinate cpsep | Sebastiano Tronto | 2024-03-29 | 21 | -4/+77 |
| * | Added coord_co | Sebastiano Tronto | 2023-12-26 | 30 | -6/+94 |
| * | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2023-12-26 | 2 | -6/+22 |
| |\ |
|
| | * | Configuration / build support for ARM NEON (implementation: TODO!); testing n... | Sebastiano Tronto | 2023-11-20 | 2 | -6/+22 |
| * | | Removed duplicate file | Sebastiano Tronto | 2023-12-26 | 2 | -386/+6 |
| |/ |
|
| * | Removed src cube type, kept only H48 and LST (for now) | Sebastiano Tronto | 2023-11-19 | 11 | -60/+53 |
| * | Fixed bug in tests with different architectures | Sebastiano Tronto | 2023-11-19 | 4 | -13/+19 |
| * | Improved sanitizer detection | Sebastiano Tronto | 2023-11-19 | 2 | -9/+13 |
| * | Added void in function declaration for tests | Sebastiano Tronto | 2023-11-19 | 15 | -15/+15 |
| * | Improved architecture detection | Sebastiano Tronto | 2023-11-19 | 3 | -11/+9 |
| * | Fixed AVX2 build, cleaned up compose_fast | Sebastiano Tronto | 2023-11-19 | 1 | -24/+19 |
| * | Removed inverse_fast, probably not going to use it in tight loops | Sebastiano Tronto | 2023-11-19 | 2 | -71/+75 |
| * | Simplified cube definition for move and transformations even more | Sebastiano Tronto | 2023-11-19 | 15 | -782/+409 |
| * | Simplified move and transform code | Sebastiano Tronto | 2023-11-17 | 13 | -2491/+1513 |
| * | Cleaned + updated TODO | Sebastiano Tronto | 2023-11-16 | 1 | -72/+52 |
| * | Added tests allowednext | Sebastiano Tronto | 2023-11-14 | 22 | -17/+97 |
| * | Renamed tests, added tests for permsign | Sebastiano Tronto | 2023-11-14 | 474 | -6/+89 |
| * | Added tests for conversion | Sebastiano Tronto | 2023-11-14 | 8 | -0/+31 |
| * | Test cleanup | Sebastiano Tronto | 2023-11-13 | 27 | -542/+56 |
| * | Tidy up; made things testable | Sebastiano Tronto | 2023-11-13 | 39 | -522/+579 |
| * | Simple solver: added tests, fixed | Sebastiano Tronto | 2023-11-12 | 8 | -35/+171 |
| * | Implemented simple solver | Sebastiano Tronto | 2023-11-11 | 3 | -32/+209 |
| * | Towards a definitve API | Sebastiano Tronto | 2023-11-10 | 55 | -75/+489 |