Commit Graph

6 Commits

Author SHA1 Message Date
888d44cec1 build(wasm): liblogging now builds for wasm
Further, due to limitations of file system access on wasm, liblogging now outputs all logs to the console syncronously
2025-12-03 10:46:29 -05:00
2299a49004 fix(quill): meson_source_root -> global_source_root 2025-06-22 05:56:09 -04:00
d135468df1 fix(meson): quill now installs headers 2025-06-22 05:34:55 -04:00
94cf00f9e0 feat(liblogging): added working build system and other requirments to break out liblogging 2025-06-21 07:01:34 -04:00
91de361374 feat(python-composition): added composition module interface 2025-04-30 11:41:10 -04:00
63c690a777 build(quill): added quill as a subproject
quill provides a robust and very efficient asyncronous and thread safe logging module. I have brought this in to handle logging
2025-02-23 11:25:11 -05:00