Commit Graph

306 Commits

Author SHA1 Message Date
kayomn cd3fd2f04a Tidy up main coral module file 2023-02-22 15:35:22 +00:00
kayomn 809b45dc3c Move data streaming and formatting utils into new coral io module 2023-02-22 15:32:04 +00:00
kayomn d8b9a7e330 Tidy up coral::stack 2023-02-22 15:31:21 +00:00
kayomn e2b1550f62 Set tabs as default setting for new files in Code 2023-02-21 14:19:24 +00:00
kayomn 5d4f40393b Tidy up and fix app::file API
continuous-integration/drone/push Build is passing Details
2023-02-20 23:11:37 +00:00
kayomn fd62ec5966 Refactor directory file-system abstraction in app library 2023-02-20 22:29:39 +00:00
kayomn c4b83082e3 Rename coral::fixed_buffer to coral::ring_buffer 2023-02-20 22:28:15 +00:00
kayomn 0b8167ce1d Clarify coral::ring_buffer doc comment that it is a ring buffer 2023-02-20 22:03:37 +00:00
kayomn cea0a4e0ed Add circular buffer to coral library
continuous-integration/drone/push Build is passing Details
2023-02-20 21:58:36 +00:00
kayomn 37b2586eaa Export app::readable_file for API use 2023-02-20 16:12:29 +00:00
kayomn 685e09412b Replace unstable coral::optional functions with operators
continuous-integration/drone/push Build is passing Details
2023-02-20 15:30:00 +00:00
kayomn c36bf5b76c Tidy up Kym library 2023-02-20 15:27:14 +00:00
kayomn f20e220e35 Remove redundant type specifiers from Oar library 2023-02-20 15:26:59 +00:00
kayomn 1e87aa7fcf Add monadic mapping function to coral::optional 2023-02-20 15:26:27 +00:00
kayomn f2694b61cb Improve explicitness of coral::as_bytes memory lifetime 2023-02-20 15:00:39 +00:00
kayomn d6ba17c4ab Remove unnecessary type specifier 2023-02-20 14:40:42 +00:00
kayomn a67d7239a4 Implement core function to reinterpreting anything as bytes 2023-02-20 14:30:14 +00:00
kayomn 2cbd8d1f31 Update readme
continuous-integration/drone/push Build is passing Details
2023-02-20 13:41:33 +00:00
kayomn a55fa41934 Add missing dependencies to CI script
continuous-integration/drone/push Build is passing Details
2023-02-20 02:39:21 +01:00
kayomn a5bacf4b14 Fix CI script using GCC over Clang
continuous-integration/drone/push Build is failing Details
2023-02-20 02:37:58 +01:00
kayomn 42b2887da1 Run apt update before installing packages in CI script
continuous-integration/drone/push Build is failing Details
2023-02-20 02:36:57 +01:00
kayomn 89fe0c7580 Remove `sudo` from CI script
continuous-integration/drone/push Build is failing Details
2023-02-20 02:36:14 +01:00
kayomn 82d9fa85b8 Merge pull request 'C++20 Port' (#5) from cpp-port into main
continuous-integration/drone Build is failing Details
Reviewed-on: #5
2023-02-20 02:33:45 +01:00
kayomn 168d5375a4 Complete reader / writer interface rework 2023-02-20 01:28:58 +00:00
kayomn 712b490894 Mark coral::fs::rules as const 2023-02-20 01:10:17 +00:00
kayomn eb93da95e5 Change coral::fs::~fs to be non-pure virtual 2023-02-20 01:08:39 +00:00
kayomn f76d908325 Expose virtual destructor on coral::fs 2023-02-20 01:00:14 +00:00
kayomn a85b0c21f5 Expose IO rules on the file system interface 2023-02-20 00:49:35 +00:00
kayomn 3e4753f985 Fix incorrect type aliases in coral library 2023-02-20 00:35:29 +00:00
kayomn 924780d92c Update coral library to use new reader / writer system 2023-02-20 00:34:46 +00:00
kayomn 9ac61b614f Replace coral::readable / writable with coral::reader / writer 2023-02-19 23:06:17 +00:00
kayomn c45a270a0b Improve config load error message in runtime 2023-02-19 17:43:37 +00:00
kayomn 3856a03ec1 Add explicit conversion from coral::path to coral::slice 2023-02-19 17:43:09 +00:00
kayomn 8ced8440fc Remove coral::fs::access_result 2023-02-19 17:16:43 +00:00
kayomn cba6e26995 Remove unnecessary coral:: prefixes in coral libray 2023-02-19 16:51:38 +00:00
kayomn d8ab57844d Rename core library to "coral" 2023-02-19 16:50:29 +00:00
kayomn e711b4d506 Rename core.lalgebra to core.math 2023-02-19 16:47:16 +00:00
kayomn 88fabfaa51 Clean up app library 2023-02-19 16:45:40 +00:00
kayomn be0527dac8 Fix build error in kym::default_stringify 2023-02-19 16:44:16 +00:00
kayomn a4e6854623 Add oar library to build script 2023-02-19 16:43:47 +00:00
kayomn 9af0e860cb Add skeleton of oar library 2023-02-19 16:43:30 +00:00
kayomn 125dcc4cdf Remove static assert message in core::path constructor 2023-02-19 16:41:22 +00:00
kayomn 298c7bfe94 Fix runtime error regression in core::copy 2023-02-19 16:32:02 +00:00
kayomn 3a9a6a34bb Fix runtime error regression in core::copy 2023-02-19 16:31:45 +00:00
kayomn 5394e8de67 Add unsigned integer printing to core library 2023-02-19 16:21:44 +00:00
kayomn f6ae40617e Fix compilation error in core::path constructor 2023-02-19 15:48:29 +00:00
kayomn e64013f03b Add missing note to core::path::begin 2023-02-19 14:24:17 +00:00
kayomn 811176ad53 Expose way to zero memory in core library 2023-02-19 14:15:11 +00:00
kayomn 22a8b63d0f Add compile-time checked value constructor to path 2023-02-19 14:14:43 +00:00
kayomn 51b73aa823 Add file system interfacing to core library 2023-02-19 02:02:51 +00:00