| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-24 | Remove Visual Studio Projects and Solutions in favor of CMake | Joshua Vandaële | |
| 2025-02-01 | Externals: Vulkan 1.4 Support, xxHash 0.8.3 and VMA 3.2.0 | Xphalnos | |
| 2024-07-06 | Properly link against xxhash | TellowKrinkle | |
| Things using dolphin_find_optional_system_library need to link against the name used there or they won't work with both the system and bundled cases | |||
| 2024-03-19 | CMake: Hide warnings in Externals also for non-msvc. | Jordan Woyak | |
| 2023-11-19 | Externals: update xxhash to 0.8.2 as submodule; put in logic to ensure LZ4 ↵ | iwubcode | |
| which is also using xxhash does not clash when linking symbols | |||
| 2022-08-02 | msbuild: refactor to reduce rebuild events | Shawn Hoffman | |
| * moves dolphin-specific settings out of Base.props * creates exports.props for externals, allowing to easily import individual Externals * corrects some cruft that accumulated and probably contributed to msbuild overbuilding | |||
| 2022-05-22 | cmake: Disable warnings for most externals on MSVC, like we do in the VS ↵ | Admiral H. Curtiss | |
| project files. | |||
| 2022-04-27 | msbuild: use default Project attrs | Shawn Hoffman | |
| maybe it makes the xml less scary :D | |||
| 2020-08-22 | msbuild: re-enable standalone vcxproj processing | Shawn Hoffman | |
| 2020-08-22 | msbuild: refactor stuff out of project files (for externals) | Shawn Hoffman | |
| 2019-12-28 | Add an ARM64 target to Visual Studio projects | Stenzek | |
| 2019-11-30 | Update VS projects/solutions to VS2019 | Stenzek | |
| 2018-10-20 | Update to Visual Studio's default Windows SDK | Tillmann Karras | |
| 2018-04-06 | CMakeLists: Don't dump xxhash's includes into top-level directory scope | Lioncash | |
| We already use a custom CMakeLists file for xxhash, so we can just make it's headers public as part of its target interface. This way, only libraries that link in the xxhash target will see its headers, as opposed to every target under the top-level directory. | |||
| 2017-06-10 | Update xxhash to 0.6.2 | Tao Schreiner | |
| 2017-05-28 | upgrade to Windows SDK 10.0.15063.0 | BhaaL | |
| this is required for /permissive- to work, because some headers in the Windows SDK use Microsoft extensions that are not allowed in standards mode | |||
| 2017-05-25 | Migrate to Visual Studio 2017. | Pierre Bourdon | |
| Auto-generated by the IDE, I'll trust it knows what it's doing. | |||
| 2015-09-03 | [windows] Update projects to vs2015. | Shawn Hoffman | |
| 2015-03-14 | remove win32/mixed project configurations. | Shawn Hoffman | |
| remove win32 configs from all the externals, so it shouldn't happen again by accident. | |||
| 2015-01-21 | xxhash: Add cmake + VS files | degasus | |
| Based on riking's PR. | |||
| 2015-01-20 | Externals: add xxhash | degasus | |
| Files are copied unmodified from https://code.google.com/p/xxhash/ | |||
