78 Commits

Author SHA1 Message Date
1e0dff6dba General fixes 2023-05-06 01:47:52 +00:00
e9f12785f9 Mark Vector2 as having an ABI defined memory layout
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-28 22:20:46 +00:00
3efe246ed0 Fix mismatched type in parse_signed 2023-04-27 21:11:49 +00:00
40f4c37dc8 Fix parse_signed returning an unsigned integer 2023-04-27 21:02:38 +00:00
a2990e67c7 Fix various parsing errors in Kym
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-23 16:25:42 +01:00
2331d99bc9 Add missing push_table to Kym compiler 2023-04-23 16:02:34 +01:00
0974cb016b Tidy up Kym implementation 2023-04-23 15:53:50 +01:00
d1110d8683 Re-implement Tag metaprogramming utility 2023-04-23 13:40:49 +01:00
a7605c6ffa Remove unused coral IO functions 2023-04-19 20:53:51 +01:00
359fcd190d Port back to Zig
Some checks failed
continuous-integration/drone Build is failing
2023-04-19 00:25:35 +01:00
78ae403f61 Refine and fix bugs in the Oar library
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 00:35:36 +00:00
2a0f821e64 Add monadic test function to coral::expected 2023-02-24 00:33:04 +00:00
0bfd1c80ce Tidy up stack API in coral library
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 20:13:56 +00:00
db380e6bae Add constructor for coral::closure that accepts pointers
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-02-23 15:00:32 +00:00
237c0b4d19 Replace coral::callable with coral::closure
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 14:59:29 +00:00
eb213d24ed Remove redundant constructor argument from coral::fixed_buffer
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 14:44:55 +00:00
ba5bc0674c Tidy up footprint of app libray
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 14:02:17 +00:00
cf8124eb20 Expose interface for writing single values into coral::fixed_buffer 2023-02-23 00:51:48 +00:00
2b1a34d5e2 Expose interface for querying access rules on coral::fs 2023-02-23 00:28:06 +00:00
2f884f92a1 Add way to count coral::fixed_buffer 2023-02-23 00:18:14 +00:00
da3e87fe3b Tidy up coral::fixed_buffer interface 2023-02-23 00:14:24 +00:00
c3a49eed7f Add casting function for coral::fixed_buffer to coral::slice 2023-02-22 23:29:33 +00:00
2dd7946b88 Temporarily drop testing of Kym library
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 23:19:42 +00:00
f9ac5831cf Improve compile-time safety of coral::callable
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-22 22:59:33 +00:00
02d4d56f35 Rename kym::value::as_* functions to kym::value::to_*
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 21:03:24 +00:00
cf5ca23f94 Fix typo in coral::file_writer destructor 2023-02-22 21:02:42 +00:00
9b06e7d2e2 Expose virtual destructors on coral::file_reader and coral::file_writer 2023-02-22 21:00:11 +00:00
f601f51f7a Improve memory model of coral::stack
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 20:53:58 +00:00
fb06ce217f Remove unsafe raw pointer accessors from coral::stack 2023-02-22 15:39:28 +00:00
d58c9e67c4 Update runtime
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 15:35:33 +00:00
cd3fd2f04a Tidy up main coral module file 2023-02-22 15:35:22 +00:00
809b45dc3c Move data streaming and formatting utils into new coral io module 2023-02-22 15:32:04 +00:00
d8b9a7e330 Tidy up coral::stack 2023-02-22 15:31:21 +00:00
5d4f40393b Tidy up and fix app::file API
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-20 23:11:37 +00:00
fd62ec5966 Refactor directory file-system abstraction in app library 2023-02-20 22:29:39 +00:00
c4b83082e3 Rename coral::fixed_buffer to coral::ring_buffer 2023-02-20 22:28:15 +00:00
0b8167ce1d Clarify coral::ring_buffer doc comment that it is a ring buffer 2023-02-20 22:03:37 +00:00
cea0a4e0ed Add circular buffer to coral library
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-20 21:58:36 +00:00
37b2586eaa Export app::readable_file for API use 2023-02-20 16:12:29 +00:00
685e09412b Replace unstable coral::optional functions with operators
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-20 15:30:00 +00:00
c36bf5b76c Tidy up Kym library 2023-02-20 15:27:14 +00:00
f20e220e35 Remove redundant type specifiers from Oar library 2023-02-20 15:26:59 +00:00
1e87aa7fcf Add monadic mapping function to coral::optional 2023-02-20 15:26:27 +00:00
f2694b61cb Improve explicitness of coral::as_bytes memory lifetime 2023-02-20 15:00:39 +00:00
d6ba17c4ab Remove unnecessary type specifier 2023-02-20 14:40:42 +00:00
a67d7239a4 Implement core function to reinterpreting anything as bytes 2023-02-20 14:30:14 +00:00
168d5375a4 Complete reader / writer interface rework 2023-02-20 01:28:58 +00:00
712b490894 Mark coral::fs::rules as const 2023-02-20 01:10:17 +00:00
eb93da95e5 Change coral::fs::~fs to be non-pure virtual 2023-02-20 01:08:39 +00:00
f76d908325 Expose virtual destructor on coral::fs 2023-02-20 01:00:14 +00:00