20 Commits

Author SHA1 Message Date
be54ad3110 Simplify coral::fs interface 2023-02-27 00:17:47 +00:00
13fffacd98 Add way to bundle files in a coral::fs into an Ona archive
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-26 18:34:57 +00:00
3c44a6c0f3 Reformat coral library 2023-02-26 01:16:53 +00:00
a2c033107c Expose seek and tell functions on coral::file_writer 2023-02-26 00:32:57 +00:00
dc39fedf0c Remove redundant virtual destructors in coral.files 2023-02-25 23:32:44 +00:00
38e4572352 Improve naming of directory enumerator in coral::fs 2023-02-25 12:46:19 +00:00
7a6731df8e Expose way to enumerate over file paths in coral::fs 2023-02-24 17:23:18 +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
2b1a34d5e2 Expose interface for querying access rules on coral::fs 2023-02-23 00:28:06 +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
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
a85b0c21f5 Expose IO rules on the file system interface 2023-02-20 00:49:35 +00:00
9ac61b614f Replace coral::readable / writable with coral::reader / writer 2023-02-19 23:06:17 +00:00
3856a03ec1 Add explicit conversion from coral::path to coral::slice 2023-02-19 17:43:09 +00:00
8ced8440fc Remove coral::fs::access_result 2023-02-19 17:16:43 +00:00
d8ab57844d Rename core library to "coral" 2023-02-19 16:50:29 +00:00