Commit Graph

28 Commits

Author SHA1 Message Date
kayomn 40f4c37dc8 Fix parse_signed returning an unsigned integer 2023-04-27 21:02:38 +00:00
kayomn d1110d8683 Re-implement Tag metaprogramming utility 2023-04-23 13:40:49 +01:00
kayomn a7605c6ffa Remove unused coral IO functions 2023-04-19 20:53:51 +01:00
kayomn 359fcd190d Port back to Zig
continuous-integration/drone Build is failing Details
2023-04-19 00:25:35 +01:00
kayomn 0bfd1c80ce Tidy up stack API in coral library
continuous-integration/drone/push Build is passing Details
2023-02-23 20:13:56 +00:00
kayomn 237c0b4d19 Replace coral::callable with coral::closure
continuous-integration/drone/push Build is passing Details
2023-02-23 14:59:29 +00:00
kayomn eb213d24ed Remove redundant constructor argument from coral::fixed_buffer
continuous-integration/drone/push Build is passing Details
2023-02-23 14:44:55 +00:00
kayomn cf8124eb20 Expose interface for writing single values into coral::fixed_buffer 2023-02-23 00:51:48 +00:00
kayomn 2b1a34d5e2 Expose interface for querying access rules on coral::fs 2023-02-23 00:28:06 +00:00
kayomn 2f884f92a1 Add way to count coral::fixed_buffer 2023-02-23 00:18:14 +00:00
kayomn da3e87fe3b Tidy up coral::fixed_buffer interface 2023-02-23 00:14:24 +00:00
kayomn c3a49eed7f Add casting function for coral::fixed_buffer to coral::slice 2023-02-22 23:29:33 +00:00
kayomn cf5ca23f94 Fix typo in coral::file_writer destructor 2023-02-22 21:02:42 +00:00
kayomn 9b06e7d2e2 Expose virtual destructors on coral::file_reader and coral::file_writer 2023-02-22 21:00:11 +00:00
kayomn f601f51f7a Improve memory model of coral::stack
continuous-integration/drone/push Build is passing Details
2023-02-22 20:53:58 +00:00
kayomn fb06ce217f Remove unsafe raw pointer accessors from coral::stack 2023-02-22 15:39:28 +00:00
kayomn 809b45dc3c Move data streaming and formatting utils into new coral io module 2023-02-22 15:32:04 +00:00
kayomn d8b9a7e330 Tidy up coral::stack 2023-02-22 15:31:21 +00:00
kayomn 168d5375a4 Complete reader / writer interface rework 2023-02-20 01:28:58 +00:00
kayomn 712b490894 Mark coral::fs::rules as const 2023-02-20 01:10:17 +00:00
kayomn eb93da95e5 Change coral::fs::~fs to be non-pure virtual 2023-02-20 01:08:39 +00:00
kayomn f76d908325 Expose virtual destructor on coral::fs 2023-02-20 01:00:14 +00:00
kayomn a85b0c21f5 Expose IO rules on the file system interface 2023-02-20 00:49:35 +00:00
kayomn 9ac61b614f Replace coral::readable / writable with coral::reader / writer 2023-02-19 23:06:17 +00:00
kayomn 3856a03ec1 Add explicit conversion from coral::path to coral::slice 2023-02-19 17:43:09 +00:00
kayomn 8ced8440fc Remove coral::fs::access_result 2023-02-19 17:16:43 +00:00
kayomn cba6e26995 Remove unnecessary coral:: prefixes in coral libray 2023-02-19 16:51:38 +00:00
kayomn d8ab57844d Rename core library to "coral" 2023-02-19 16:50:29 +00:00