Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-21 | externals: Update sdl to 2.28.0 | Narr the Reg | |
2023-06-16 | cmake: Add option to always download time zone data | lat9nq | |
2023-06-06 | CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | Morph | |
The latest version of MSVC STL brings C++23 standard library modules, which conflict with precompiled headers. Disabling with /experimental:module- has no effect, so force C++20 in the meantime while we wait for module support in other compilers. | |||
2023-06-03 | android: cmake: Use cmake_dependent_option as appropriate. | bunnei | |
2023-06-03 | build: only enable adrenotools on arm64 | Liam | |
2023-06-03 | CMake: fix pkg-config behavior when building for Android | liushuyu | |
2023-06-03 | cmake: Integrate submoduled LLVM & fixes for Android. | bunnei | |
2023-05-22 | Add support for deinterlaced videos playback | Danila Malyutin | |
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey. It uses ffmpeg's yadif filter for deinterlacing. | |||
2023-04-01 | externals: update Vulkan-Headers to v1.3.246 | Jan Beich | |
2023-03-25 | CMakeLists: Require a minimum of boost 1.79.0 | Morph | |
2023-03-23 | CMakeLists: Update boost to 1.81.0 | Morph | |
2023-03-12 | general: fix spelling mistakes | Liam | |
2023-03-05 | general: Target Windows 10 SDK | Morph | |
We no longer support operating systems below Windows 10. | |||
2023-02-28 | Merge pull request #9877 from abouvier/cmake-boost | liamwhite | |
cmake: use correct boost imported targets | |||
2023-02-28 | cmake: use correct boost imported targets | Alexandre Bouvier | |
2023-02-28 | cmake: support components in find modules | Alexandre Bouvier | |
2023-02-28 | externals: use openssl from vcpkg | Alexandre Bouvier | |
2023-02-27 | Merge pull request #9844 from abouvier/jwt-fix | liamwhite | |
cmake: fix cpp-jwt build | |||
2023-02-27 | Partially apply LTO to only core and video_core projects. | MatÃas Locatti | |
2023-02-22 | cmake: fix cpp-jwt build | Alexandre Bouvier | |
2023-02-21 | externals: Update cpp-httplib to latest | Alexandre Bouvier | |
2023-01-29 | cmake: Download clang format 15 | german77 | |
2023-01-23 | cmake: prefer system llvm library | Alexandre Bouvier | |
2023-01-05 | cmake: support the standard cmake testing option | Alexandre Bouvier | |
2023-01-05 | tests: update catch2 to 3.0.1 | Alexandre Bouvier | |
2023-01-02 | cmake: move find-modules to root cmake dir | Alexandre Bouvier | |
2023-01-02 | Merge pull request #9541 from abouvier/cmake-option | liamwhite | |
cmake: allow options shadowing with normal variables | |||
2023-01-02 | cmake: allow options shadowing with normal variables | Alexandre Bouvier | |
2023-01-02 | cmake: improve find_package failure messages | Alexandre Bouvier | |
2022-12-28 | cmake: make Vulkan-Headers external the default | Liam | |
2022-12-28 | cmake: make libusb optional | Liam | |
2022-12-28 | cmake: ignore missing package finders for packages with submodule fallbacks | Liam | |
2022-12-28 | cmake: make room server optional | Liam | |
2022-12-19 | CMakeLists: bump required Vulkan package version to 1.3.238 | Liam | |
2022-12-11 | Merge pull request #9419 from liamwhite/no-gl | Mai | |
cmake: make OpenGL loader optional | |||
2022-12-10 | cmake: make OpenGL loader optional | Liam | |
Co-authored-by: liushuyu <liushuyu@users.noreply.github.com> | |||
2022-12-10 | cmake: enable faster linkers if available | Liam | |
2022-12-06 | Merge pull request #9391 from abouvier/cmake-sdl | liamwhite | |
cmake: use sdl2 imported target | |||
2022-12-06 | cmake: prefer system libusb | Alexandre Bouvier | |
2022-12-05 | Merge pull request #9385 from Morph1984/dynarmic-ver | liamwhite | |
externals: Bump dynarmic to 6.4.0 | |||
2022-12-06 | cmake: use sdl2 imported target | Alexandre Bouvier | |
2022-12-05 | CMakeLists: Remove version specifier for lz4 | Lioncash | |
Currently the exported version of lz4 provided by vcpkg is malformed and is "unknown". This makes querying for a specific version broken. Fixes configuring CMake with the use of vcpkg. | |||
2022-12-05 | externals: Bump dynarmic to 6.4.0 | Morph | |
Uses the tagged, versioned release instead. | |||
2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | |
2022-12-04 | externals: update dynarmic, SDL2 | Liam | |
2022-12-03 | Merge pull request #9300 from ameerj/pch | liamwhite | |
CMake: Use precompiled headers to improve compile times | |||
2022-12-01 | CMake: Fix FFmpeg find module | lat9nq | |
Uses find_package_handle_standard_args to handle the find_package call from the root CMakeLists. Removes all the unnecessary logic after the find_package and just sets it to REQUIRED. | |||
2022-11-29 | CMake: Disable PCH on MSVC + Buildcache configs | ameerj | |
2022-11-29 | CMake: Use precompiled headers | ameerj | |
2022-11-28 | CMakeLists: Bump minimum required CMake version to 3.22 | lat9nq | |