| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-21 | Merged some files, renamed another | Sebastiano Tronto | 1 | -403/+0 | |
| 2025-04-08 | Some minor changes to the interface. | Sebastiano Tronto | 1 | -5/+5 | |
| - 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-22 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 1 | -12/+12 | |
| 2024-10-12 | Make writecube safer | Sebastiano Tronto | 1 | -42/+61 | |
| 2024-10-10 | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 1 | -13/+49 | |
| 2024-10-04 | Revert table-based transformations | Sebastiano Tronto | 1 | -3/+3 | |
| Long live the giant switch! | |||||
| 2024-10-04 | Table-based transformations (will revert immediately) | Sebastiano Tronto | 1 | -3/+3 | |
| This commit changes transformations to being based on a lookup table intead of a big switch. This is something I had planned for a long time and the code is nicer with this change. But unfortunately the performance is noticeably worse, so I'll revert all these changes in the next commit. I wanted to push this anyway so we can keep track of this. | |||||
| 2024-09-05 | More renaming | Sebastiano Tronto | 1 | -7/+7 | |
| 2024-09-05 | Rename constants from _underscore to CAPS | Sebastiano Tronto | 1 | -49/+49 | |
| 2024-08-18 | Reorganized folder structure | Sebastiano Tronto | 1 | -0/+0 | |
| 2024-07-04 | (almost) added getcube | Sebastiano Tronto | 1 | -11/+0 | |
| 2024-06-20 | Changed logger from va_args to ... | Sebastiano Tronto | 1 | -6/+6 | |
| 2024-06-17 | Use callback function to log to stderr | Sebastiano Tronto | 1 | -6/+6 | |
| 2024-06-11 | Cleaned up cube.h | Sebastiano Tronto | 1 | -2/+2 | |
| 2024-06-10 | Added tests for B32 | Sebastiano Tronto | 1 | -5/+5 | |
| 2024-06-09 | More cleanup | Sebastiano Tronto | 1 | -346/+3 | |
| 2024-06-09 | Remvoed cube_fast_t and more. More cleaning up to do. | Sebastiano Tronto | 1 | -97/+131 | |
| 2024-05-28 | Added roadmap for refactor and some simple routines | Sebastiano Tronto | 1 | -0/+41 | |
| 2024-05-27 | Some type fixes and some cleanup | Sebastiano Tronto | 1 | -2/+4 | |
| 2024-05-25 | Small performance improvement in h48 coordinate / transform | Sebastiano Tronto | 1 | -111/+6 | |
| 2024-05-10 | Split into .h files | Sebastiano Tronto | 1 | -0/+730 | |
