Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-30 | Merge pull request #11728 from liushuyu/update-deps | liamwhite | |
Update external dependencies | |||
2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
qt: implement automatic crash dump support | |||
2023-10-25 | cmake: prefer system stb headers | Alexandre Bouvier | |
2023-10-23 | externals: stb: Add image write | german77 | |
2023-10-22 | externals/opus: use CMakeLists shipped with Opus itself | liushuyu | |
2023-10-21 | externals/libusb: remove the GUID override workaround ... | liushuyu | |
... on Windows MSVC, it seems to have been fixed | |||
2023-10-21 | externals: update libusb to c060e9ce30ac2e3ffb49d94209c4dae77b6642f7 ... | liushuyu | |
... this fixes an issue when compiling with newer MSVC | |||
2023-10-21 | externals: update VulkanMemoryAllocator to ↵ | liushuyu | |
2f382df218d7e8516dee3b3caccb819a62b571a2 | |||
2023-10-21 | externals: update Vulkan-Headers to 1.3.265 | liushuyu | |
2023-10-21 | externals: update ffmpeg to 9c1294eaddb88cb0e044c675ccae059a85fc9c6c | liushuyu | |
... to fix build with binutils 2.41+ | |||
2023-10-21 | externals: update vcpkg to ef2eef17340f3fbd679327d286fad06dd6e838ed | liushuyu | |
2023-10-21 | externals: update SDL to 2.28.4 | liushuyu | |
2023-10-21 | externals: update cpp-jwt to 10ef5735d842b31025f1257ae78899f50a40fb14 | liushuyu | |
2023-10-21 | externals: update cpp-httplib to 0.14.1 | liushuyu | |
2023-10-21 | externals: update libusb to 1.0.26 | liushuyu | |
2023-10-21 | externals: update inih to r57 | liushuyu | |
2023-10-21 | externals: update opus to 1.4 | liushuyu | |
2023-10-11 | externals/nx_tzdb: Update download version to 2022g | lat9nq | |
Mainly for MSVC, changes the time zone database version to latest. | |||
2023-10-11 | externals/tzdb_to_nx: Update to 221202 | lat9nq | |
This updates us to an eggert/tz commit downstream of 2022g that compiles. This seems to be the revision Nintendo is using for 17.0.0, if the data checksums are anything to go off of. | |||
2023-10-08 | qt: implement automatic crash dump support | Liam | |
2023-10-07 | externals: stb: Split library into cpp file | Narr the Reg | |
2023-10-02 | externals: Add stb_image and stb_image_resize | Narr the Reg | |
2023-09-18 | cmake: prefer system renderdoc header | Alexandre Bouvier | |
2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
2023-08-29 | Merge pull request #11406 from german77/sdl2-28-2 | liamwhite | |
externals: Update SDL to 2.28.2 | |||
2023-08-27 | externals: Update SDL to 2.28.2 | german77 | |
2023-08-28 | Use initial_frame to check interlaced flag | Danila Malyutin | |
If final frame was transferred from GPU, it won't carry the props. Fixes #11089 | |||
2023-08-25 | Skip additional mbedcrypto warnings options on MSVC | Liam | |
2023-08-25 | Avoid `$<CXX_COMPILER_ID:Clang>` because it doesn't include AppleClang. | comex | |
2023-08-25 | Warnings cleanup for GCC 13 and Clang 16 | comex | |
Note: For GCC there are still a huge number of `-Warray-bounds` warnings coming from `externals/dynarmic`. I could have added a workaround in `externals/CMakeLists.txt` similar to what this PR does for other externals, but given Dynarmic's close affiliation with Yuzu, it would be better to fix it upstream. Besides that, on my machine, this makes the build warning-free except for some warnings from glslangValidator and AutoMoc. Details: - Disable some warnings in externals. - Disable `-Wnullability-completeness`, which is a Clang warning triggered by the Vulkan SDK where if any pointers in the header are marked _Nullable, it wants all pointers to be marked _Nullable or _Nonnull. Most of them are, but some aren't. Who knows why. - `src/web_service/verify_user_jwt.cpp`: Disable another warning when including `jwt.hpp`. - `src/input_common/input_poller.cpp`: Add missing `override` specifiers. - src/common/swap.h: Remove redundant `operator&`. In general, this file declares three overloads of each operator. Using `+` as an example, the overloads are: - a member function for `swapped_t + integer` - a member function for `swapped_t + swapped_t` - a free function for `integer + swapped_t` But for `operator&`, there was an additional free function for `swapped_t + integer`, which was redundant with the member function. This caused a GCC warning saying "ISO C++ says that these are ambiguous". | |||
2023-07-18 | demangle: Update to llvm/llvm-project@ecbc812e0cca | lat9nq | |
2023-07-12 | cmake: allow using system VMA library | Alexandre Bouvier | |
2023-07-07 | general: Update VulkanSDK and Vulkan-Headers | Morph | |
Latest as of this commit | |||
2023-07-04 | externals: Update sdl2 to 2.28.1 | ChaseKnowlden | |
2023-06-27 | video_core: Add BCn decoding support | GPUCode | |
2023-06-27 | Merge pull request #10473 from GPUCode/vma | liamwhite | |
Use vulkan memory allocator | |||
2023-06-26 | Merge pull request #10901 from german77/sdl_fix | liamwhite | |
input_common: Make use of new SDL features | |||
2023-06-26 | externals: Use cmake subdirectory | GPUCode | |
2023-06-25 | nx_tzdb: Update tzdb_to_nx to 212afa2 | lat9nq | |
Moves build data to a separate directory so the build happens out of the source tree. | |||
2023-06-24 | externals: Include player led fix on SDL | german77 | |
2023-06-23 | nx_tzdb: Update tzdb_to_nx | lat9nq | |
Includes fixes for other BSD's, and axes shell scripts for pure CMake. | |||
2023-06-23 | externals: Include post release SDL fixes | Narr the Reg | |
2023-06-21 | externals: Update sdl to 2.28.0 | Narr the Reg | |
2023-06-19 | nx_tzdb: Rename GNU_DATE variable | lat9nq | |
The repository can handle either GNU date or Apple date now. | |||
2023-06-19 | externals: Update tzdb_to_nx | lat9nq | |
Includes a fix for the Apple date utility. | |||
2023-06-18 | Merge pull request #10825 from 8bitDream/vcpkg-zlib | liamwhite | |
externals: Update vcpkg to 2023.06.17 | |||
2023-06-18 | renderer_vulkan: Add missing initializers | GPUCode | |
2023-06-18 | externals: Add vma and initialize it | lat9nq | |
video_core: Move vma implementation to library | |||
2023-06-17 | Merge pull request #10797 from lat9nq/tzdb-patch | bunnei | |
time: Various time zone fixes | |||
2023-06-17 | externals: Update vcpkg to 2023.06.17 | Abandoned Cart | |
Fixes for zlib and qt5 |