JordanTheToaster
fc5fe8b48c
Deps: Update webp to 1.5.0
2025-01-15 22:17:59 +01:00
JordanTheToaster
e32e91af5c
Deps: Update libpng to 1.6.45
2025-01-15 22:17:59 +01:00
JordanTheToaster
b1d4101490
Deps: Update SDL to 2.30.11
2025-01-06 13:53:18 +01:00
JordanTheToaster
046b416f61
Deps: Update SDL to 2.30.10
2024-12-08 11:06:01 -05:00
JordanTheToaster
ac15b77f89
Deps: Update to Qt 6.8.1 on Windows and Linux
2024-12-06 16:59:15 -05:00
Ty Lamontagne
4eae1b7127
Deps: Fix zlib patch hash
2024-11-27 15:13:57 -05:00
JordanTheToaster
c936b7db29
Deps: Update SDL to 2.30.9
2024-11-04 12:41:54 +01:00
JordanTheToaster
2793c49694
Deps: Update Freetype to 2.13.3
...
a
2024-11-04 12:41:54 +01:00
JordanTheToaster
43e6f06a9e
Deps: Update libpng to 1.6.44
2024-11-04 12:41:54 +01:00
JordanTheToaster
cf8e9f773e
Deps: Update Harfbuzz to 10.0.1
2024-11-04 12:41:54 +01:00
TheLastRar
0c204c3ebb
Qt: Hackfix settings icon stretching on Windows themes
2024-10-24 12:23:36 -04:00
JordanTheToaster
1e9a248a0c
Deps: Update to Qt 6.8.0 on Windows and Linux
2024-10-08 16:00:37 -04:00
JordanTheToaster
e2421bf3c6
Deps: Update to SDL 2.30.8
2024-10-02 12:53:27 -04:00
JordanTheToaster
b8405ef7a6
Deps: Update to SDL 2.30.7
2024-09-03 10:26:12 +02:00
JordanTheToaster
1df2fdff3e
Deps: Update to SDL 2.30.6
2024-08-05 18:22:12 +02:00
TheLastRar
0017e33023
Deps: Remove hardcoded version for zstd
2024-07-23 18:56:17 -04:00
TheLastRar
76ced16f9e
Deps: Update Windows ARM64 dependencies
2024-07-23 18:56:17 -04:00
JordanTheToaster
b2062c93d9
Deps: Update to SDL 2.30.5
...
*jazz hands*
2024-07-07 17:05:46 +02:00
JordanTheToaster
27e2138d6c
Deps: Update to Qt 6.7.2
2024-06-23 14:17:54 +10:00
JordanTheToaster
512ab67efc
Deps: Update to SDL 2.30.4
2024-06-23 11:14:11 +10:00
Stenzek
21897414ac
CI: Add required files for Windows ARM64 build
2024-06-14 17:06:45 +10:00
Stenzek
1ec4c248fb
CI/Windows: Disable Qt's PCRE2 JIT
...
Backport of daed75de20
2024-06-07 16:14:34 +10:00
Stenzek
ff7995f0d6
Deps: Bump to shaderc 2024.1
...
And use dynamic loading.
2024-05-21 18:34:01 +10:00
Stenzek
f11ef37745
Deps: Switch to sourceforge mirror for FreeType
...
The savannah.gnu.org link redirects to non-existant domains, at least in
Australia.
2024-05-21 18:34:01 +10:00
Stenzek
475bd6ee7d
Deps: Bump Qt to 6.7.1
2024-05-21 18:34:01 +10:00
JordanTheToaster
ddd2018e81
Deps: Update to SDL 2.30.3
2024-05-04 19:02:32 +10:00
Stenzek
1cd4ba2698
CI: Add non semantic debug option to shaderc
2024-04-13 12:35:22 +10:00
Stenzek
291ce2cbb0
CI: Build shaderc as part of deps
2024-04-06 21:16:52 +10:00
Stenzek
dfa5fccec9
Build: Unify shared libraries across platforms
...
Use DLLs/shared libraries for:
- libjpeg
- libpng
- libwebp
- lz4
- SDL
- zlib
- zstd
2024-04-06 13:17:22 +10:00
Stenzek
efa8f058d4
Deps: Update to Qt 6.7.0 and SDL 2.30.2
2024-04-04 11:49:22 +10:00
Stenzek
88165ab072
CI: Update to SDL2 2.30.1 and Qt 6.6.2
2024-03-09 14:04:14 +10:00
Stenzek
65882ae14d
deps: Bump to SDL2 2.30.0
2024-02-05 13:19:27 +10:00
Stenzek
0dfc35ee5f
deps: Bump to Qt 6.6.1 and SDL2 2.28.5
2023-12-02 16:51:46 +10:00
Stenzek
e5cb313d92
deps: Update to Qt 6.6.0 and SDL2 2.28.4
...
Also bumps the minimum macOS version to 11.0.
Minimum for building is 6.5.3, because there's no 6.6 flatpak runtime yet.
2023-10-14 12:26:44 +10:00
refractionpcsx2
b74ae9fabf
Build: patch in Qt monitor fix from post 6.5.2
2023-09-01 17:09:21 +01:00
Stenzek
8276054671
CI: Build Windows dependencies as part of workflow
2023-08-26 17:23:14 +10:00
Margen67
8628993fb0
Build improvements
...
Remove unneeded quotation marks.
linux-workflow.yml:
Checkout Submodules:
Shorten --jobs to -j, use $(getconf _NPROCESSORS_ONLN).
Make restore-keys into one line.
Remove unneeded ./.
macos-workflow.yml:
Checkout Submodules:
Shorten --jobs to -j.
Use $(getconf _NPROCESSORS_ONLN) instead of 2.
Move HOMEBREW_NO_INSTALL_CLEANUP to env: and add HOMEBREW_NO_ANALYTICS.
Remove unneeded ./.
pr-triage.yml:
Make on: pull_request_target into one line.
Properly capitalize GitHub.
compile.sh:
Add warning when running outside of GitHub Actions CI.
Use $(getconf _NPROCESSORS_ONLN).
validate-vs-filters.ps1:
End of file newline.
windows-workflow.yml:
Rename config to configuration.
Opt out of PowerShell telemetry.
Checkout Submodules:
Shorten --jobs to -j, use $env:NUMBER_OF_PROCESSORS.
Remove unneeded shell from Verify VS Project Files.
setup-msbuild:
Use v1. (always the latest version)
Remove useless vs-version parameter.
Remove unneeded ./ and .\.
Add -p to mkdir.
.gitmodules:
Make submodules shallow.
build.sh:
Move parameters from shebang to set.
Consistent formatting for ifs.
Use $(getconf _NPROCESSORS_ONLN).
2021-07-17 08:07:53 -04:00
Tyler Wilding
75606fd1a9
Add clang linux build
2020-10-17 04:12:06 +01:00