14 Commits

Author SHA1 Message Date
90ac4840ee fix(rpath): fixed macos RPATH bug 2026-06-11 12:23:27 -04:00
10d93fe4e7 build(meson): more robust python build 2026-06-11 11:01:05 -04:00
8817be5831 build(header_install_dir-+-vendor): vendored quill and added header_install_dir option
this helps with wheel installs

BREAKING CHANGE:
2026-06-11 09:51:16 -04:00
6f06cf03a7 build(lib_install_dir): added lib_install_dir option
this is helpful for wheel builds
2026-06-11 09:13:00 -04:00
f9cf681c67 fix(rpath): updated rpath inclusion for dynamic loading 2026-06-10 15:09:21 -04:00
957802f7bd build(include): changes include directory
includedir/fourdst/fourdst/logging to includedir/fourdst/logging

BREAKING CHANGE: May break code which did not previously use -I/use/local/include/fourdst (now only -I/usr/local/include) is needed
2026-06-05 10:33:52 +02:00
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
03bbaf1a9e build(meson.build): added option to disable pkg-config 2025-07-22 13:23:09 -04: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
00da230612 fix(headers): moved all headers to fourdst/ 2025-06-22 04:49:53 -04:00
095fdffb9d fix(headers): fixed 2025-06-21 16:43:58 -04:00
dcfab05961 test(tests): brought testing framework for logging from SERiF 2025-06-21 08:17:56 -04:00
94cf00f9e0 feat(liblogging): added working build system and other requirments to break out liblogging 2025-06-21 07:01:34 -04:00