Commit Graph

28 Commits

Author SHA1 Message Date
905151abe9 replace null, true, false with integers in code 2025-07-10 13:11:36 -05:00
2b08223472 add SYS_PRIORITY_INHERIT 2025-07-06 18:06:25 -05:00
994ed1e1e1 use SI units for size macros 2025-07-06 16:25:39 -05:00
69a8a7aa9a move synchronization primitives out of sys layer 2025-07-06 16:20:07 -05:00
d47b951b82 wait / wake wip 2025-07-05 21:01:30 -05:00
5e99224b28 allocate counters in sys layer 2025-07-05 16:18:07 -05:00
55187aed97 remove old job system 2025-07-05 14:44:00 -05:00
05ce4f32a1 remove scratch.h 2025-07-03 12:29:09 -05:00
6841ff9784 remove thread local storage 2025-07-03 12:20:17 -05:00
749cc0f625 replace job system w/ with one that makes data parallelism easier 2025-06-30 15:39:48 -05:00
b50ba7d4e2 move mutexes & cvs into opaque ptrs 2025-06-17 23:30:59 -05:00
cfd8fb5f21 store arena in its own committed memory 2025-06-17 22:21:58 -05:00
d0be0d8908 simpler sprite evict sorting logic 2025-05-14 03:08:03 -05:00
d7f1ac06cb remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
5593db5202 replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
094b64078b add (UNUSED) after lock assertions 2024-08-09 15:02:13 -05:00
5eb515ab90 rename suffix assume_locked -> ...locked 2024-06-25 19:58:48 -05:00
04db1226e2 refactor mutexes to use 'sys_lock' objects. make all mutexes rw mutexes. 2024-06-25 19:54:33 -05:00
5a32c90813 sheet eviction & reload detection 2024-04-29 18:59:32 -05:00
2d593fee03 rename global 'L' vars to 'G' 2024-04-11 12:50:28 -05:00
02b31ab441 rename DEBUG_LVAR -> DEBUG_ALIAS 2024-04-11 12:42:44 -05:00
04eb118e60 system startup receipts 2024-03-28 13:31:35 -05:00
3b0cdfd1f4 more fleshed out atomics for i32, i64, u32, u64 2024-03-15 22:37:49 -05:00
1d2e7c0b9f hash fnv from seed 2024-03-14 13:28:31 -05:00
76c609f8d5 fix entities arena not growing 2024-03-11 12:16:34 -05:00
8a2c40c817 rename cpy -> copy 2024-03-08 17:41:39 -06:00
8f3aaba794 alter DEBUG_LVAR semantics 2024-03-08 17:19:09 -06:00
8284923173 initial commit 2024-02-29 16:01:51 -06:00