summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2020-05-30Add xbyak externalDavid Marcec
2020-05-08Replace externals with Conan (#3735)James Rowe
* Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
2019-10-29externals: Track upstream libzipLioncash
Stops relying on a fork for providing zip handling and instead tracks the upstream branch but keeps any necessary build-related changes in the source tree directly without modifying the libzip target itself.
2019-10-29externals: Amend zlib submoduleLioncash
Supplies CMakeLists.txt file that avoids pulling in zlib's tests into the tree. This avoids needing to explicitly opt these tests out from ctest.
2019-10-23externals: Track upstream opusLioncash
Tracks upstream opus, allowing the library to be easily updated. While we're at it, we incorporate the CMakeLists.txt so that we have easy control over the requirements of the build.
2019-10-04externals: Use upstream zlibLioncash
We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of.
2019-09-30externals: Add zlib and libzip libraries to handle ZIP file parsingZach Hilman
2019-04-10video_core: Add sirit as optional dependency with VulkanReinUsesLisp
sirit is a runtime assembler for SPIR-V
2019-03-29gitmodules: Replace taps with spacesunknown
2019-03-29externals: Add Zstandard v1.3.8unknown
2019-02-12gitmodules: Add Vulkan headers dependencyReinUsesLisp
2018-11-21common: Remove dependency on xbyakLioncash
Xbyak is currently entirely unused. Rather than carting it along, remove it and get rid of a dependency. If it's ever needed in the future, then it can be re-added (and likely be more up to date at that point in time).
2018-10-02Add submodulesfearlessTobi
2018-09-08Add audio stretching supportfearlessTobi
2018-08-01Fix merge conflicts with opus and update docsZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-30externals: Add cubeb for audio output.bunnei
2018-07-30Implemented various hwopus functions (#853)David
2018-03-21Use HTTPS for Submodule lz4N00byKing
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe
Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-12boost: Update version.bunnei
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.bunnei
2018-01-03gitmodules: Fix to include lz4.bunnei
2017-07-18Don't pull in entire JSON repo for single header fileJames
2017-07-16.gitmodules: Make enet use the same convention as other submodules.Emmanuel Gil Peyrot
This makes it easier for packagers to preload all submodules.
2017-07-09externals: Add JSON as a submodule.bunnei
2017-07-09externals: Add CPR as a submodule.bunnei
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n30
* Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
2017-05-27Add the fmt string formatting libraryYuri Kunde Schlesner
More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications.
2017-02-13Core: add cryptopp library (#2412)Weiyi Wang
2016-12-14Externals: Add XbyakYuri Kunde Schlesner
2016-09-15dynarmic: Add new submodule.bunnei
2016-05-19tests: Infrastructure for unit testsMerryMage
2016-05-13gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouchMerryMage
2016-04-28Externals: Add soundtouchMerryMage
2015-04-24Rename git submodules, so they are more easily accessible from external tools.Emmanuel Gil Peyrot
2014-12-20Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka
2014-12-07externals: Add boost submodule.Tony Wasserka
2014-10-07Added configuration file system.archshift
Uses QSettings on citra-qt, and inih on citra-cli.