Commit Graph

361 Commits

Author SHA1 Message Date
flysand7 3a965154ed Update readme instruction 2023-08-01 12:23:25 +11:00
flysand7 8efd9b7c7a Add data model macro setting 2023-08-01 12:20:43 +11:00
flysand7 2166660b93 Underscores on allocators 2023-08-01 11:30:32 +11:00
flysand7 fd8f580b63 Rename DEBUG to _DEBUG 2023-08-01 11:28:18 +11:00
flysand7 5a9bea11ad Fix failing link on empty file 2023-08-01 11:26:13 +11:00
flysand7 b2ae7be654 Fix forgot to pass MAP_PRIVATE flag to mmap 2023-08-01 02:29:44 +11:00
flysand7 9442c41168 Fix missing whitespace in buildscript 2023-08-01 02:05:05 +11:00
flysand7 42dd38804a Terminal colors in build script (yay) 2023-07-31 09:43:01 +11:00
flysand7 721aa8c2de Add status table 2023-07-31 09:05:15 +11:00
flysand7 2954ad3b63 Get windows build working 2023-07-31 07:55:59 +11:00
flysand7 8c0590e517 [bugfix] Make one freelist per pool, instead of one per buffer 2023-07-31 04:47:18 +11:00
flysand7 344d9f0398 Fix files not being removed from the pool upon closing 2023-07-31 04:19:05 +11:00
flysand7 d9f530fe58 Add memory pool to cia-mem, use it for FILE 2023-07-31 04:17:57 +11:00
flysand7 80fde89a6f add todo list 2023-07-30 21:12:52 +11:00
flysand7 9f44678472 Underscore syscall stuff 2023-07-30 19:47:59 +11:00
flysand7 9ac97f1e9d Memory manager on linux + remove C23 attributes for now 2023-07-30 18:45:14 +11:00
flysand7 e2158eed8b Update readme 2023-07-29 00:50:04 +11:00
flysand7 b4d8fe5adc Separate out stdint and stdbool 2023-07-29 00:15:38 +11:00
flysand7 84ab80b663 Maybe finally fix Github CI issues 2023-07-28 23:16:35 +11:00
flysand7 50cb96f875 ? 2023-07-28 23:13:17 +11:00
flysand7 55b53bf554 Github CI fix llvm version 2023-07-28 23:10:13 +11:00
flysand7 60db0beac4 ? 2023-07-28 23:08:28 +11:00
flysand7 544948fbf5 Github CI downgrade ubuntu version 2023-07-28 23:03:43 +11:00
flysand7 f08633efff Github CI don't build nasm 2023-07-28 23:00:43 +11:00
flysand7 76ced48fed Github CI cached llvm and clang 2023-07-28 22:57:42 +11:00
flysand7 bd3622dddf Fix compile error 2023-07-28 22:52:54 +11:00
flysand7 fff9716dc8 Add windows build to CI 2023-07-28 22:47:06 +11:00
flysand7 a71e49ca22 Fix linux build failing 2023-07-28 22:41:53 +11:00
flysand7 8a5804b51d Fix module deps checks, make allocators use one proc 2023-07-28 22:29:12 +11:00
flysand7 76904bd19b Handle inter-module dependencies 2023-07-28 21:52:12 +11:00
flysand7 3abf5e3f7f Memory API 2023-07-28 21:49:56 +11:00
flysand7 9119be8e24 Fix formatting on ciabatta.c 2023-07-28 20:55:41 +11:00
flysand7 e65506babb Remove root object parens from jsons 2023-07-28 20:53:20 +11:00
flysand7 8d14b1749a Make cuik compile 2023-07-28 20:41:37 +11:00
flysand7 bdce40092d try cuik? 2023-07-28 20:16:09 +11:00
flysand7 1f811d7646 Make it compile on windows 2023-07-28 19:53:06 +11:00
flysand7 5e177fae50 Quick and dirty file api 2023-07-28 00:49:53 +11:00
flysand7 dbd10db051 Underscore prefix TinyRT definitions 2023-07-28 00:04:24 +11:00
flysand7 06e1057ad2 Use target platform from the build script, don't autodetect 2023-07-27 23:58:00 +11:00
flysand7 0e14742117 Update CI 2023-07-27 09:23:33 +11:00
flysand7 3d25b60b30 Update CI 2023-07-27 09:21:39 +11:00
flysand7 7e6066ff85 Rewrite build script in python, use JSON5 for configuration 2023-07-27 09:17:57 +11:00
flysand7 7329ca1f92 change the naming scheme for C modules 2023-07-26 20:35:54 +11:00
flysand7 13ba60e338 Auto-generate ciabatta.c 2023-07-26 16:54:37 +11:00
flysand7 4c2ed6e7e4 prefix cia defines with underscore 2023-07-25 16:31:34 +11:00
flysand7 c8a6a65509 rename tinyrt api names 2023-07-25 16:27:13 +11:00
flysand7 1007f634fb Add program api to tinyrt 2023-07-25 16:24:19 +11:00
flysand7 8a93fa68ff Change tinyrt inclusion macros to always be defined 2023-07-25 16:09:15 +11:00
flysand7 d49add907c TinyRT abstraction layer 2023-07-24 02:33:12 +11:00
flysand7 42e9d208fb Fix rmdir on non-existing paths 2023-07-23 21:28:47 +11:00