Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3d93d94
refactor: remove unused dylib.dart and fix incorrect comment
thiagoalmeidasa Feb 2, 2026
7e611ec
fix: improve native library compatibility with older glibc
thiagoalmeidasa Feb 2, 2026
b13259f
feat: add pure Dart implementation for Linux using cgroups
thiagoalmeidasa Feb 3, 2026
35e145a
refactor: hybrid implementation - pure Dart for Linux, FFI for macOS
thiagoalmeidasa Feb 3, 2026
8ad85ca
test: update tests for hybrid implementation
thiagoalmeidasa Feb 3, 2026
23c6168
docs(ci): simplify CI for hybrid implementation
thiagoalmeidasa Feb 3, 2026
8a8781c
chore: rebuild macOS native binaries
thiagoalmeidasa Feb 3, 2026
5db87e7
refactor: flatten OS/cgroup dispatch to single DetectedPlatform enum
thiagoalmeidasa Feb 6, 2026
8a1652d
chore: rebuild macOS native binaries
thiagoalmeidasa Feb 6, 2026
b1b8a13
ci: merge binary rebuild into CI workflow
thiagoalmeidasa Feb 6, 2026
4f72557
chore: rebuild macOS native binaries
thiagoalmeidasa Feb 6, 2026
df0e88b
fix: resolve process's actual cgroup path for memory metrics on nativ…
thiagoalmeidasa Feb 6, 2026
f6e88a7
chore: rebuild macOS native binaries
thiagoalmeidasa Feb 6, 2026
2dad78a
fix: unify CPU load normalization to respect SYSRES_CPU_CORES env var
thiagoalmeidasa Feb 6, 2026
f290a27
chore: rebuild macOS native binaries
thiagoalmeidasa Feb 6, 2026
e4e6815
refactor: rename files and classes from implementation to domain names
thiagoalmeidasa Feb 6, 2026
33c2b68
chore: rebuild macOS native binaries
thiagoalmeidasa Feb 6, 2026
82cab8d
fix: upsert macOS binaries PR comment instead of creating duplicates
thiagoalmeidasa Feb 6, 2026
60fb62d
chore: bump version to 2.2.0 and update changelog/readme
thiagoalmeidasa Feb 6, 2026
4a182a6
fix(ci): filter artifact download to exclude Docker cache blobs
thiagoalmeidasa Feb 6, 2026
2ec8a1e
chore: rebuild macOS native binaries
thiagoalmeidasa Feb 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
228 changes: 0 additions & 228 deletions .github/workflows/build-binaries.yml

This file was deleted.

Loading