kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 16:14:58 +01:00
b9c41971ee Add Musl to drone CI script
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 16:11:29 +01:00
1773a04e52 Update drone CI script
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 16:08:16 +01:00
e95c754d62 Refactor Oar implementation
f3426ef691 Change maxInt to return a comptime_int
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-30 23:08:06 +01:00
ac95993a4b Tidy up core package code and comments
a07b56d2d5 Update tests file
35de8cf2ae Tidy up build configurations
14397b05e3 Update build script
5a913ef0f8 Remove Oar as a dedicated module
Compare 6 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-26 19:10:06 +02:00
7599ce61f2 Initial work merging Oar into Ona itself
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-25 18:33:06 +02:00
32b18e4ebf Plan out archive API and use in Oar tool program
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-25 14:20:04 +02:00
bc5b69ac05 Add test install location to VS code debug config
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-25 02:02:24 +02:00
8ab80f07b8 Add install step to tests in build script
7c5dcc1cde Fix typo in OAR unit test
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-25 01:40:19 +02:00
90f503f7c0 More work on OAR packing utility
a2abd9d42d Fix tests not depending on core lib module
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-24 15:01:32 +02:00
e24868406c Remove default build task from VS Code task configuration
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-24 14:59:44 +02:00
d578bb422e Change Allocator to use interface style
989de70461 Fix closure types not working with void captures
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-24 02:02:12 +02:00
da7d9cfcc0 Add additional closures and uses
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-23 19:16:16 +02:00
f5fd24fb76 Clarify "meta" submodule doc comment and tidy up Function type
196a3d1200 Fix typo in tests root
16a9d62933 Fix typo in VS Code debug configuration
Compare 3 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-23 19:11:11 +02:00
813df95e02 Tidy up codebase structure
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-23 00:34:36 +02:00
ccb96875b1 Add "Reader" IO closure type for reading resources
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-23 00:21:13 +02:00
b698f18c4d Temporarily hardcode path to test binary
461d9b7cf7 Modify Function type implementation to have customisable capture sizes
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-20 23:30:52 +02:00
ef2c6c3a3c Extract Ona IO writer into reusable "Function" type
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-20 00:59:02 +02:00
32bb049f73 Refactor SDL2 interface code
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-19 15:16:12 +02:00
1a28dc2404 Share Oar path type with file system
174b16199e Split archive FS logic into its own file
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-19 01:05:55 +02:00
6769ea92af Simplify Oar API