|
e9c877956e
|
Fix compiler warning in coral::println
|
2023-03-02 23:58:01 +00:00 |
|
|
398e28d328
|
Add placeholder println function to coral library
|
2023-03-02 23:56:06 +00:00 |
|
|
3b9e00b1cb
|
Add file info querying function to [coral::file_system]
|
2023-03-02 20:58:42 +00:00 |
|
|
a44aed2fe3
|
Shorten argument names in [coral::file_system] methods
|
2023-03-02 20:40:24 +00:00 |
|
|
36ca698e22
|
Add file tree walking order disclaimer in coral::file_walker
|
2023-03-02 20:14:46 +00:00 |
|
|
dee82f6437
|
Re-organize coral::enumerator functions for easier reading
|
2023-03-02 20:02:39 +00:00 |
|
|
e5e4f11004
|
Refactor coral file API
|
2023-03-02 20:00:46 +00:00 |
|
|
5755cc6517
|
Replace coral::fixed_buffer with coral::ring_buffer
|
2023-03-02 18:56:58 +00:00 |
|
|
c53fd30cc2
|
Change coral::path::joined to return coral::expected
|
2023-03-01 00:30:37 +00:00 |
|
|
c16d5c08cb
|
Rename coral::path::byte_size to coral::path::filled
|
2023-02-28 16:04:33 +00:00 |
|
|
f6daa3c85a
|
Document coral::fixed_buffer::remaining
|
2023-02-28 15:56:32 +00:00 |
|
|
d8aadef0e7
|
Fix bugs in coral::fixed_buffer
|
2023-02-28 15:53:33 +00:00 |
|
|
28eeacfaa9
|
Tidy up coral.stack
|
2023-02-28 14:32:04 +00:00 |
|
|
bb9617994f
|
Replace coral::fs walker closure with coral::file_walker
continuous-integration/drone/push Build is failing
|
2023-02-28 01:16:19 +00:00 |
|
|
356d261214
|
Update file encoding
|
2023-02-28 00:35:59 +00:00 |
|
|
26182be695
|
Comment and improve coral::fs file walking interface
|
2023-02-27 00:45:35 +00:00 |
|
|
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
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 |
|
|
6a1eb71ba0
|
Move coral::equality_predicate into coral.functional
|
2023-02-26 00:39:24 +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 |
|
|
0bfd1c80ce
|
Tidy up stack API in coral library
continuous-integration/drone/push Build is passing
|
2023-02-23 20:13:56 +00:00 |
|
|
237c0b4d19
|
Replace coral::callable with coral::closure
continuous-integration/drone/push Build is passing
|
2023-02-23 14:59:29 +00:00 |
|
|
eb213d24ed
|
Remove redundant constructor argument from coral::fixed_buffer
continuous-integration/drone/push Build is passing
|
2023-02-23 14:44:55 +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 |
|
|
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
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 |
|
|
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 |
|
|
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 |
|
|
cba6e26995
|
Remove unnecessary coral:: prefixes in coral libray
|
2023-02-19 16:51:38 +00:00 |
|
|
d8ab57844d
|
Rename core library to "coral"
|
2023-02-19 16:50:29 +00:00 |
|