Commit Graph
30 Commits
Author SHA1 Message Date
Ygrik2003andGitHub 6c3d2d0907 Merge pull request #435 from Ygrik2003/Refactoring-cmake
Refactoring cmake
2025-03-20 20:59:19 +03:00
MihailRisandGitHub 8a8c1525fd Fix syntax highlighting unicode support (#475)
* convert BasicParser to a template

* fix syntax hightlighting with unicode characters
2025-02-22 01:01:20 +03:00
MihailRis e4c33e539e fix io::path.parent() & update tests 2025-02-04 12:53:05 +03:00
MihailRis e0314803c0 migrate from std::filesystem::path to io::path (WIP) 2025-01-30 22:23:13 +03:00
MihailRis 1e22882284 rename 'files' to 'io' 2025-01-30 16:53:52 +03:00
Ygrik2003andGitHub fdcc5b68bf Remove relative path 2024-12-21 10:27:34 +03:00
MihailRis 28f49ac948 add Lua code tokenizer 2024-12-04 16:26:55 +03:00
MihailRis c543575150 replace '<string>' source name with '[string]' 2024-11-19 09:53:15 +03:00
MihailRis 7a5fe3b2b0 update vec3 test & update macos workflow 2024-10-26 17:32:37 +03:00
MihailRis a205d7f170 replace obj models with vec3 2024-10-26 15:51:30 +03:00
MihailRis 91f45ad4d7 add VEC3 model loader 2024-10-24 18:34:40 +03:00
MihailRis 6a2b2062b3 feat: array of tables support 2024-10-13 12:09:56 +03:00
MihailRis 68c3a646c8 feat: local date-time, offset date-time, local time, local date support (reading to string) 2024-10-13 10:51:24 +03:00
MihailRis 9667b81438 fix: string literal line separator escape 2024-10-13 10:16:17 +03:00
MihailRis 2f7fbd57ee feat: toml multiline string test 2024-10-12 23:07:10 +03:00
MihailRis 66825d62aa feat: toml arrays and inline tables support 2024-10-11 20:43:37 +03:00
MihailRis 28b6ec2a0e Merge branch 'main' into blocks-metadata 2024-09-19 14:51:47 +03:00
MihailRis 827a09b1d0 refactor data/dv & update data/dv-related tests 2024-09-19 00:40:06 +03:00
MihailRis 34d2e6d400 migrate from dynamic::Value to dv::value & total erase namespace 'dynamic' 2024-09-18 23:31:18 +03:00
MihailRis 27c8307562 add dv::value support to binary_json 2024-09-16 22:53:27 +03:00
MihailRis 271db9a6f1 add dv::value support to json::parse 2024-09-16 22:23:22 +03:00
MihailRis ceaa676a3a add dv::value support to json::stringify & add dv.cpp 2024-09-16 21:36:35 +03:00
MihailRis 8447cf5ad5 Merge branch 'main' into blocks-metadata 2024-09-13 13:22:27 +03:00
MihailRis c3fb30b20e fix bjson decoder 2024-09-12 17:39:05 +03:00
MihailRis f8fadf8b74 add json BJSON_TYPE_BYTES support 2024-09-12 17:22:00 +03:00
MihailRis 69b90f53c3 fix extRLE16 encoder 2024-09-06 12:08:10 +03:00
MihailRis 73a8343f61 add extRLE16 encoder/decoder 2024-09-04 23:27:52 +03:00
MihailRis 0b3bb36188 update byte_utils 2024-09-04 15:41:51 +03:00
MihailRis c15abfa715 add util::Buffer, rle::encode16, rle::decode16 2024-09-03 23:33:29 +03:00
MihailRis a18efd5976 add test for coders/rle 2024-08-12 04:47:59 +03:00