| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-03-08 | renamed some files | Sebastiano Tronto | 5 | -7/+6 |
| 2025-03-07 | Fixes | Sebastiano Tronto | 1 | -4/+4 |
| 2025-03-07 | More progress on coordinate solver | Sebastiano Tronto | 7 | -7/+272 |
| 2025-03-04 | Begin work for coordinate solver | Sebastiano Tronto | 7 | -0/+206 |
| 2025-02-28 | Fix typo in neon.h (thanks to Arhan Chaudhary for reporting) | Sebastiano Tronto | 1 | -0/+1 |
| 2024-12-18 | Revert small error | Sebastiano Tronto | 2 | -5/+4 |
| 2024-12-16 | Fixed alignment bug | Sebastiano Tronto | 4 | -0/+35 |
| 2024-12-15 | Fix rare bug, but one more bug to go | Sebastiano Tronto | 2 | -4/+16 |
| 2024-12-15 | Actually fix the bug | Sebastiano Tronto | 1 | -3/+5 |
| 2024-12-15 | Fixed constant that I rarely used until today | Sebastiano Tronto | 1 | -1/+1 |
| 2024-12-15 | Solve bug related to duplicate solutions | Sebastiano Tronto | 7 | -48/+62 |
| 2024-12-15 | Implemented 'optimal' option | Sebastiano Tronto | 2 | -10/+24 |
| 2024-12-14 | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 3 | -8/+29 |
| 2024-12-07 | Merge the "solver-experiments" branch that I have been working on for | Sebastiano Tronto | 17 | -725/+1002 |
| 2024-10-19 | Safer handling of corrupt data | Sebastiano Tronto | 1 | -3/+17 |
| 2024-10-19 | Finished Python module | Sebastiano Tronto | 2 | -5/+11 |
| 2024-10-18 | Fixed performance regression | Sebastiano Tronto | 2 | -22/+28 |
| 2024-10-18 | Add node and fallback benchmarking | Sebastiano Tronto | 4 | -28/+68 |
| 2024-10-18 | New interface function nissy_countmoves | Sebastiano Tronto | 3 | -2/+28 |
| 2024-10-16 | Removed redundant coordinate computation | Sebastiano Tronto | 3 | -23/+11 |
| 2024-10-15 | EOF fix | enricotenuti | 1 | -1/+1 |
| 2024-10-15 | Neon uint8x8_t corners and minor fixes | enricotenuti | 4 | -58/+51 |
| 2024-10-14 | Fallback tables | Sebastiano Tronto | 4 | -29/+100 |
| 2024-10-14 | Fix solvers for k = 2, and changes to solve tool | Sebastiano Tronto | 2 | -12/+19 |
| 2024-10-14 | Interface changes, progress with python | Sebastiano Tronto | 7 | -175/+110 |
| 2024-10-13 | Removed nissy_explainerror and moved datainfo to tools | Sebastiano Tronto | 2 | -197/+89 |
| 2024-10-12 | Trivial fixes to comments | Sebastiano Tronto | 1 | -4/+4 |
| 2024-10-12 | Make writemoves (and solver) safer by checking buffer size | Sebastiano Tronto | 5 | -20/+63 |
| 2024-10-12 | Removed unused generic solver | Sebastiano Tronto | 2 | -158/+0 |
| 2024-10-12 | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 8 | -114/+156 |
| 2024-10-12 | Make writecube safer | Sebastiano Tronto | 3 | -95/+114 |
| 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 | 2 | -59/+139 |
| 2024-10-11 | Improved comment | Sebastiano Tronto | 1 | -1/+1 |
| 2024-10-11 | Error codes, documentation, change nisstype from string to flags | Sebastiano Tronto | 2 | -83/+446 |
| 2024-10-10 | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 7 | -78/+212 |
| 2024-10-10 | Removed "options" from solver selection | Sebastiano Tronto | 2 | -71/+48 |
| 2024-10-10 | Small warning fixes to gendata | Sebastiano Tronto | 1 | -3/+10 |
| 2024-10-10 | Fixed tableinfo alignment issues | Sebastiano Tronto | 1 | -22/+50 |
| 2024-10-10 | Removed un-common function from common.h | Sebastiano Tronto | 1 | -1/+0 |
| 2024-10-07 | Revert useless optimization (fix portable and neon) | Sebastiano Tronto | 1 | -12/+10 |
| 2024-10-07 | Remove double return | Sebastiano Tronto | 1 | -1/+0 |
| 2024-10-06 | Tiny optimization for moves (avoid unnecessary CO) | Sebastiano Tronto | 1 | -10/+12 |
| 2024-10-06 | Removed some useless output | Sebastiano Tronto | 2 | -7/+7 |
| 2024-10-06 | Fix concurrency issues | Sebastiano Tronto | 3 | -44/+73 |
| 2024-10-05 | Remove unnecessary _Atomics | Sebastiano Tronto | 4 | -27/+34 |
| 2024-10-05 | Fix rare data race | Sebastiano Tronto | 5 | -30/+30 |
| 2024-10-05 | Added expected distributions | Sebastiano Tronto | 1 | -0/+31 |
| 2024-10-04 | Removed excessive LOG from gendata cocsep | Sebastiano Tronto | 1 | -2/+0 |
| 2024-10-04 | Avoid repeating typedefs in tests | Sebastiano Tronto | 10 | -155/+161 |
