aboutsummaryrefslogtreecommitdiff
path: root/src/core/transform.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert table-based transformationsSebastiano Tronto2024-10-041-141/+322
| | | | Long live the giant switch!
* Table-based transformations (will revert immediately)Sebastiano Tronto2024-10-041-104/+104
| | | | | | | | 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-4/+4
|
* Rename constants from _underscore to CAPSSebastiano Tronto2024-09-051-125/+104
|
* Moved stuff aroundSebastiano Tronto2024-09-031-0/+18
|
* Reorganized folder structureSebastiano Tronto2024-08-181-0/+176

Generated with cgit - Back to sebastiano.tronto.net