summaryrefslogtreecommitdiffstats
path: root/externals/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-12Re-enable SDL's CPUinfo subsystemzeltermann1-1/+2
2023-06-05nx_tzdb: Create headers from downloaded system archive datalat9nq1-0/+3
2023-06-03build: only enable adrenotools on arm64Liam1-1/+3
2023-06-03externals: add adrenotools for bcenablerLiam1-0/+4
2023-05-24cmake: apply defaults to all externalsAlexandre Bouvier1-19/+23
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam1-0/+4
2023-02-28externals: use openssl from vcpkgAlexandre Bouvier1-29/+6
2023-02-22cmake: fix cpp-jwt buildAlexandre Bouvier1-10/+8
2023-01-23cmake: prefer system llvm libraryAlexandre Bouvier1-3/+6
2023-01-14Add stacktrace symbol demanglingKelebek11-0/+4
2023-01-05cmake: support the standard cmake testing optionAlexandre Bouvier1-0/+3
2023-01-02cmake: move find-modules to root cmake dirAlexandre Bouvier1-4/+0
2023-01-02cmake: allow options shadowing with normal variablesAlexandre Bouvier1-7/+10
2022-12-29cmake: make Vulkan-Headers external the defaultLiam1-1/+1
2022-12-28cmake: make libusb optionalLiam1-1/+1
2022-12-06cmake: prefer system libusbAlexandre Bouvier1-2/+2
2022-12-04cmake: prefer system librariesAlexandre Bouvier1-15/+30
2022-12-04yuzu-cmd: link SDL2 correctlyLiam1-1/+0
2022-12-04externals: update dynarmic, SDL2Liam1-3/+1
2022-12-04externals: disable xbyak install targets after cbaf642ffe4bJan Beich1-1/+1
2022-11-29CMake: Directly link to SDL2-static when appropriatelat9nq1-1/+0
2022-11-23externals: always use LibreSSL on WindowsLiam1-4/+8
2022-11-23general: fix compile for Apple ClangLiam1-0/+3
2022-11-09Initial ARM64 supportLiam1-6/+5
2022-09-04Fix Cmake warning for CMP0077Vamsi Krishna1-1/+0
2022-08-01build(externals): rename Findopus to FindOpusAndrea Pappacoda1-1/+1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-1/+2
2022-07-25Address first part of review commentsFearlessTobi1-0/+5
2022-07-25network: Add initial files and enet dependencyFearlessTobi1-0/+4
2022-06-14general: fix compilation on MinGW GCC 12Liam1-0/+5
2022-04-01audio_core: remove time stretcherAndrea Pappacoda1-3/+0
2022-01-12cmake: make tests optionalAlexandre Bouvier1-4/+0
2021-12-21Add support for linking against system opusAndrew Udvare1-3/+3
2021-12-17externals/SDL: update SDL to version with Wayland build fixAndrew Udvare1-4/+4
2021-12-17externals/CMakeLists: fix detection/init of Switch controllers in SDL 2.0.18Andrew Udvare1-3/+4
2021-12-16externals/ffmpeg: set the cmake variable twice ...liushuyu1-0/+3
2021-12-16externals: fix a regression when using MSVCliushuyu1-0/+1
2021-12-16video_core/codecs: (re-spin) refactor ffmpeg searching and handlingliushuyu1-0/+5
2021-12-15Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"bunnei1-5/+0
2021-12-14ffmpeg: move the whole tree into externals/ffmpeg/ffmpeg ...liushuyu1-0/+5
2021-12-10build: remove remaining bits of UnicornAndrea Pappacoda1-4/+0
2021-11-16Vulkan: Reimplement FSR constant generation functions to avoid GCC warningsMarshall Mohror1-3/+0
2021-11-16Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror1-0/+3
2021-09-29externals: Remove libzipMorph1-7/+0
2021-08-15dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTSMerry1-0/+1
2021-08-15xbyak: Update include pathMerry1-1/+3
2021-07-16emu_window_sdl2_vk: Use the generated SDL configlat9nq1-1/+1
2021-06-18externals: httplib: replace custom httplib header with upstream as submodule.Vortex1-1/+1
2021-06-06Add SDL2 audio backendClément Gallet1-2/+2
2021-06-03cmake: General improvements to libusb linkinglat9nq1-0/+5
2021-05-31externals: Use defaults for building SDL2 on WIN32lat9nq1-11/+13
2021-05-10Only build SDL2 subsystems that we usev19931-1/+12
2021-05-09On Linux, build SDL2 from externals with HIDAPI supportv19931-0/+1
2021-05-09externals: Use SDL2 staticallylat9nq1-0/+3
2021-04-18cmake: Use SDL 2.0.14 and fix CMake scope issuelat9nq1-2/+1
2021-04-17externals: Add SDL 2.0.12lat9nq1-0/+6
2021-04-08externals: Search for shared opus installation.Markus Wick1-1/+5
2021-04-02externals: Fix case spelling of libzip.Markus Wick1-2/+2
2020-12-25cmake: Always enable VulkanReinUsesLisp1-3/+1
2020-10-27externals: auto detect system OpenSSLliushuyu1-2/+2
2020-10-27web_backend: fix a regression introduced in 39c8d18liushuyu1-11/+14
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-0/+3
2020-07-01externals: Track opus as submodule instead of using conanDavid Marcec1-0/+3
2020-06-17externals: Revert to libressl, as build is broken with find_package(OpenSSL). (#4093)bunnei1-1/+10
2020-06-15CMakeLists: xbyak comes before dynarmicMerryMage1-8/+7
2020-05-30Add xbyak externalDavid Marcec1-0/+8
2020-05-08Replace externals with Conan (#3735)James Rowe1-81/+6
2020-04-17externals: Update fmt to 6.2.0Lioncash1-2/+2
2020-04-16externals: Use shared libraries if possibleMarkus Wick1-19/+65
2020-04-16externals: Move LibreSSL linking to httplib.Markus Wick1-1/+6
2019-10-30externals: Track upstream libzipLioncash1-0/+1
2019-10-13externals: Move OSS font data to file_sys in coreZach Hilman1-3/+0
2019-10-04CMakeLists: Make libzip excluded from the ALL targetLioncash1-1/+1
2019-10-04externals: Use upstream zlibLioncash1-3/+3
2019-09-30externals: Add zlib and libzip libraries to handle ZIP file parsingZach Hilman1-0/+6
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec1-0/+3
2019-09-22externals: Move OSS font data to file_sys in coreZach Hilman1-3/+0
2019-05-07externals: Update dynarmic to masterLioncash1-4/+4
2019-04-10video_core: Add sirit as optional dependency with VulkanReinUsesLisp1-0/+5
2019-03-29externals: Add libzstd_static to externals CMakeLists.txtunknown1-0/+4
2018-11-21common: Remove dependency on xbyakLioncash1-9/+0
2018-10-02Review comments - part 3fearlessTobi1-1/+1
2018-10-02Address more review commentsfearlessTobi1-4/+4
2018-10-02Add submodulesfearlessTobi1-0/+25
2018-09-11Use open-source shared fonts if no dumped file is available (#1269)Tobias1-0/+3
2018-09-08Add audio stretching supportfearlessTobi1-0/+3
2018-08-08externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() commandLioncash1-1/+1
2018-08-07Make mbedtls and cubeb not install headers and librariesZion Nimchuk1-2/+2
2018-08-01Remove files that are not usedZach Hilman1-0/+4
2018-07-31audio_core: Implement Sink and SinkStream interfaces with cubeb.bunnei1-0/+6
2018-07-31Implemented various hwopus functions (#853)David1-0/+4
2018-04-02externals: Update fmt to 4d35f94Daniel Lim Wee Soong1-0/+1
2018-01-13Massive removal of unused modulesJames Rowe1-37/+0
2018-01-13core: Gut out cryptop, since it doesn't compile with C++17.bunnei1-3/+0
2018-01-12arm_dynarmic: Implement coreMerryMage1-1/+9
2018-01-04cmake: Don't compile Dynarmic as it's unused.bunnei1-8/+1
2017-09-30externals: Add lz4.bunnei1-0/+5
2017-09-11Build: Enable SSL in mingw by linking against WinSSLJames Rowe1-2/+17
2017-07-18Don't pull in entire JSON repo for single header fileJames1-1/+1
2017-07-12web_service: Add CMake flag to enable.bunnei1-10/+12
2017-07-10externals: Add JSON as a submodule.bunnei1-0/+4
2017-07-09externals: Add CPR as a submodule.bunnei1-0/+6
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n301-0/+4
2017-06-17Stop using reserved operator names (and/or/xor) with XbyakYuri Kunde Schlesner1-3/+1
2017-05-28CMake: Move definitions of externals to the CMakeLists in that directoryYuri Kunde Schlesner1-6/+42
2017-05-28CMake: Create an INTERFACE target for CatchYuri Kunde Schlesner1-0/+4
2017-05-27Add the fmt string formatting libraryYuri Kunde Schlesner1-0/+1
2017-02-13Core: add cryptopp library (#2412)Weiyi Wang1-0/+3
2016-12-15Externals: Add XbyakYuri Kunde Schlesner1-0/+8