| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged some files, renamed another | Sebastiano Tronto | 2025-04-21 | 1 | -403/+0 |
| | | |||||
| * | Some minor changes to the interface. | Sebastiano Tronto | 2025-04-08 | 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. | ||||
| * | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 2025-03-22 | 1 | -12/+12 |
| | | |||||
| * | Make writecube safer | Sebastiano Tronto | 2024-10-12 | 1 | -42/+61 |
| | | |||||
| * | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 2024-10-10 | 1 | -13/+49 |
| | | |||||
| * | Revert table-based transformations | Sebastiano Tronto | 2024-10-04 | 1 | -3/+3 |
| | | | | | Long live the giant switch! | ||||
| * | Table-based transformations (will revert immediately) | Sebastiano Tronto | 2024-10-04 | 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. | ||||
| * | More renaming | Sebastiano Tronto | 2024-09-05 | 1 | -7/+7 |
| | | |||||
| * | Rename constants from _underscore to CAPS | Sebastiano Tronto | 2024-09-05 | 1 | -49/+49 |
| | | |||||
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 1 | -0/+348 |
