dependabot[bot]
32cd117fe6
Bump jidicula/clang-format-action from 4.14.0 to 4.15.0
...
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action ) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases )
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.14.0...v4.15.0 )
---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
Andrew James
57f3bf8661
Add clang-tidy workflow
12 months ago
Gleb Mazovetskiy
d5fce58d95
codecov.yml: Pass CODECOV_TOKEN
...
A token is required to upload coverage for protected branches.
1 year ago
Gleb Mazovetskiy
e289667707
Android: Bump NDK to 28.0.13004108
...
R28 was released 3 weeks ago and is now preinstalled on GitHub CI runners.
https://github.com/android/ndk/releases/tag/r28
1 year ago
Gleb Mazovetskiy
1e6c85bb56
switch.yml: Update CMake
1 year ago
Gleb Mazovetskiy
791fea477f
Bump CI to Ubuntu 22.04 and minimum CMake to 3.22
...
Ubuntu 20.04 is going EOL in May.
Ubuntu 22.04 CMake is 3.22.
Debian stable CMake is 3.25.
Debian oldstable (EOL in 2026) has CMake 3.25 in bullseye-backports.
1 year ago
Gleb Mazovetskiy
778b61c1f4
3ds.yml: Update CMake
1 year ago
Oleksandr Kalko
0c38179808
Upgrade VCPKG commit for SDL2 2.32.0
...
This catches up SDL version for MSVC
1 year ago
Anders Jenbo
8b09e0a89a
Update bug_report.yml
1 year ago
staphen
420b569d49
Update cache version of Linux CI build scripts
1 year ago
Oleksandr Kalko
d7e2288964
Upgrade SDL2 for MSVC
1 year ago
Gleb Mazovetskiy
5ed7ca9808
PS5.yml: Bump to latest SDK
1 year ago
Gleb Mazovetskiy
a16c339c3c
Bump clang-format-check.yml
1 year ago
Oleksandr Kalko
9a9a9c195e
Upgrade vcpkg baseline commit
1 year ago
Trihedraf
c6302c8686
Build Windows XP on new Release
1 year ago
Trihedraf
fcb22f5376
Fix typo in Platforms.cmake ( #7588 )
1 year ago
Anders Jenbo
191e59ca37
Update iOS and macOS build to run on macOS 13
1 year ago
dependabot[bot]
585a8c92cf
Bump jidicula/clang-format-action from 4.13.0 to 4.14.0
...
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action ) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases )
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.13.0...v4.14.0 )
---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Anders Jenbo
f4b6b549a0
Move Android NDK from RC to LTS
1 year ago
Gleb Mazovetskiy
aaf1e4eca7
PS4 workflow: Use pacman-package-manager
...
Switches from `pacbrew-pacman` to vanilla pacman that is now an Ubuntu package (`pacman-package-manager`) starting from Ubuntu 24.04.
pacbrew-pacman from https://github.com/PacBrew/pacbrew-pacman/releases is 2 years old and has the repo URL that no longer works.
With the vanilla pacman, we simply add pacbrew as a repo source with the correct URL.
Refs https://github.com/PacBrew/pacbrew-packages/issues/6#issuecomment-2499831033
1 year ago
dependabot[bot]
8615d31191
Bump codecov/codecov-action from 4 to 5
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Oleksandr Kalko
17ce17e910
Android major upgrades ( #7524 )
1 year ago
Oleksandr Kalko
b50949a8d1
Upgrade vcpkg baseline commit
1 year ago
Gleb Mazovetskiy
44d5d2d0b7
Update Amiga build configs
...
1. Updates the Dockerfile to the same image and flags as the CI.
2. Sets `-O2` as the default CMake Release flag rather than passing it
in a custom way.
1 year ago
Gleb Mazovetskiy
b8ab6d2faa
Migrate from SimpleIni to our own implementation
...
Our implementation has a more modern interface and only
supports the features that we care about.
It always outputs `\n` as newlines and does not output BOM.
The modern interface eliminates awkward `c_str()/data()` conversions.
This implementation preserves comments and the file order of sections
and keys. New keys are written in insertion order.
We now also support modifying and adding default comments,
which may be a useful thing to do for the especially tricky
ini options (this PR doesn't add any but adds the ability to do so).
Sadly, this increases the RG99 binary size by 24 KiB.
I'm guessing this is because the map implementation generates
quite a bit of code.
Note that while it might seem that using `std::string` for every key and
value would do a lot of allocations, most of these strings are
small and thus benefit from Small String Optimization (= no allocations).
1 year ago
qndel
b11a0952cb
get rid of libTolk.dll in artifacts
1 year ago
Oleksandr Kalko
b6dee54cc1
Upgrade SDL to 2.30.7
2 years ago
John Törnblom
21627b9b08
add experimental port for jailbroken PS5s
2 years ago
Gleb Mazovetskiy
b1c8541904
Xbox One: Install gettext to build translations
2 years ago
Anders Jenbo
2386f90884
Update bug_report.yml with 1.5.3
2 years ago
Gleb Mazovetskiy
4aa9d37f0f
Add google-benchmark
2 years ago
Gleb Mazovetskiy
d415c44cd0
Bump vcpkg baseline
2 years ago
staphen
46d227c755
Update CI to macos-12
2 years ago
staphen
7a12080f7e
Update vcpkg baseline to get libsodium 1.0.20
2 years ago
dependabot[bot]
36438a47dc
Bump jidicula/clang-format-action from 4.12.0 to 4.13.0
...
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases )
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.12.0...v4.13.0 )
---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
3f49fadb64
Bump jidicula/clang-format-action from 4.11.0 to 4.12.0
...
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases )
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.11.0...v4.12.0 )
---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
staphen
d5a38618f4
Revert CI runners for MacOS/iOS to macos-11
2 years ago
dependabot[bot]
bc9298f3a3
Bump microsoft/setup-msbuild from 1.3 to 2
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1.3 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.3...v2 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Oleksandr Kalko
57b494a727
Upgrade vcpkg commit
...
This upgrades libsodium to 1.0.19 and SDL-image to 2.8.2 for MSVC builds
2 years ago
Oleksandr Kalko
c19a7049ee
Upgrade vcpkg to include SDL 2.30.0
2 years ago
dependabot[bot]
a218b60c7a
Bump lukka/run-vcpkg from 11.4 to 11.5
...
Bumps [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg ) from 11.4 to 11.5.
- [Release notes](https://github.com/lukka/run-vcpkg/releases )
- [Commits](https://github.com/lukka/run-vcpkg/compare/v11.4...v11.5 )
---
updated-dependencies:
- dependency-name: lukka/run-vcpkg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Anders Jenbo
38e98fb5e3
Statically link BZIP2 and libsodium on AArch64 ( #6955 )
2 years ago
Daniel Thamdrup
795314d803
CircleCI to GHA ( #6947 )
2 years ago
Gleb Mazovetskiy
552ec92c2b
s390x_qemu_big_endian_tests.yml: s/run run/run/
2 years ago
Anders Jenbo
322c627f56
Statically link BZIP2 on Linux releases to address issue with Fedora ( #6939 )
2 years ago
Anders Jenbo
08bfb65f01
Statically link libsoidum Linux_x86_64.yml ( #6938 )
2 years ago
Gleb Mazovetskiy
a4fc20fb84
s390x_qemu_big_endian_tests.yml: Add jpeg-dev package
...
Seems to be needed for SDL2_image https://github.com/diasurgical/devilutionX/actions/runs/7781145615/job/21215031007
2 years ago
dependabot[bot]
9a148ab990
Bump codecov/codecov-action from 3 to 4
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Anders Jenbo
560aeacbca
Update bug_report.yml
2 years ago
Gleb Mazovetskiy
6b488d75d8
Fix Linux aarch64 CI
2 years ago