aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-10-03Improve gendata performance by replacing locks with atomic operationsSebastiano Tronto5-62/+53
2024-09-29minor changes for PRenricotenuti4-16/+16
2024-09-28No malloc, static tasks pollenricotenuti1-11/+10
2024-09-28Solved alignment UB issueSebastiano Tronto1-23/+27
2024-09-28go back to non atomic activeenricotenuti1-2/+4
2024-09-27oopsieSebastiano Tronto1-1/+1
2024-09-27Made table derivation tool more flexibleSebastiano Tronto1-8/+11
2024-09-27format fix thread.henricotenuti2-12/+4
2024-09-27Fixed checkdataSebastiano Tronto1-1/+4
2024-09-27Use constant instead of magic numberSebastiano Tronto2-17/+13
2024-09-27First try for derive tablesSebastiano Tronto2-7/+95
2024-09-26Added checkdata toolSebastiano Tronto1-2/+5
2024-09-26Added checkdata functionSebastiano Tronto4-1/+104
2024-09-26Added TOOLARGS and simplified gendata tool(s)Sebastiano Tronto1-2/+2
2024-09-26Fixed solutions vector, added constantsenricotenuti2-10/+14
2024-09-25Fixed nsols, added atomic vars where possibleenricotenuti1-12/+8
2024-09-24Fixed multithread search, todo multiple scramble memory releaseenricotenuti1-92/+66
2024-09-20Added comment on performance issueSebastiano Tronto1-0/+13
2024-09-20Simplified code for h4k0Sebastiano Tronto1-87/+42
2024-09-19Fix regressionSebastiano Tronto1-4/+4
2024-09-19cleanupSebastiano Tronto1-65/+2
2024-09-19Parallelized gendata_h0k4; set up for new gendata_realcoordSebastiano Tronto1-109/+298
2024-09-19Fix table generation type mismatchSebastiano Tronto1-3/+3

Generated with cgit - Back to sebastiano.tronto.net