dolphin/Externals
2024-02-11 13:26:39 -06:00
..
Bochs_disasm msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
bzip2 msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
cpp-optparse msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
cubeb Externals: Update cubeb to mozilla/cubeb@54217bca3f 2023-11-22 21:26:20 +01:00
curl Externals: Update libcurl to 8.4.0 2023-10-12 21:45:50 +02:00
discord-rpc msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
ed25519 msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
enet Externals/enet: Convert to submodule. 2023-12-10 14:17:20 +01:00
expr Externals/expr: Resolve -Wshadow warning 2023-12-13 15:29:31 -05:00
FatFs msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
FFmpeg-bin@9bc087fbca windows: move ffmpeg bins to submodule 2022-03-29 17:27:46 -07:00
fmt Externals: Update fmt to 10.2.1 2024-01-08 10:45:07 -05:00
FreeSurround Externals/FreeSurround: Fix pointer created through new[] being freed via delete 2023-02-15 21:56:49 -08:00
gettext Externals: Update msgfmt.exe to 0.20.2 2020-06-02 22:23:05 +02:00
glslang msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
gtest@58d77fa807 Externals: Convert gtest to a submodule and update to v1.12.1 2023-01-20 11:43:34 -08:00
hidapi Externals/hidapi: Convert to submodule 2024-01-30 01:35:39 +01:00
imgui Externals: add misc/cpp/imgui_stdlib to imgui build in order to use std::string in InputText 2023-07-27 12:08:07 -05:00
implot VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upgrade; keep the demo code in case someone wants to reference it but don't compile it by enabling 'IMGUI_DISABLE_DEMO_WINDOWS' in config 2023-07-27 11:47:34 -05:00
libadrenotools@f4ce3c9618 VideoBackends:Vulkan: Allow loading custom drivers on Android 2023-06-11 13:52:34 +02:00
libiconv-1.14 CMake: Use find_package and imported targets for Iconv 2023-04-08 21:43:03 -05:00
liblzma Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
libspng CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
libusb CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
lz4 Externals: update xxhash to 0.8.2 as submodule; put in logic to ensure LZ4 which is also using xxhash does not clash when linking symbols 2023-11-19 14:22:59 -06:00
LZO CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
mbedtls Externals/mbedtls: Disable -Wdocumentation related warnings 2023-12-12 21:56:27 -05:00
mGBA Update mGBA submodule to 8739b22fbc90fdf0b4f6612ef9c0520f0ba44a51 2023-04-23 05:26:40 -05:00
miniupnpc msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
minizip CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
MoltenVK Externals: Update MoltenVK to 1.2.7 2024-02-10 22:40:40 -05:00
OpenAL/include Remove OpenAL DLL from Externals 2017-06-27 00:06:14 -07:00
picojson msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
pugixml msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
Qt@495517af2b windows: update to qt 6.5.1 2023-05-26 15:37:55 -07:00
rangeset Externals/rangeset: use qualified 'size_t' 2021-01-28 20:20:43 +00:00
rcheevos Updated rcheevos submodule 2023-04-12 03:08:47 -04:00
SDL CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
SFML CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
soundtouch Restore Dolphin-Specific SoundTouch modifications 2023-03-31 20:11:58 -05:00
spirv_cross msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
tinygltf Externals: add tinygltf, a library used to load or save GLTF mesh files 2024-02-11 13:26:39 -06:00
Vulkan/Include/vulkan Externals / Vulkan: update Vulkan headers to v1.3.204. Fix default present mode in Vulkan swap chain 2022-01-29 00:47:51 -06:00
VulkanMemoryAllocator@498e20dfd1 Chore: Update Externals/VulkanMemoryAllocator to 498e20d to fix compilation with GCC 13 2023-05-08 09:02:22 -05:00
WIL update wil to 0b2d6c2d822bb301e7558a14ee66d567c14f5dc7 2023-03-04 14:18:12 -08:00
xxhash Externals: update xxhash to 0.8.2 as submodule; put in logic to ensure LZ4 which is also using xxhash does not clash when linking symbols 2023-11-19 14:22:59 -06:00
zlib-ng update zlib-ng ce01b1e41da298334f8214389cc9369540a7560f 2022-09-07 10:32:22 -07:00
zstd msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
.gitignore Externals: remove unused libusb files and add them to gitignore 2019-05-27 20:09:55 +02:00
licenses.md Debugger: Initial implementation of conditional breakpoints 2022-10-06 21:34:44 -07:00