| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added stop / pause / resume solve to API | Sebastiano Tronto | 2025-04-29 | 3 | -5/+22 |
| | | |||||
| * | Fixed cpp adapter for 0-moves solutions | Sebastiano Tronto | 2025-04-25 | 1 | -1/+2 |
| | | |||||
| * | Added orientation to getcube | Sebastiano Tronto | 2025-04-23 | 2 | -10/+11 |
| | | |||||
| * | Remove compose from the public API | Sebastiano Tronto | 2025-04-22 | 2 | -10/+0 |
| | | |||||
| * | Removed old scripts and updated public API | Sebastiano Tronto | 2025-04-22 | 4 | -74/+40 |
| | | |||||
| * | Always use unsigned char * for data buffers | Sebastiano Tronto | 2025-04-21 | 1 | -6/+7 |
| | | | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *. | ||||
| * | Small rework of optimal vs maxsols | Sebastiano Tronto | 2025-04-17 | 3 | -7/+15 |
| | | | | | | | | | | | | | | | I wanted to make the "optimal" and "maxsolutions" options mutually exclusive, but in the end I decided there is value in keeping both (e.g. for specifying a limit to the number of solutions when asking for "all" optimal"). Now optimal cannot be negative anymore, for the same reason of maxsolutions. The interface user (shell, UI) will have to take care of handling this in a way that makes sense for the user. Usually this means setting the maximum number of solutions to UINT_MAX (or a similar very high number) when the user wants "all optimal". | ||||
| * | Better logging function | Sebastiano Tronto | 2025-04-15 | 3 | -4/+7 |
| | | | | | | | | Now it is possible to provide some data together with the logging function. This is useful for example in C++, where I can now provide an arbitrary callable object as data, and a simple wrapper function that call the callable object as logging function. | ||||
| * | Fixed function pointer thing | Sebastiano Tronto | 2025-04-15 | 3 | -10/+3 |
| | | |||||
| * | Fixed a woopsie | Sebastiano Tronto | 2025-04-15 | 1 | -1/+1 |
| | | |||||
| * | Simplified count_moves() in cpp api | Sebastiano Tronto | 2025-04-15 | 3 | -10/+10 |
| | | |||||
| * | Added data check status to solver in cpp API | Sebastiano Tronto | 2025-04-15 | 2 | -4/+7 |
| | | |||||
| * | Removed unnecessary check | Sebastiano Tronto | 2025-04-14 | 1 | -6/+0 |
| | | |||||
| * | Improved C++ API and added info to README | Sebastiano Tronto | 2025-04-14 | 4 | -233/+345 |
| | | |||||
| * | Add an opinionated C++20 adapter | Sebastiano Tronto | 2025-04-09 | 2 | -0/+349 |
