Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | externals: Track upstream libzip | Lioncash | 2019-10-30 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | externals: Amend zlib submodule | Lioncash | 2019-10-29 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | externals: Track upstream opus | Lioncash | 2019-10-24 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | externals: Use upstream zlib | Lioncash | 2019-10-04 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | externals: Add zlib and libzip libraries to handle ZIP file parsing | Zach Hilman | 2019-09-30 | 1 | -0/+6 |
| | |||||
* | video_core: Add sirit as optional dependency with Vulkan | ReinUsesLisp | 2019-04-10 | 1 | -0/+3 |
| | | | | sirit is a runtime assembler for SPIR-V | ||||
* | gitmodules: Replace taps with spaces | unknown | 2019-03-29 | 1 | -2/+2 |
| | |||||
* | externals: Add Zstandard v1.3.8 | unknown | 2019-03-29 | 1 | -0/+3 |
| | |||||
* | gitmodules: Add Vulkan headers dependency | ReinUsesLisp | 2019-02-12 | 1 | -0/+3 |
| | |||||
* | common: Remove dependency on xbyak | Lioncash | 2018-11-21 | 1 | -3/+0 |
| | | | | | | | 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). | ||||
* | Add submodules | fearlessTobi | 2018-10-02 | 1 | -0/+6 |
| | |||||
* | Add audio stretching support | fearlessTobi | 2018-09-08 | 1 | -0/+3 |
| | |||||
* | Fix merge conflicts with opus and update docs | Zach Hilman | 2018-08-01 | 1 | -5/+5 |
| | |||||
* | Remove files that are not used | Zach Hilman | 2018-08-01 | 1 | -0/+3 |
| | |||||
* | externals: Add cubeb for audio output. | bunnei | 2018-07-31 | 1 | -0/+3 |
| | |||||
* | Implemented various hwopus functions (#853) | David | 2018-07-31 | 1 | -0/+3 |
| | |||||
* | Use HTTPS for Submodule lz4 | N00byKing | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Build: Add unicorn as a submodule and build it if needed | James Rowe | 2018-01-16 | 1 | -0/+3 |
| | | | | | | | 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. | ||||
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -12/+0 |
| | |||||
* | boost: Update version. | bunnei | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | core: Gut out cryptop, since it doesn't compile with C++17. | bunnei | 2018-01-13 | 1 | -3/+0 |
| | |||||
* | gitmodules: Fix to include lz4. | bunnei | 2018-01-04 | 1 | -0/+3 |
| | |||||
* | Don't pull in entire JSON repo for single header file | James | 2017-07-18 | 1 | -3/+0 |
| | |||||
* | .gitmodules: Make enet use the same convention as other submodules. | Emmanuel Gil Peyrot | 2017-07-16 | 1 | -1/+1 |
| | | | | This makes it easier for packagers to preload all submodules. | ||||
* | externals: Add JSON as a submodule. | bunnei | 2017-07-10 | 1 | -0/+3 |
| | |||||
* | externals: Add CPR as a submodule. | bunnei | 2017-07-09 | 1 | -0/+3 |
| | |||||
* | Implement basic virtual Room support based on enet (#2803) | B3n30 | 2017-07-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add the fmt string formatting library | Yuri Kunde Schlesner | 2017-05-27 | 1 | -0/+3 |
| | | | | | | | More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications. | ||||
* | Core: add cryptopp library (#2412) | Weiyi Wang | 2017-02-13 | 1 | -0/+3 |
| | |||||
* | Externals: Add Xbyak | Yuri Kunde Schlesner | 2016-12-15 | 1 | -0/+3 |
| | |||||
* | dynarmic: Add new submodule. | bunnei | 2016-09-15 | 1 | -10/+13 |
| | |||||
* | tests: Infrastructure for unit tests | MerryMage | 2016-05-19 | 1 | -0/+3 |
| | |||||
* | gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch | MerryMage | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | Externals: Add soundtouch | MerryMage | 2016-04-28 | 1 | -0/+3 |
| | |||||
* | Rename git submodules, so they are more easily accessible from external tools. | Emmanuel Gil Peyrot | 2015-04-24 | 1 | -3/+3 |
| | |||||
* | Add nihstro (a 3DS shader tools suite) as a submodule. | Tony Wasserka | 2014-12-20 | 1 | -0/+3 |
| | |||||
* | externals: Add boost submodule. | Tony Wasserka | 2014-12-07 | 1 | -0/+3 |
| | |||||
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -0/+3 |
Uses QSettings on citra-qt, and inih on citra-cli. |