Eric-Paul Ickhorn epickh
epickh pushed to main at Technetium/MainTree 2024-01-26 19:30:44 +00:00
c69f260790 Added function headers.
epickh pushed to main at libRR/Base 2024-01-23 17:50:54 +00:00
886793a950 Implemented pool allocator without testing, probably buggy.
epickh pushed to main at libRR/Base 2024-01-22 15:22:45 +00:00
18a0832c5e Introduced generic allocator structures and modified the arena allocator functions to use one.
545295af9d Fixed potential warnings in the arena allocator
Compare 2 commits »
epickh pushed to main at libRR/Base 2024-01-19 20:29:25 +00:00
dcbd9555d5 Made the build script more advanced and configurable
eab3989878 Added more const-qualifiers in the simple memory functions
8b65c5ddb3 Moved arena allocator into own files in platform-folder
Compare 3 commits »
epickh pushed to main at Technetium/MainTree 2024-01-19 19:31:34 +00:00
6192a8f819 Fixed build script and added help message.
epickh created branch main in Technetium/MainTree 2024-01-19 00:39:25 +00:00
epickh pushed to main at Technetium/MainTree 2024-01-19 00:39:25 +00:00
e1e4878d55 Added gitignore and wrote basic build script
epickh created repository Technetium/MainTree 2024-01-19 00:39:03 +00:00
epickh pushed to main at libRR/Base 2024-01-18 20:47:01 +00:00
dd80cb179e Added, but neither tested nor documented arena allocator.
epickh pushed to main at libRR/Base 2024-01-01 18:25:46 +00:00
77b4091a66 Added quick, easy file read function
epickh pushed to main at libRR/Base 2023-12-31 07:43:19 +00:00
ba3619ede2 Removed accidentally added future INI parser
epickh pushed to main at libRR/Base 2023-12-31 07:41:40 +00:00
e901acfdb4 Added ASCII special sign enum and conversion from rune.
epickh pushed to main at libRR/Base 2023-12-31 07:18:32 +00:00
6e156438c1 Removed extraction-functions for specific rune types and added checking-only functions for runes.
epickh created repository Technetium/Serialization 2023-12-30 13:48:21 +00:00
epickh transferred repository epickh/Technetium to Technetium/Technetium 2023-12-30 07:29:12 +00:00
epickh pushed to main at Technetium/Technetium 2023-12-17 11:20:38 +00:00
dc21cd8cfa Modified gitignore to ignore build-folders in subdirectories and updated build-script for new dependency-URL
epickh pushed to main at libRR/Base 2023-12-17 11:13:21 +00:00
6d7f2ba701 Fixed projection matrix and made translation column-major
epickh renamed repository from libRR to libRR/Base 2023-12-16 05:55:20 +00:00
epickh transferred repository epickh/libRR to libRR/Base 2023-12-16 05:54:42 +00:00
epickh pushed to main at libRR/Base 2023-12-15 00:24:30 +00:00
b4235873b5 Added matrix functions