Commit graph

3 commits

Author SHA1 Message Date
Jeremie Fraeys
b5ca575c6f
feat(scripts/dev): extend native detection for both C++ and Rust libraries
Update detect-native.go to detect and report both C++ and Rust native libs:

- Split library detection into C++ (native/build/) and Rust (native_rust/target/release/) sections

- Display separate '=== C++ Native Libraries ===' and '=== Rust Native Libraries ===' headers

- Check for both .so and .dylib extensions for each platform

- Update help text to show 'make native-build' for C++ and 'make rust-build' for Rust

- Show benchmark file availability for both implementations
2026-03-23 15:21:25 -04:00
Jeremie Fraeys
fa97521488
chore(scripts): Update CI, dev, release, and testing scripts 2026-02-23 14:13:55 -05:00
Jeremie Fraeys
94020e4ca4
chore: move detect_native.go and setup_monitoring.py to dev/ 2026-02-18 17:57:57 -05:00
Renamed from scripts/detect_native.go (Browse further)