10000 Comparing strukturag:master...ooopus:master · strukturag/libheif · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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: strukturag/libheif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ooopus/libheif
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 13 files changed
  • 2 contributors

Commits on May 4, 2025

  1. ci: remove outdated workflows and add build-dll workflow

    < EACB div class="my-2 Details-content--hidden" >
    This commit removes several outdated GitHub workflows that are no longer relevant to the project. Additionally, a new workflow `build-dll.yml` is introduced to build a size-optimized DLL for Windows. The changes aim to streamline the CI/CD process and focus on current build requirements.
    ooopus committed May 4, 2025
Configuration menu
Copy the full SHA
ae21625 View commit details
Browse the repository at this point in the history
  • ci: fix CMake command syntax in build-dll.yml

    The backslashes in the CMake command were incorrectly replaced with backticks, causing potential syntax issues. This commit corrects the syntax to ensure proper execution of the CMake command in the CI workflow.
    ooopus committed May 4, 2025
    Configuration menu
    Copy the full SHA
    b407f66 View commit details
    Browse the repository at this point in the history
  • ci: update DLL path pattern in build workflow

    The path pattern for collecting DLL files in the build workflow was updated from `build\*.dll` to `build/**/*.dll` to ensure all DLL files in nested directories are included. This change improves the reliability of the build artifact collection process.
    ooopus committed May 4, 2025
    Configuration menu
    Copy the full SHA
    7fbfd94 View commit details
    Browse the repository at this point in the history
  • Configuration menu
    Copy the full SHA
    195b723 View commit details
    Browse the repository at this point in the history
  • Loading
    0