Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

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
Choose a base ref
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
Choose a head ref
Loading
  • 13 commits
  • 235 files changed
  • 1 contributor

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    6ee48d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    68964ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d183441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef4c24 View commit details
    Browse the repository at this point in the history
  4. fix: bundle CLI deps via vite

    aminya committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    f5f4ddf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a878209 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc7c474 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #386 from aminya/library

    feat: allow using setup-cpp as a library
    aminya authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    a5ee5b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d60a917 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #389 from aminya/alpine-vcpkg-arm64

    fix: pin vcpkg on Alpine Arm64
    aminya authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    f37a612 View commit details
    Browse the repository at this point in the history
  10. 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"
    ```
    aminya committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    7e66da1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #388 from aminya/llvm

    fix: do not add LLVM libraries to dyld by default
    aminya authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    ad7d44b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71c0122 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.