82 Commits

Author SHA1 Message Date
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
3e4753f985 Fix incorrect type aliases in coral library 2023-02-20 00:35:29 +00:00
924780d92c Update coral library to use new reader / writer system 2023-02-20 00:34:46 +00:00
9ac61b614f Replace coral::readable / writable with coral::reader / writer 2023-02-19 23:06:17 +00:00
c45a270a0b Improve config load error message in runtime 2023-02-19 17:43:37 +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
e711b4d506 Rename core.lalgebra to core.math 2023-02-19 16:47:16 +00:00
88fabfaa51 Clean up app library 2023-02-19 16:45:40 +00:00
be0527dac8 Fix build error in kym::default_stringify 2023-02-19 16:44:16 +00:00
a4e6854623 Add oar library to build script 2023-02-19 16:43:47 +00:00
9af0e860cb Add skeleton of oar library 2023-02-19 16:43:30 +00:00
125dcc4cdf Remove static assert message in core::path constructor 2023-02-19 16:41:22 +00:00
298c7bfe94 Fix runtime error regression in core::copy 2023-02-19 16:32:02 +00:00
3a9a6a34bb Fix runtime error regression in core::copy 2023-02-19 16:31:45 +00:00
5394e8de67 Add unsigned integer printing to core library 2023-02-19 16:21:44 +00:00
f6ae40617e Fix compilation error in core::path constructor 2023-02-19 15:48:29 +00:00
e64013f03b Add missing note to core::path::begin 2023-02-19 14:24:17 +00:00
811176ad53 Expose way to zero memory in core library 2023-02-19 14:15:11 +00:00
22a8b63d0f Add compile-time checked value constructor to path 2023-02-19 14:14:43 +00:00
51b73aa823 Add file system interfacing to core library 2023-02-19 02:02:51 +00:00
a58b0d7bdb Add disclaimer about path hash code 2023-02-18 23:49:31 +00:00
44ee0591a2 Add more byte manipulation utils to core library 2023-02-18 20:48:06 +00:00
340120d920 Enable constexpr on core::equals 2023-02-18 20:23:03 +00:00
e3c4ab65f1 Clean up core library. 2023-02-18 19:40:12 +00:00
1261ee7e60 Update build instructions 2023-02-18 13:34:20 +00:00
43383058c6 Improve error handling with core::expected 2023-02-18 13:19:01 +00:00
a9e0588878 Fix build script not compiling with debug symbols 2023-02-18 03:38:22 +00:00
d5b4281d36 Port codebase to C++20 2023-02-18 03:34:40 +00:00
3a0da39b3e Merge pull request 'Fix outstanding problems with CI pipeline and codebase state' (#3) from ci-updates into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
2022-10-04 00:11:32 +02:00
37bd0f10ac Fix CI being unable to find test
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-10-03 23:05:43 +01:00
c91630d6da Run test binary over manually invoking zig test in VS Code settings 2022-10-03 23:04:57 +01:00
074a62807b Fix CI not running tests after building them
Some checks failed
continuous-integration/drone/push Build is failing
2022-10-03 22:58:58 +01:00
c4775e27d8 Fix tests not running. 2022-10-03 22:58:38 +01:00
a36b3bc321 Fix inconsistent test naming 2022-10-03 22:58:33 +01:00
e01b19cd68 Fix compilation errors in I/O module 2022-10-03 22:50:28 +01:00
774536fd58 Update references to old tellFile function 2022-10-03 22:45:22 +01:00
af1976b69c Fix compilation errors
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-03 22:32:16 +01:00
49557f32bc Change drone CI script to test via zig build
Some checks failed
continuous-integration/drone/push Build is failing
2022-10-03 22:01:31 +01:00
71ab200325 Add logging function to event loop
Some checks failed
continuous-integration/drone/push Build is failing
2022-10-03 21:30:02 +01:00
f68fbe16c7 Add tests to I/O module
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-02 23:57:41 +01:00
71d5d696bd Fix bugs in memory module and add unit tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-02 13:03:55 +01:00
3ca0bd5724 Add ability to debug test suite in VS Code
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-02 12:56:19 +01:00
11b6040237 Fix incorrect test root in build.zig 2022-10-02 12:22:22 +01:00
3f2f37e0f5 Fix incorrect test root in build.zig 2022-10-02 12:22:04 +01:00