aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-28Fix typo in neon.h (thanks to Arhan Chaudhary for reporting)Sebastiano Tronto1-0/+1
2024-12-18Revert small errorSebastiano Tronto2-5/+4
2024-12-16Fixed alignment bugSebastiano Tronto4-0/+35
2024-12-15Fix rare bug, but one more bug to goSebastiano Tronto2-4/+16
2024-12-15Actually fix the bugSebastiano Tronto1-3/+5
2024-12-15Fixed constant that I rarely used until todaySebastiano Tronto1-1/+1
2024-12-15Solve bug related to duplicate solutionsSebastiano Tronto7-48/+62
2024-12-15Implemented 'optimal' optionSebastiano Tronto2-10/+24
2024-12-14Allow choosing number of threads when calling solve()Sebastiano Tronto3-8/+29
2024-12-07Merge the "solver-experiments" branch that I have been working on forSebastiano Tronto17-725/+1002
2024-10-19Safer handling of corrupt dataSebastiano Tronto1-3/+17
2024-10-19Finished Python moduleSebastiano Tronto2-5/+11
2024-10-18Fixed performance regressionSebastiano Tronto2-22/+28
2024-10-18Add node and fallback benchmarkingSebastiano Tronto4-28/+68
2024-10-18New interface function nissy_countmovesSebastiano Tronto3-2/+28
2024-10-16Removed redundant coordinate computationSebastiano Tronto3-23/+11
2024-10-15EOF fixenricotenuti1-1/+1
2024-10-15Neon uint8x8_t corners and minor fixesenricotenuti4-58/+51
2024-10-14Fallback tablesSebastiano Tronto4-29/+100
2024-10-14Fix solvers for k = 2, and changes to solve toolSebastiano Tronto2-12/+19
2024-10-14Interface changes, progress with pythonSebastiano Tronto7-175/+110
2024-10-13Removed nissy_explainerror and moved datainfo to toolsSebastiano Tronto2-197/+89
2024-10-12Trivial fixes to commentsSebastiano Tronto1-4/+4
2024-10-12Make writemoves (and solver) safer by checking buffer sizeSebastiano Tronto5-20/+63
2024-10-12Removed unused generic solverSebastiano Tronto2-158/+0
2024-10-12Make gendata and co safer by checking buffer sizeSebastiano Tronto8-114/+156
2024-10-12Make writecube saferSebastiano Tronto3-95/+114
2024-10-12Changed from size_t to uint64_tSebastiano Tronto1-5/+5
2024-10-11Added buffer sizes in API argsSebastiano Tronto2-59/+139
2024-10-11Improved commentSebastiano Tronto1-1/+1
2024-10-11Error codes, documentation, change nisstype from string to flagsSebastiano Tronto2-83/+446
2024-10-10Improved error messages and add some comments in nissy.hSebastiano Tronto7-78/+212
2024-10-10Removed "options" from solver selectionSebastiano Tronto2-71/+48
2024-10-10Small warning fixes to gendataSebastiano Tronto1-3/+10
2024-10-10Fixed tableinfo alignment issuesSebastiano Tronto1-22/+50
2024-10-10Removed un-common function from common.hSebastiano Tronto1-1/+0
2024-10-07Revert useless optimization (fix portable and neon)Sebastiano Tronto1-12/+10
2024-10-07Remove double returnSebastiano Tronto1-1/+0
2024-10-06Tiny optimization for moves (avoid unnecessary CO)Sebastiano Tronto1-10/+12
2024-10-06Removed some useless outputSebastiano Tronto2-7/+7
2024-10-06Fix concurrency issuesSebastiano Tronto3-44/+73
2024-10-05Remove unnecessary _AtomicsSebastiano Tronto4-27/+34
2024-10-05Fix rare data raceSebastiano Tronto5-30/+30
2024-10-05Added expected distributionsSebastiano Tronto1-0/+31
2024-10-04Removed excessive LOG from gendata cocsepSebastiano Tronto1-2/+0
2024-10-04Avoid repeating typedefs in testsSebastiano Tronto10-155/+161
2024-10-04Revert table-based transformationsSebastiano Tronto11-863/+600
2024-10-04Table-based transformations (will revert immediately)Sebastiano Tronto10-383/+467
2024-10-03Remove more locksSebastiano Tronto1-23/+19
2024-10-03Removed useless lockSebastiano Tronto1-9/+1

Generated with cgit - Back to sebastiano.tronto.net