Commit Graph

21 Commits (ae99e8d31d294f5e5e8721689f2680a5dbf9bdf7)

Author SHA1 Message Date
Stenzek 351f67a227
CMake: Use -g1 for Release builds 3 months ago
Stenzek 83d521f3d8
CMake: Drop Flatpak workarounds
No longer needed since it is using self-contained.
3 months ago
Stenzek 6c4300c6c7
CI/Flatpak: Simplify deps build
I'll probably drop it in the future since there was only one or two
people who indicated that they're using it. But at least now I don't
have another file I need to keep up to date.

So consider the Flatpak package as deprecated.
3 months ago
Stenzek 995a34e0e3
CMake: Correctly unset host page size if set via cache
Fixes x86 flatpak builds unnecessarily using dynamic page size.
9 months ago
Stenzek 455836af89
CMake: Check C++20 features that are missing on some systems 9 months ago
Stenzek 9cd9042563
CMake: Fix RISC-V building with LLVM 10 months ago
Stenzek a08bd43000
CMake: Fix incorrect message for cache line size 10 months ago
Stenzek 26b6c704f0
MemMap: Support dynamic page size selection
i.e. 4K to 16K on ARM64.
1 year ago
Stenzek b971125469
MSBuild: Support creating legacy SSE2 builds 1 year ago
Stenzek bfc914aaa9
CMake: Add DISABLE_SSE4 option
NOT recommended. Only if you ABSOLUTELY need it.

The SSE2/legacy build will be a separate download option, and
warn you if you try to run it on a CPU that supports SSE4.
1 year ago
Stenzek d67b826033
CI/Flatpak: Improve install behaviour
Use "standard" install path.
1 year ago
Stenzek 72fc81a705
CMake: Add install target
Do **not** use this with /usr or /usr/local. It creates subdirectories
for resources/translations in the install prefix.

It's intended for creating a relocatable, self-contained bundle, which
can be packaged.
1 year ago
Stenzek 2e2451998c
Misc: Fix ARM32 build (again) 1 year ago
Stenzek d862043f1d
CMake: Fill version in bundle info plist 1 year ago
Stenzek f5cc70923b
CMake: Fix typo in Mac CMAKE_CXX_FLAGS 1 year ago
Stenzek e59e93696b
CMake: Fix warning building with MSVC 1 year ago
Stenzek 0ae6ddcf7f
Common: Add GSVector
Mostly based on PCSX2.
1 year ago
Stenzek 88ace6e4ae
CMake: Detect cache line size dynamically on AArch64 Linux 1 year ago
Stenzek 8867bb129a
CMake: Tidy up build system
And fix Windows CMake... who knows how long for.
2 years ago
Stenzek 4a70164dac
CMake: Determine host page size at build time
Needed for running on Asahi Linux.
2 years ago
Stenzek e6bfcf22d9 CMake: Disable warnings on third-party projects 2 years ago