| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test passes, logic error is due to coordinates admitting multiple ttreps | Sebastiano Tronto | 2024-07-14 | 1 | -18/+14 |
| | | |||||
| * | Found a sneaky bug (it's all a mess now) | Sebastiano Tronto | 2024-07-14 | 1 | -9/+31 |
| | | |||||
| * | Added new bfs attempt, but looks wrong | Sebastiano Tronto | 2024-07-13 | 1 | -15/+74 |
| | | |||||
| * | Improved h48set tests | Sebastiano Tronto | 2024-07-13 | 1 | -0/+13 |
| | | |||||
| * | Added a set implementation for h48 table generation | Sebastiano Tronto | 2024-07-13 | 1 | -0/+77 |
| | | |||||
| * | Stats for h48 solver as tool | Sebastiano Tronto | 2024-07-08 | 2 | -57/+58 |
| | | |||||
| * | Finished getcube | Sebastiano Tronto | 2024-07-05 | 2 | -15/+28 |
| | | |||||
| * | Added more math utilities | Sebastiano Tronto | 2024-07-05 | 1 | -1/+57 |
| | | |||||
| * | (almost) added getcube | Sebastiano Tronto | 2024-07-04 | 7 | -32/+205 |
| | | |||||
| * | 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 |
| | | | | | | That was very hard to test because I have not way to know the actual answer beforehand. Luckily I caught it. | ||||
| * | 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 |
| | | |||||
