summaryrefslogtreecommitdiff
path: root/Externals/xxhash
AgeCommit message (Collapse)Author
2026-07-24Remove Visual Studio Projects and Solutions in favor of CMakeJoshua Vandaële
2025-02-01Externals: Vulkan 1.4 Support, xxHash 0.8.3 and VMA 3.2.0Xphalnos
2024-07-06Properly link against xxhashTellowKrinkle
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-19CMake: Hide warnings in Externals also for non-msvc.Jordan Woyak
2023-11-19Externals: 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-02msbuild: refactor to reduce rebuild eventsShawn 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-22cmake: Disable warnings for most externals on MSVC, like we do in the VS ↵Admiral H. Curtiss
project files.
2022-04-27msbuild: use default Project attrsShawn Hoffman
maybe it makes the xml less scary :D
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for externals)Shawn Hoffman
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-11-30Update VS projects/solutions to VS2019Stenzek
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-04-06CMakeLists: Don't dump xxhash's includes into top-level directory scopeLioncash
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-10Update xxhash to 0.6.2Tao Schreiner
2017-05-28upgrade to Windows SDK 10.0.15063.0BhaaL
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-25Migrate 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-14remove win32/mixed project configurations.Shawn Hoffman
remove win32 configs from all the externals, so it shouldn't happen again by accident.
2015-01-21xxhash: Add cmake + VS filesdegasus
Based on riking's PR.
2015-01-20Externals: add xxhashdegasus
Files are copied unmodified from https://code.google.com/p/xxhash/