-
-
Notifications
You must be signed in to change notification settings - Fork 35
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: aminya/setup-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aminya/setup-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 235 files changed
- 1 contributor
Commits on Apr 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ee48d5 - Browse repository at this point
Copy the full SHA 6ee48d5View commit details
Commits on Apr 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 68964ee - Browse repository at this point
Copy the full SHA 68964eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d183441 - Browse repository at this point
Copy the full SHA d183441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef4c24 - Browse repository at this point
Copy the full SHA 6ef4c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f4ddf - Browse repository at this point
Copy the full SHA f5f4ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a878209 - Browse repository at this point
Copy the full SHA a878209View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7c474 - Browse repository at this point
Copy the full SHA dc7c474View commit details -
Merge pull request #386 from aminya/library
feat: allow using setup-cpp as a library
Configuration menu - View commit details
-
Copy full SHA for a5ee5b0 - Browse repository at this point
Copy the full SHA a5ee5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d60a917 - Browse repository at this point
Copy the full SHA d60a917View commit details -
Merge pull request #389 from aminya/alpine-vcpkg-arm64
fix: pin vcpkg on Alpine Arm64
Configuration menu - View commit details
-
Copy full SHA for f37a612 - Browse repository at this point
Copy the full SHA f37a612View commit details -
fix: do not add LLVM libraries to dyld by default
On MacOS, the LLVM binaries could conflict with the system libraries. It's better to intentionally use the LLVM binaries. Now, `LLVM_DYLD_LIBRARY_PATH` and `LLVM_LD_LIBRARY_PATH` are used instead of `DYLD_LIBRARY_PATH` and `LD_LIBRARY_PATH`. In bashrc, after sourcing cpprc, you could ```shell export LD_LIBRARY_PATH="$LLVM_LD_LIBRARY_PATH;$LD_LIBRARY_PATH" export DYLD_LIBRARY_PATH="$LLVM_DYLD_LIBRARY_PATH;$DYLD_LIBRARY_PATH" ```
Configuration menu - View commit details
-
Copy full SHA for 7e66da1 - Browse repository at this point
Copy the full SHA 7e66da1View commit details -
Merge pull request #388 from aminya/llvm
fix: do not add LLVM libraries to dyld by default
Configuration menu - View commit details
-
Copy full SHA for ad7d44b - Browse repository at this point
Copy the full SHA ad7d44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c0122 - Browse repository at this point
Copy the full SHA 71c0122View 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.4.0...v1.5.0