| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove compose from the public API | Sebastiano Tronto | 2025-04-22 | 1 | -41/+0 |
| * | Updated tests and added fixed =A to B32 output | Sebastiano Tronto | 2025-04-22 | 1 | -11/+11 |
| * | Removed old scripts and updated public API | Sebastiano Tronto | 2025-04-22 | 1 | -62/+18 |
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 1 | -14/+12 |
| * | Improved logging, especially for solve | Sebastiano Tronto | 2025-04-19 | 1 | -42/+36 |
| * | Sped up checkdata for H48 tables | Sebastiano Tronto | 2025-04-17 | 1 | -1/+1 |
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 1 | -7/+5 |
| * | Better logging function | Sebastiano Tronto | 2025-04-15 | 1 | -11/+10 |
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 1 | -20/+18 |
| * | Added dreo coordinate solver | Sebastiano Tronto | 2025-04-02 | 1 | -0/+1 |
| * | Added inverse coordinate for CO | Sebastiano Tronto | 2025-03-26 | 1 | -1/+1 |
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 1 | -3/+3 |
| * | Added checkdata for coord EO | Sebastiano Tronto | 2025-03-14 | 1 | -0/+5 |
| * | Replaced datasize with solverinfo | Sebastiano Tronto | 2025-03-14 | 1 | -5/+32 |
| * | Revert API change | Sebastiano Tronto | 2025-03-12 | 1 | -3/+1 |
| * | Working (?) version of coordinate solver | Sebastiano Tronto | 2025-03-09 | 1 | -6/+15 |
| * | Fixed alignment bug | Sebastiano Tronto | 2024-12-16 | 1 | -0/+22 |
| * | Implemented 'optimal' option | Sebastiano Tronto | 2024-12-15 | 1 | -3/+5 |
| * | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 2024-12-14 | 1 | -1/+15 |
| * | Merge the "solver-experiments" branch that I have been working on for | Sebastiano Tronto | 2024-12-07 | 1 | -43/+37 |
| * | Safer handling of corrupt data | Sebastiano Tronto | 2024-10-19 | 1 | -3/+17 |
| * | Finished Python module | Sebastiano Tronto | 2024-10-19 | 1 | -4/+9 |
| * | Add node and fallback benchmarking | Sebastiano Tronto | 2024-10-18 | 1 | -3/+4 |
| * | New interface function nissy_countmoves | Sebastiano Tronto | 2024-10-18 | 1 | -0/+12 |
| * | Interface changes, progress with python | Sebastiano Tronto | 2024-10-14 | 1 | -80/+35 |
| * | Removed nissy_explainerror and moved datainfo to tools | Sebastiano Tronto | 2024-10-13 | 1 | -144/+0 |
| * | Make writemoves (and solver) safer by checking buffer size | Sebastiano Tronto | 2024-10-12 | 1 | -3/+0 |
| * | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 2024-10-12 | 1 | -7/+14 |
| * | Make writecube safer | Sebastiano Tronto | 2024-10-12 | 1 | -40/+33 |
| * | Changed from size_t to uint64_t | Sebastiano Tronto | 2024-10-12 | 1 | -5/+5 |
| * | Added buffer sizes in API args | Sebastiano Tronto | 2024-10-11 | 1 | -24/+75 |
| * | Error codes, documentation, change nisstype from string to flags | Sebastiano Tronto | 2024-10-11 | 1 | -43/+257 |
| * | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 2024-10-10 | 1 | -6/+57 |
| * | Removed "options" from solver selection | Sebastiano Tronto | 2024-10-10 | 1 | -66/+46 |
| * | Fix concurrency issues | Sebastiano Tronto | 2024-10-06 | 1 | -1/+1 |
| * | Fix rare data race | Sebastiano Tronto | 2024-10-05 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' | enricotenuti | 2024-09-29 | 1 | -2/+71 |
| |\ | |||||
| | * | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2024-09-27 | 1 | -1/+4 |
| | |\ | |||||
| | | * | Fixed checkdata | Sebastiano Tronto | 2024-09-27 | 1 | -1/+4 |
| | * | | Use constant instead of magic number | Sebastiano Tronto | 2024-09-27 | 1 | -5/+5 |
| | |/ | |||||
| | * | Added checkdata tool | Sebastiano Tronto | 2024-09-26 | 1 | -2/+5 |
| | * | Added checkdata function | Sebastiano Tronto | 2024-09-26 | 1 | -0/+63 |
| | * | Added TOOLARGS and simplified gendata tool(s) | Sebastiano Tronto | 2024-09-26 | 1 | -2/+2 |
| * | | minor changes for PR | enricotenuti | 2024-09-29 | 1 | -1/+2 |
| * | | format fix thread.h | enricotenuti | 2024-09-27 | 1 | -2/+2 |
| * | | pthread solver to fix | enricotenuti | 2024-09-19 | 1 | -2/+3 |
| |/ | |||||
| * | Parallelized h48k2 gendata | Sebastiano Tronto | 2024-09-17 | 1 | -0/+1 |
| * | Fix and cleanup printing table info | Sebastiano Tronto | 2024-09-12 | 1 | -5/+2 |
| * | Cleanup gendata tools | Sebastiano Tronto | 2024-09-12 | 1 | -0/+1 |
| * | Simplified solver | Sebastiano Tronto | 2024-09-11 | 1 | -1/+1 |
