Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add release on macos-14 #2950

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

CI: add release on macos-14 #2950

wants to merge 10 commits into from

Commits on Apr 7, 2024

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    a86707f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6bae6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. CMake: Add architecture to package filename

    Use `64bit` or `32bit` on Windows hosts (including MinGW/Cygwin/MSYS),
    the value of `${CMAKE_HOST_SYSTEM_ARCHITECTURE}` on all others.
    Always insert into package filename directly after version,
    separated from preceding version and following flags with hyphens.
    
    So, e.g.
    * `exiv2-1.0.9-Linux64.tar.gz`
    * `exiv2-1.0.9-Darwin.tar.gz`
    * `exiv2-1.0.9-2019msvc64.zip`
    become:
    * `exiv2-1.0.9-x86_64-Linux.tar.gz`
    * `exiv2-1.0.9-arm64-Darwin.tar.gz`
    * `exiv2-1.0.9-64bit-2019msvc.zip`
    respectively.
    ferdnyc committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c0df092 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge pull request #1 from ferdnyc/macos-package-arch

    CMake: Add architecture to package filename
    LeoHsiao1 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    2fed661 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. CI: use real arch for Windows builds

    Co-authored-by: Frank Dana <[email protected]>
    LeoHsiao1 and ferdnyc authored May 12, 2024
    Configuration menu
    Copy the full SHA
    21cfb54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8034ced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    930f40a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Oct 5, 2024

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