| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Preparing for table stats | Sebastiano Tronto | 2024-07-03 | 3 | -4/+129 | |
| * | Added a solver, but found out h48 table is broken | Sebastiano Tronto | 2024-06-30 | 3 | -6/+182 | |
| * | Cleanup | Sebastiano Tronto | 2024-06-23 | 3 | -139/+64 | |
| * | Changed logger from va_args to ... | Sebastiano Tronto | 2024-06-20 | 9 | -62/+51 | |
| * | Use callback function to log to stderr | Sebastiano Tronto | 2024-06-17 | 9 | -50/+72 | |
| * | Added rudimentary shell to run commands (ugly) | Sebastiano Tronto | 2024-06-16 | 2 | -22/+22 | |
| * | Added benchmark; removed old folder | Sebastiano Tronto | 2024-06-13 | 1 | -4/+10 | |
| * | Added "dryrun" for gendata | Sebastiano Tronto | 2024-06-13 | 3 | -2/+33 | |
| * | Finished refactor | Sebastiano Tronto | 2024-06-11 | 1 | -2/+2 | |
| * | Cleaned up cube.h | Sebastiano Tronto | 2024-06-11 | 3 | -26/+107 | |
| * | Fix build errors on OpenBSD | Sebastiano Tronto | 2024-06-10 | 1 | -3/+3 | |
| * | Started cube.h refactor | Sebastiano Tronto | 2024-06-10 | 5 | -42/+148 | |
| * | Added tests for B32 | Sebastiano Tronto | 2024-06-10 | 1 | -5/+5 | |
| * | Cleanup cube.h | Sebastiano Tronto | 2024-06-09 | 2 | -124/+9 | |
| * | More cleanup | Sebastiano Tronto | 2024-06-09 | 6 | -474/+537 | |
| * | Remvoed cube_fast_t and more. More cleaning up to do. | Sebastiano Tronto | 2024-06-09 | 12 | -977/+1023 | |
| * | Added roadmap for refactor and some simple routines | Sebastiano Tronto | 2024-05-28 | 4 | -6/+88 | |
| * | Some type fixes and some cleanup | Sebastiano Tronto | 2024-05-27 | 5 | -180/+203 | |
| * | Minor improvement | Sebastiano Tronto | 2024-05-25 | 1 | -3/+3 | |
| * | Fixed a NASTY bug with type promotions in generation of "selfsim". | Sebastiano Tronto | 2024-05-25 | 1 | -12/+14 | |
| * | Small performance improvement in h48 coordinate / transform | Sebastiano Tronto | 2024-05-25 | 6 | -125/+422 | |
| * | Updated TODO and small changes to table gen | Sebastiano Tronto | 2024-05-25 | 1 | -7/+20 | |
| * | Added table generation utility | Sebastiano Tronto | 2024-05-24 | 2 | -9/+19 | |
| * | Removed unused include | Sebastiano Tronto | 2024-05-21 | 1 | -1/+0 | |
| * | More tests for gendata h48 | Sebastiano Tronto | 2024-05-20 | 1 | -4/+6 | |
| * | Tests for gendata h48 | Sebastiano Tronto | 2024-05-20 | 2 | -23/+30 | |
| * | Changed gendata h48 to bfs | Sebastiano Tronto | 2024-05-20 | 1 | -91/+85 | |
| * | Added tests for h48 invcoord | Sebastiano Tronto | 2024-05-20 | 1 | -13/+17 | |
| * | Added esep inverse coord | Sebastiano Tronto | 2024-05-18 | 2 | -4/+58 | |
| * | Prepare for next step | Sebastiano Tronto | 2024-05-17 | 3 | -10/+19 | |
| * | Added inverse eo and copy_{edges,corners} | Sebastiano Tronto | 2024-05-17 | 4 | -18/+76 | |
| * | Started implementing new table generation | Sebastiano Tronto | 2024-05-10 | 3 | -32/+83 | |
| * | Small refactor for pruning table cocsep, preparing for big refactor | Sebastiano Tronto | 2024-05-10 | 2 | -40/+55 | |
| * | Split into .h files | Sebastiano Tronto | 2024-05-10 | 9 | -2362/+2300 | |
| * | Moved to src/ | Sebastiano Tronto | 2024-05-10 | 2 | -0/+2556 | |
| * | Refactoring | Sebastiano Tronto | 2023-11-05 | 6 | -3642/+0 | |
| * | avx2 fully works | Sebastiano Tronto | 2023-11-04 | 2 | -14/+20 | |
| * | Moves work with avx2, fixed some stuff | Sebastiano Tronto | 2023-11-03 | 3 | -55/+94 | |
| * | Added avx2 moves | Sebastiano Tronto | 2023-11-02 | 2 | -7/+241 | |
| * | Optimized compose for avx2 | Sebastiano Tronto | 2023-11-02 | 1 | -4/+22 | |
| * | Added transformations for avx2 | Sebastiano Tronto | 2023-11-02 | 2 | -2/+1003 | |
| * | Added writecube AVX | Sebastiano Tronto | 2023-11-02 | 2 | -2/+32 | |
| * | Reworked moves and transformations, moved some stuff | Sebastiano Tronto | 2023-11-01 | 10 | -775/+1470 | |
| * | Reorganized documentation | Sebastiano Tronto | 2023-10-31 | 2 | -88/+74 | |
| * | AVX2 compiles, fails all tests; + some renaming | Sebastiano Tronto | 2023-10-29 | 6 | -102/+123 | |
| * | Started working on AVX2 (not working yet) | Sebastiano Tronto | 2023-10-28 | 8 | -208/+317 | |
| * | more cleanup | Sebastiano Tronto | 2023-10-27 | 3 | -222/+223 | |
| * | Improved transformations and cleaned up | Sebastiano Tronto | 2023-10-27 | 3 | -196/+465 | |
| * | Small cleanup | Sebastiano Tronto | 2023-10-27 | 2 | -64/+43 | |
| * | Preparatory work for benchmarks, little fixes | Sebastiano Tronto | 2023-10-22 | 1 | -39/+28 | |
