aboutsummaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto2024-10-122-10/+25
|
* Make writecube saferSebastiano Tronto2024-10-121-42/+61
|
* Improved error messages and add some comments in nissy.hSebastiano Tronto2024-10-105-43/+64
|
* Revert useless optimization (fix portable and neon)Sebastiano Tronto2024-10-071-12/+10
|
* Tiny optimization for moves (avoid unnecessary CO)Sebastiano Tronto2024-10-061-10/+12
| | | | This is like 1% improvement to solver, but it is easy enough so I'll keep it
* Revert table-based transformationsSebastiano Tronto2024-10-047-748/+560
| | | | Long live the giant switch!
* Table-based transformations (will revert immediately)Sebastiano Tronto2024-10-046-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.
* Patch up spurious warningSebastiano Tronto2024-09-061-0/+25
|
* Added test for invermoves and small refactorSebastiano Tronto2024-09-051-14/+40
|
* Added test for premove and a commentSebastiano Tronto2024-09-051-0/+1
|
* More renamingSebastiano Tronto2024-09-056-188/+189
|
* Rename constants from _underscore to CAPSSebastiano Tronto2024-09-058-709/+688
|
* Moved stuff aroundSebastiano Tronto2024-09-034-111/+79
|
* format fixenricotenuti2024-08-301-3/+4
|
* allowedH48 testsenricotenuti2024-08-301-2/+2
|
* constants fixenricotenuti2024-08-291-4/+4
|
* nissbranch ver1enricotenuti2024-08-292-154/+165
|
* premoves and nissenricotenuti2024-08-261-0/+107
|
* Reorganized folder structureSebastiano Tronto2024-08-189-0/+1527

Generated with cgit - Back to sebastiano.tronto.net