aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Safer handling of corrupt dataSebastiano Tronto2024-10-191-3/+17
|
* Finished Python moduleSebastiano Tronto2024-10-195-17/+304
|
* Fixed performance regressionSebastiano Tronto2024-10-182-22/+28
|
* Add node and fallback benchmarkingSebastiano Tronto2024-10-188-37/+86
|
* New interface function nissy_countmovesSebastiano Tronto2024-10-184-3/+50
|
* Change default number of threads from 16 to 8Sebastiano Tronto2024-10-181-5/+5
|
* Removed redundant coordinate computationSebastiano Tronto2024-10-165-23/+12
|
* Rename debug shell executableSebastiano Tronto2024-10-153-3/+3
|
* Merge pull request #4 from enricotenuti/masterSebastiano Tronto2024-10-154-57/+50
|\ | | | | Neon uint8x8_t corners and minor fixes
| * EOF fixenricotenuti2024-10-151-1/+1
| |
| * Neon uint8x8_t corners and minor fixesenricotenuti2024-10-154-58/+51
|/
* Fallback tablesSebastiano Tronto2024-10-146-31/+103
|
* Fix solvers for k = 2, and changes to solve toolSebastiano Tronto2024-10-143-16/+31
|
* Fix gendataSebastiano Tronto2024-10-141-2/+2
|
* Fix shellSebastiano Tronto2024-10-141-7/+7
|
* Interface changes, progress with pythonSebastiano Tronto2024-10-1415-244/+330
|
* Removed nissy_explainerror and moved datainfo to toolsSebastiano Tronto2024-10-133-197/+90
|
* Trivial fixes to commentsSebastiano Tronto2024-10-121-4/+4
|
* Initial support for PythonSebastiano Tronto2024-10-124-3/+88
|
* Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto2024-10-127-23/+66
|
* Removed unused generic solverSebastiano Tronto2024-10-122-158/+0
|
* Make gendata and co safer by checking buffer sizeSebastiano Tronto2024-10-1214-129/+173
|
* Make writecube saferSebastiano Tronto2024-10-1218-111/+130
|
* Changed from size_t to uint64_tSebastiano Tronto2024-10-121-5/+5
|
* Added shelltestSebastiano Tronto2024-10-1210-7/+44
| | | | Will add more tests when I feel like it
* Added buffer sizes in API argsSebastiano Tronto2024-10-119-93/+180
|
* Improved commentSebastiano Tronto2024-10-111-1/+1
|
* Error codes, documentation, change nisstype from string to flagsSebastiano Tronto2024-10-113-94/+460
|
* Improved error messages and add some comments in nissy.hSebastiano Tronto2024-10-109-119/+228
|
* added solve_scramble to shellSebastiano Tronto2024-10-101-1/+20
|
* Removed "options" from solver selectionSebastiano Tronto2024-10-1014-183/+161
| | | | | | | | Now the solver name fully determines the solver (and options) to be used. For example, now one must specify "h48h0k4" as the name of the solver. This PR also fixes a couple of things in tools.
* Small warning fixes to gendataSebastiano Tronto2024-10-101-3/+10
|
* Fixed tableinfo alignment issuesSebastiano Tronto2024-10-101-22/+50
|
* Reintroduce -Werror, but exclude unused optionsSebastiano Tronto2024-10-101-1/+2
|
* Removed un-common function from common.hSebastiano Tronto2024-10-101-1/+0
|
* Added cachegrind output to .gitignoreSebastiano Tronto2024-10-101-0/+1
|
* Revert useless optimization (fix portable and neon)Sebastiano Tronto2024-10-071-12/+10
|
* Remove -Werror compiler optionSebastiano Tronto2024-10-071-1/+1
|
* Remove double returnSebastiano Tronto2024-10-071-1/+0
|
* Tiny optimization for moves (avoid unnecessary CO)Sebastiano Tronto2024-10-062-11/+13
| | | | This is like 1% improvement to solver, but it is easy enough so I'll keep it
* Removed some useless outputSebastiano Tronto2024-10-062-7/+7
|
* Fix concurrency issuesSebastiano Tronto2024-10-063-44/+73
| | | | | So I did not have any misconception about Atomics, I just could not apply it where I did because the logic doesn't allow for it.
* Remove unnecessary _AtomicsSebastiano Tronto2024-10-054-27/+34
|
* Merge branch 'master' of tronto.net:h48Sebastiano Tronto2024-10-052-1/+97
|\
| * Added expected distributionsSebastiano Tronto2024-10-052-1/+97
| |
* | Fix rare data raceSebastiano Tronto2024-10-055-30/+30
|/ | | | | | I had some misconception about how _Atomic and const worked. This means the previous commit (expected distribution) could be incorrect.
* Added distribution check to toolSebastiano Tronto2024-10-054-5/+97
|
* Add transformations.mdSebastiano Tronto2024-10-041-0/+9
|
* Removed excessive LOG from gendata cocsepSebastiano Tronto2024-10-041-2/+0
|
* Avoid repeating typedefs in testsSebastiano Tronto2024-10-0420-261/+170
|

Generated with cgit - Back to sebastiano.tronto.net