aboutsummaryrefslogtreecommitdiff
path: root/src/core/io_cube.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged some files, renamed anotherSebastiano Tronto2025-04-211-403/+0
|
* Some minor changes to the interface.Sebastiano Tronto2025-04-081-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 appendcharSebastiano Tronto2025-03-221-12/+12
|
* Make writecube saferSebastiano Tronto2024-10-121-42/+61
|
* Improved error messages and add some comments in nissy.hSebastiano Tronto2024-10-101-13/+49
|
* Revert table-based transformationsSebastiano Tronto2024-10-041-3/+3
| | | | Long live the giant switch!
* Table-based transformations (will revert immediately)Sebastiano Tronto2024-10-041-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 renamingSebastiano Tronto2024-09-051-7/+7
|
* Rename constants from _underscore to CAPSSebastiano Tronto2024-09-051-49/+49
|
* Reorganized folder structureSebastiano Tronto2024-08-181-0/+348

Generated with cgit - Back to sebastiano.tronto.net