kayomn closed issue kayomn/ona#6 2023-04-19 01:26:28 +02:00
Builds Are Slow
kayomn pushed to main at kayomn/ona 2023-04-19 01:25:40 +02:00
359fcd190d Port back to Zig
kayomn pushed to better-app-fs at kayomn/ona 2023-03-03 18:09:40 +01:00
4700c143cc Remove monadic functions from coral::expected
468ff1a510 Reduce complexity of coral::stack
Compare 2 commits »
kayomn pushed to better-app-fs at kayomn/ona 2023-03-03 01:00:17 +01:00
7b0f526b55 Update program entry point logic to use new API features
fc7a5fa89f Update event loop to not return any result
e9c877956e Fix compiler warning in coral::println
398e28d328 Add placeholder println function to coral library
7878c52496 Add thread-safety options to turtle::system_allocator
Compare 17 commits »
kayomn pushed to better-app-fs at kayomn/ona 2023-03-01 00:30:20 +01:00
261b62fc2d Replace app library with Turtle OS abstraction
3e413ea45d Mark coral::expected constructs as constexpr
c16d5c08cb Rename coral::path::byte_size to coral::path::filled
1954f97666 Refactor coral::closure constraints
f6daa3c85a Document coral::fixed_buffer::remaining
Compare 13 commits »
kayomn pushed to better-app-fs at kayomn/ona 2023-02-28 02:16:29 +01:00
bb9617994f Replace coral::fs walker closure with coral::file_walker
2b23424744 Update file encoding
356d261214 Update file encoding
Compare 3 commits »
kayomn created branch main in kayomn/bachelors-thesis 2023-02-27 23:47:38 +01:00
kayomn pushed to main at kayomn/bachelors-thesis 2023-02-27 23:47:38 +01:00
4fb70d1992 Initial commit
kayomn created repository kayomn/bachelors-thesis 2023-02-27 23:45:12 +01:00
kayomn created branch main in kayomn/quadrants 2023-02-27 14:02:43 +01:00
kayomn pushed to main at kayomn/quadrants 2023-02-27 14:02:43 +01:00
da7a4011f8 Initial commit
kayomn created repository kayomn/quadrants 2023-02-27 14:02:12 +01:00
kayomn pushed to better-app-fs at kayomn/ona 2023-02-27 01:47:34 +01:00
fce7698b44 Further work on file bundling on oar.
f43314cb53 Reimplement coral::optional::and_then
26182be695 Comment and improve coral::fs file walking interface
be54ad3110 Simplify coral::fs interface
Compare 4 commits »
kayomn pushed to better-app-fs at kayomn/ona 2023-02-26 19:35:05 +01:00
13fffacd98 Add way to bundle files in a coral::fs into an Ona archive
98fb389ff0 Reformat coral library
3c44a6c0f3 Reformat coral library
6a1eb71ba0 Move coral::equality_predicate into coral.functional
a2c033107c Expose seek and tell functions on coral::file_writer
Compare 17 commits »
kayomn created branch better-app-fs in kayomn/ona 2023-02-24 13:48:24 +01:00
kayomn pushed to better-app-fs at kayomn/ona 2023-02-24 13:48:24 +01:00
kayomn pushed to main at kayomn/ona 2023-02-24 01:35:40 +01:00
78ae403f61 Refine and fix bugs in the Oar library
2a0f821e64 Add monadic test function to coral::expected
53ec658439 Add more file associations
62514f350e Re-enable CppTools intellisense in codebase
Compare 4 commits »
kayomn pushed to main at kayomn/ona 2023-02-23 21:14:00 +01:00
0bfd1c80ce Tidy up stack API in coral library
kayomn merged pull request kayomn/ona#9 2023-02-23 16:12:30 +01:00
Replace `coral::callable` with `coral::closure`
kayomn closed issue kayomn/ona#7 2023-02-23 16:12:30 +01:00
coral::callable Over-Usage