fetch_ml/scripts/dev
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
..
detect-native.go feat(scripts/dev): extend native detection for both C++ and Rust libraries 2026-03-23 15:21:25 -04:00
manage-artifacts.sh refactor: reorganize scripts into categorized structure 2026-02-18 17:56:59 -05:00
setup-monitoring.py chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
smoke-test.sh chore: migrate scripts from docker-compose v1 to v2 2026-03-04 13:22:26 -05:00