-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: vixcpp/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.48.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vixcpp/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.48.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 20 files changed
- 1 contributor
Commits on Apr 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1f63c6b - Browse repository at this point
Copy the full SHA 1f63c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d971fd3 - Browse repository at this point
Copy the full SHA d971fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d865b3 - Browse repository at this point
Copy the full SHA 3d865b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b19fe31 - Browse repository at this point
Copy the full SHA b19fe31View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e8737 - Browse repository at this point
Copy the full SHA e3e8737View commit details -
fix(build): make --clean actually remove local build directories
- implement clean_local_build_dirs() to remove build-dev, build-ninja, build-release - support target-specific build dirs (e.g. build-dev-<triple>) - ensure stale CMake cache is fully removed before configure - align --clean behavior with user expectation and CLI message This fixes the issue where --clean did not remove old CMakeCache.txt, causing "stale build cache detected" errors despite using --clean.
Configuration menu - View commit details
-
Copy full SHA for 809a610 - Browse repository at this point
Copy the full SHA 809a610View commit details -
Configuration menu - View commit details
-
Copy full SHA for e265ad7 - Browse repository at this point
Copy the full SHA e265ad7View commit details -
feat(cli): handle CMake build errors with structured diagnostics
- detect and handle common CMake failures (cache mismatch, missing package, compiler not found, etc.) - extract useful context (target, package, file, line) from raw logs - provide clear, actionable hints for each error - unify output style with CLI (error, hint, colored fields) - improve developer experience by replacing noisy CMake output with readable diagnostics This makes CMake failures understandable and directly actionable.
Configuration menu - View commit details
-
Copy full SHA for 904059d - Browse repository at this point
Copy the full SHA 904059dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a96fc8 - Browse repository at this point
Copy the full SHA 5a96fc8View commit details
Commits on Apr 8, 2026
-
feat(cli): introduce semver resolver and fix version handling across …
…commands - add Semver helper with proper version comparison and range resolution - replace lexicographic version comparisons with semantic comparison - fix latest version detection in search and outdated commands - fix install and add commands to resolve correct versions - prepare CLI for semver ranges support (future manifest integration) This fixes incorrect ordering like 1.9.0 > 1.10.0 and ensures consistent version resolution across Vix.
Configuration menu - View commit details
-
Copy full SHA for e2a8728 - Browse repository at this point
Copy the full SHA e2a8728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31fc014 - Browse repository at this point
Copy the full SHA 31fc014View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.48.2...v1.48.4