| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move some checks around, small improvement | Sebastiano Tronto | 2025-12-17 | 1 | -11/+9 |
| * | Swap bit pairs in pval_min | Sebastiano Tronto | 2025-12-16 | 1 | -5/+4 |
| * | Update comments | Sebastiano Tronto | 2025-12-14 | 2 | -5/+7 |
| * | Cleanup, update documentation, fix examples | Sebastiano Tronto | 2025-12-14 | 5 | -234/+156 |
| * | Bye bye h0k4 | Sebastiano Tronto | 2025-12-14 | 5 | -310/+27 |
| * | Intertwined table seems to work | Sebastiano Tronto | 2025-12-14 | 7 | -27/+177 |
| * | Fix duplicate solutions, overflow in maxsols and improve symmetry reduction f... | Sebastiano Tronto | 2025-11-24 | 1 | -37/+41 |
| * | Made H48 solver safer for 32bit size_t | Sebastiano Tronto | 2025-08-11 | 1 | -2/+9 |
| * | Wrapped pthread use in custom API | Sebastiano Tronto | 2025-08-11 | 3 | -56/+65 |
| * | All coordinates unsigned | Sebastiano Tronto | 2025-07-29 | 8 | -74/+74 |
| * | Cleanup some TODOs | Sebastiano Tronto | 2025-07-29 | 3 | -8/+5 |
| * | Make failed assert exit immediately | Sebastiano Tronto | 2025-07-28 | 2 | -6/+4 |
| * | Small fixes | Sebastiano Tronto | 2025-06-19 | 1 | -2/+2 |
| * | Trick fix | Sebastiano Tronto | 2025-06-18 | 1 | -6/+21 |
| * | Change min depth for H48 tasks heuristic sort | Sebastiano Tronto | 2025-06-18 | 1 | -1/+1 |
| * | Big speedup for H48 solver (heuristic sort of tasks) | Sebastiano Tronto | 2025-06-18 | 1 | -19/+46 |
| * | More improvements to web solver | Sebastiano Tronto | 2025-05-30 | 1 | -8/+8 |
| * | Fix small build error with clang | Sebastiano Tronto | 2025-05-28 | 1 | -1/+2 |
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 2 | -8/+8 |
| * | Avoid pausing for logging only if poll_status() is null (h48 solver). | Sebastiano Tronto | 2025-05-26 | 1 | -10/+7 |
| * | Cleanup | Sebastiano Tronto | 2025-05-25 | 1 | -1/+2 |
| * | Quick fix for bug | Sebastiano Tronto | 2025-05-25 | 1 | -9/+8 |
| * | Do all loggin in main thread | Sebastiano Tronto | 2025-05-23 | 3 | -67/+113 |
| * | Refactored checkdata | Sebastiano Tronto | 2025-05-19 | 4 | -92/+237 |
| * | Refactor solver dispatch and checkdata | Sebastiano Tronto | 2025-05-18 | 6 | -86/+125 |
| * | Added build script | Sebastiano Tronto | 2025-05-07 | 1 | -1/+1 |
| * | Added stop / pause / resume solve to API | Sebastiano Tronto | 2025-04-29 | 1 | -5/+64 |
| * | NISS | Sebastiano Tronto | 2025-04-25 | 1 | -16/+15 |
| * | Adjusted solvers, fixed bug | Sebastiano Tronto | 2025-04-23 | 1 | -7/+8 |
| * | Update tests for oriented_cube_t | Sebastiano Tronto | 2025-04-22 | 1 | -2/+2 |
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 5 | -73/+76 |
| * | Improved logging, especially for solve | Sebastiano Tronto | 2025-04-19 | 3 | -32/+41 |
| * | Sped up checkdata for H48 tables | Sebastiano Tronto | 2025-04-17 | 2 | -9/+57 |
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 1 | -10/+12 |
| * | Log solutions as they are found | Sebastiano Tronto | 2025-04-15 | 1 | -3/+3 |
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 1 | -1/+1 |
| * | simplified allowedmoves logic | Sebastiano Tronto | 2025-04-01 | 2 | -7/+18 |
| * | More safety with pointers using VLA function parameters | Sebastiano Tronto | 2025-03-25 | 9 | -91/+102 |
| * | Big cleanup for appendsolution() | Sebastiano Tronto | 2025-03-24 | 1 | -163/+74 |
| * | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 2025-03-22 | 3 | -32/+21 |
| * | Added checkdata for coord EO | Sebastiano Tronto | 2025-03-14 | 1 | -0/+1 |
| * | Working (?) version of coordinate solver | Sebastiano Tronto | 2025-03-09 | 1 | -4/+3 |
| * | More progress on coordinate solver | Sebastiano Tronto | 2025-03-07 | 1 | -1/+1 |
| * | Revert small error | Sebastiano Tronto | 2024-12-18 | 2 | -5/+4 |
| * | Fixed alignment bug | Sebastiano Tronto | 2024-12-16 | 2 | -0/+7 |
| * | Fix rare bug, but one more bug to go | Sebastiano Tronto | 2024-12-15 | 1 | -4/+4 |
| * | Actually fix the bug | Sebastiano Tronto | 2024-12-15 | 1 | -3/+5 |
| * | Solve bug related to duplicate solutions | Sebastiano Tronto | 2024-12-15 | 4 | -45/+59 |
| * | Implemented 'optimal' option | Sebastiano Tronto | 2024-12-15 | 1 | -7/+19 |
| * | Allow choosing number of threads when calling solve() | Sebastiano Tronto | 2024-12-14 | 1 | -7/+10 |
