| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-13 | Improvements to build.bat (unit tests on Windows) | Sebastiano Tronto | 1 | -1/+0 | |
| 2025-08-11 | Wrapped pthread use in custom API | Sebastiano Tronto | 1 | -0/+1 | |
| 2025-04-22 | Update tests for oriented_cube_t | Sebastiano Tronto | 1 | -7/+8 | |
| 2025-04-22 | Updated tests and added fixed =A to B32 output | Sebastiano Tronto | 1 | -2/+2 | |
| 2025-04-15 | Better logging function | Sebastiano Tronto | 1 | -2/+2 | |
| 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. | |||||
| 2025-04-08 | Some minor changes to the interface. | Sebastiano Tronto | 1 | -6/+2 | |
| - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments. | |||||
| 2025-03-28 | DR coordinate solver | Sebastiano Tronto | 1 | -1/+1 | |
| 2025-03-25 | More safety with pointers using VLA function parameters | Sebastiano Tronto | 1 | -1/+1 | |
| 2025-03-24 | Big cleanup for appendsolution() | Sebastiano Tronto | 1 | -0/+1 | |
| With this PR the appendsolution routine is extracted from the h48 solver and the new coordinate solver and made generic. This has many advantages: - less repetition (even if the two versions are different enough that *for now* it was not a big deal) - smaller h48/solve.h file, which is already a big beast - easier to test the appendsolution() routine separately | |||||
| 2025-03-22 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 1 | -1/+1 | |
| 2025-03-09 | Working (?) version of coordinate solver | Sebastiano Tronto | 1 | -1/+1 | |
| 2025-03-04 | Begin work for coordinate solver | Sebastiano Tronto | 1 | -0/+1 | |
| 2024-10-12 | Make writecube safer | Sebastiano Tronto | 1 | -2/+2 | |
| 2024-10-04 | Avoid repeating typedefs in tests | Sebastiano Tronto | 1 | -0/+5 | |
| 2024-08-18 | Reorganized folder structure | Sebastiano Tronto | 1 | -17/+4 | |
| 2024-08-07 | cube_neon ver1 | enricotenuti | 1 | -1/+8 | |
| 2024-06-20 | Changed logger from va_args to ... | Sebastiano Tronto | 1 | -2/+9 | |
| 2024-06-17 | Use callback function to log to stderr | Sebastiano Tronto | 1 | -0/+13 | |
| 2024-06-09 | Remvoed cube_fast_t and more. More cleaning up to do. | Sebastiano Tronto | 1 | -8/+4 | |
| 2024-05-20 | Added tests for h48 invcoord | Sebastiano Tronto | 1 | -0/+2 | |
| 2024-05-17 | Added inverse eo and copy_{edges,corners} | Sebastiano Tronto | 1 | -0/+1 | |
| 2024-03-30 | Added cocsep data generation, but it is very slow | Sebastiano Tronto | 1 | -0/+1 | |
| 2023-11-13 | Test cleanup | Sebastiano Tronto | 1 | -1/+20 | |
| 2023-11-13 | Tidy up; made things testable | Sebastiano Tronto | 1 | -0/+7 | |
