| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-10-18 | New interface function nissy_countmoves | Sebastiano Tronto | 1 | -2/+3 | |
| 2024-10-14 | Interface changes, progress with python | Sebastiano Tronto | 3 | -13/+7 | |
| 2024-10-12 | Make writemoves (and solver) safer by checking buffer size | Sebastiano Tronto | 2 | -10/+25 | |
| 2024-10-12 | Make writecube safer | Sebastiano Tronto | 1 | -42/+61 | |
| 2024-10-10 | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 5 | -43/+64 | |
| 2024-10-07 | Revert useless optimization (fix portable and neon) | Sebastiano Tronto | 1 | -12/+10 | |
| 2024-10-06 | Tiny optimization for moves (avoid unnecessary CO) | Sebastiano Tronto | 1 | -10/+12 | |
| This is like 1% improvement to solver, but it is easy enough so I'll keep it | |||||
| 2024-10-04 | Revert table-based transformations | Sebastiano Tronto | 7 | -748/+560 | |
| Long live the giant switch! | |||||
| 2024-10-04 | Table-based transformations (will revert immediately) | Sebastiano Tronto | 6 | -343/+352 | |
| This commit changes transformations to being based on a lookup table intead of a big switch. This is something I had planned for a long time and the code is nicer with this change. But unfortunately the performance is noticeably worse, so I'll revert all these changes in the next commit. I wanted to push this anyway so we can keep track of this. | |||||
| 2024-09-06 | Patch up spurious warning | Sebastiano Tronto | 1 | -0/+25 | |
| 2024-09-05 | Added test for invermoves and small refactor | Sebastiano Tronto | 1 | -14/+40 | |
| 2024-09-05 | Added test for premove and a comment | Sebastiano Tronto | 1 | -0/+1 | |
| 2024-09-05 | More renaming | Sebastiano Tronto | 6 | -188/+189 | |
| 2024-09-05 | Rename constants from _underscore to CAPS | Sebastiano Tronto | 8 | -709/+688 | |
| 2024-09-03 | Moved stuff around | Sebastiano Tronto | 4 | -111/+79 | |
| 2024-08-30 | format fix | enricotenuti | 1 | -3/+4 | |
| 2024-08-30 | allowedH48 tests | enricotenuti | 1 | -2/+2 | |
| 2024-08-29 | constants fix | enricotenuti | 1 | -4/+4 | |
| 2024-08-29 | nissbranch ver1 | enricotenuti | 2 | -154/+165 | |
| 2024-08-26 | premoves and niss | enricotenuti | 1 | -0/+107 | |
| 2024-08-18 | Reorganized folder structure | Sebastiano Tronto | 9 | -0/+1527 | |
