| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-10-19 | Safer handling of corrupt data | Sebastiano Tronto | 1 | -3/+17 | |
| 2024-10-19 | Finished Python module | Sebastiano Tronto | 1 | -4/+9 | |
| 2024-10-18 | Add node and fallback benchmarking | Sebastiano Tronto | 1 | -3/+4 | |
| 2024-10-18 | New interface function nissy_countmoves | Sebastiano Tronto | 1 | -0/+12 | |
| 2024-10-14 | Interface changes, progress with python | Sebastiano Tronto | 1 | -80/+35 | |
| 2024-10-13 | Removed nissy_explainerror and moved datainfo to tools | Sebastiano Tronto | 1 | -144/+0 | |
| 2024-10-12 | Make writemoves (and solver) safer by checking buffer size | Sebastiano Tronto | 1 | -3/+0 | |
| 2024-10-12 | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 1 | -7/+14 | |
| 2024-10-12 | Make writecube safer | Sebastiano Tronto | 1 | -40/+33 | |
| 2024-10-12 | Changed from size_t to uint64_t | Sebastiano Tronto | 1 | -5/+5 | |
| 2024-10-11 | Added buffer sizes in API args | Sebastiano Tronto | 1 | -24/+75 | |
| 2024-10-11 | Error codes, documentation, change nisstype from string to flags | Sebastiano Tronto | 1 | -43/+257 | |
| 2024-10-10 | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 1 | -6/+57 | |
| 2024-10-10 | Removed "options" from solver selection | Sebastiano Tronto | 1 | -66/+46 | |
| 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. | |||||
| 2024-10-06 | Fix concurrency issues | Sebastiano Tronto | 1 | -1/+1 | |
| 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. | |||||
| 2024-10-05 | Fix rare data race | Sebastiano Tronto | 1 | -1/+1 | |
| I had some misconception about how _Atomic and const worked. This means the previous commit (expected distribution) could be incorrect. | |||||
| 2024-09-29 | minor changes for PR | enricotenuti | 1 | -1/+2 | |
| 2024-09-27 | format fix thread.h | enricotenuti | 1 | -2/+2 | |
| 2024-09-27 | Fixed checkdata | Sebastiano Tronto | 1 | -1/+4 | |
| 2024-09-27 | Use constant instead of magic number | Sebastiano Tronto | 1 | -5/+5 | |
| 2024-09-26 | Added checkdata tool | Sebastiano Tronto | 1 | -2/+5 | |
| 2024-09-26 | Added checkdata function | Sebastiano Tronto | 1 | -0/+63 | |
| 2024-09-26 | Added TOOLARGS and simplified gendata tool(s) | Sebastiano Tronto | 1 | -2/+2 | |
| 2024-09-19 | pthread solver to fix | enricotenuti | 1 | -2/+3 | |
| 2024-09-17 | Parallelized h48k2 gendata | Sebastiano Tronto | 1 | -0/+1 | |
| 2024-09-12 | Fix and cleanup printing table info | Sebastiano Tronto | 1 | -5/+2 | |
| 2024-09-12 | Cleanup gendata tools | Sebastiano Tronto | 1 | -0/+1 | |
| 2024-09-11 | Simplified solver | Sebastiano Tronto | 1 | -1/+1 | |
| 2024-09-11 | Finished table refactor | Sebastiano Tronto | 1 | -0/+47 | |
| 2024-09-05 | More renaming | Sebastiano Tronto | 1 | -2/+2 | |
| 2024-09-05 | Rename constants from _underscore to CAPS | Sebastiano Tronto | 1 | -4/+4 | |
| 2024-08-26 | Fixed bug in run solve | Sebastiano Tronto | 1 | -2/+10 | |
| 2024-08-25 | Refactor table generation | Sebastiano Tronto | 1 | -14/+49 | |
| 2024-08-25 | Started work on k=2 tables; further split h48 gendata | Sebastiano Tronto | 1 | -12/+13 | |
| 2024-08-18 | Reorganized folder structure | Sebastiano Tronto | 1 | -1/+11 | |
| 2024-07-08 | Stats for h48 solver as tool | Sebastiano Tronto | 1 | -8/+13 | |
| 2024-07-04 | (almost) added getcube | Sebastiano Tronto | 1 | -5/+25 | |
| 2024-07-03 | Preparing for table stats | Sebastiano Tronto | 1 | -0/+16 | |
| 2024-06-30 | Added a solver, but found out h48 table is broken | Sebastiano Tronto | 1 | -3/+8 | |
| 2024-06-23 | Cleanup | Sebastiano Tronto | 1 | -28/+63 | |
| 2024-06-20 | Changed logger from va_args to ... | Sebastiano Tronto | 1 | -1/+1 | |
| 2024-06-17 | Use callback function to log to stderr | Sebastiano Tronto | 1 | -0/+6 | |
| 2024-06-16 | Added rudimentary shell to run commands (ugly) | Sebastiano Tronto | 1 | -10/+10 | |
| 2024-06-13 | Added "dryrun" for gendata | Sebastiano Tronto | 1 | -0/+12 | |
| 2024-06-11 | Cleaned up cube.h | Sebastiano Tronto | 1 | -19/+92 | |
| 2024-06-10 | Fix build errors on OpenBSD | Sebastiano Tronto | 1 | -3/+3 | |
| 2024-06-10 | Started cube.h refactor | Sebastiano Tronto | 1 | -0/+83 | |
