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

Add 'windows-mingw-release' CMake preset #3421

Merged
merged 8 commits into from
Jan 4, 2024

Commits on Dec 29, 2023

  1. Fixes compilation error "ResourceSet.h:33:21: error: function 'Resour…

    …ceSet::ResourceSet()' definition is marked dllimport" when building with g++ 12.1.0
    Kuxe committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8846fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3536e21 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Merge branch 'develop' of https://github.com/vcmi/vcmi into windows_m…

    …ingw_cmake_presets
    Kuxe committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    30b851d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Fix compilation error where gcc 12.1.0 (MinGW) errors with "writing 1…

    … byte into a region of size 0"
    Kuxe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    100664e View commit details
    Browse the repository at this point in the history
  2. Enable ccache support for MinGW

    Kuxe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    eeab16a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78a3b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Use statically linked Qt5 for Windows MinGW builds. This solves an is…

    …sue where OpenSSL dlls had to be manually copied into binary dir for VCMI_launcher to be able to download mods.
    Kuxe committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    c8ed138 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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