aboutsummaryrefslogtreecommitdiff
path: root/src/core/io_cube.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-21Merged some files, renamed anotherSebastiano Tronto1-403/+0
2025-04-08Some minor changes to the interface.Sebastiano Tronto1-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-22Some safety with move arrays, small refactor appendcharSebastiano Tronto1-12/+12
2024-10-12Make writecube saferSebastiano Tronto1-42/+61
2024-10-10Improved error messages and add some comments in nissy.hSebastiano Tronto1-13/+49
2024-10-04Revert table-based transformationsSebastiano Tronto1-3/+3
Long live the giant switch!
2024-10-04Table-based transformations (will revert immediately)Sebastiano Tronto1-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-05More renamingSebastiano Tronto1-7/+7
2024-09-05Rename constants from _underscore to CAPSSebastiano Tronto1-49/+49
2024-08-18Reorganized folder structureSebastiano Tronto1-0/+0
2024-07-04(almost) added getcubeSebastiano Tronto1-11/+0
2024-06-20Changed logger from va_args to ...Sebastiano Tronto1-6/+6
2024-06-17Use callback function to log to stderrSebastiano Tronto1-6/+6
2024-06-11Cleaned up cube.hSebastiano Tronto1-2/+2
2024-06-10Added tests for B32Sebastiano Tronto1-5/+5
2024-06-09More cleanupSebastiano Tronto1-346/+3
2024-06-09Remvoed cube_fast_t and more. More cleaning up to do.Sebastiano Tronto1-97/+131
2024-05-28Added roadmap for refactor and some simple routinesSebastiano Tronto1-0/+41
2024-05-27Some type fixes and some cleanupSebastiano Tronto1-2/+4
2024-05-25Small performance improvement in h48 coordinate / transformSebastiano Tronto1-111/+6
2024-05-10Split into .h filesSebastiano Tronto1-0/+730

Generated with cgit - Back to sebastiano.tronto.net