Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-11 | Use open-source shared fonts if no dumped file is available (#1269) | Tobias | 1 | -0/+3 | |
* Add open-source shared fonts * Address review comments | |||||
2018-09-08 | Add audio stretching support | fearlessTobi | 1 | -0/+3 | |
2018-08-08 | externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() command | Lioncash | 1 | -1/+1 | |
We don't need to build the lz4 CLI tool, or anything else. We just want to build in the library statically, so we specify this to ensure that. Now, we don't potentially build unnecessary targets. | |||||
2018-08-07 | Make mbedtls and cubeb not install headers and libraries | Zion Nimchuk | 1 | -2/+2 | |
2018-08-01 | Remove files that are not used | Zach Hilman | 1 | -0/+4 | |
2018-07-31 | audio_core: Implement Sink and SinkStream interfaces with cubeb. | bunnei | 1 | -0/+6 | |
2018-07-31 | Implemented various hwopus functions (#853) | David | 1 | -0/+4 | |
2018-04-02 | externals: Update fmt to 4d35f94 | Daniel Lim Wee Soong | 1 | -0/+1 | |
Versions prior to this didn't compile on OpenBSD due to unconditional use of the non-standard strtod_l() function. The fmt::MemoryWriter API has been removed in the intervening versions, so replace its use with fmt::memory_buffer and fmt::format_to. The library also no longer provides the fmt::fmt ALIAS, so define it in externals/CMakeLists.txt. | |||||
2018-01-13 | Massive removal of unused modules | James Rowe | 1 | -37/+0 | |
2018-01-13 | core: Gut out cryptop, since it doesn't compile with C++17. | bunnei | 1 | -3/+0 | |
2018-01-12 | arm_dynarmic: Implement core | MerryMage | 1 | -1/+9 | |
2018-01-04 | cmake: Don't compile Dynarmic as it's unused. | bunnei | 1 | -8/+1 | |
2017-09-30 | externals: Add lz4. | bunnei | 1 | -0/+5 | |
2017-09-11 | Build: Enable SSL in mingw by linking against WinSSL | James Rowe | 1 | -2/+17 | |
The mingw builds aren't submitting telemetry because the curl library they are linked against is configured to use openSSL and openSSL looks for the certificates in the users home folder. This keeps it from contacting web services because it can't communicate over SSL. This commit adds a download in mingw builds that will download a precompiled curl for mingw linked against winssl and sspi. | |||||
2017-07-18 | Don't pull in entire JSON repo for single header file | James | 1 | -1/+1 | |
2017-07-12 | web_service: Add CMake flag to enable. | bunnei | 1 | -10/+12 | |
2017-07-10 | externals: Add JSON as a submodule. | bunnei | 1 | -0/+4 | |
2017-07-09 | externals: Add CPR as a submodule. | bunnei | 1 | -0/+6 | |
2017-07-07 | Implement basic virtual Room support based on enet (#2803) | B3n30 | 1 | -0/+4 | |
* 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-06-17 | Stop using reserved operator names (and/or/xor) with Xbyak | Yuri Kunde Schlesner | 1 | -3/+1 | |
Also has the Dynarmic upgrade with the same change | |||||
2017-05-28 | CMake: Move definitions of externals to the CMakeLists in that directory | Yuri Kunde Schlesner | 1 | -6/+42 | |
2017-05-28 | CMake: Create an INTERFACE target for Catch | Yuri Kunde Schlesner | 1 | -0/+4 | |
2017-05-27 | Add the fmt string formatting library | Yuri Kunde Schlesner | 1 | -0/+1 | |
More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications. | |||||
2017-02-13 | Core: add cryptopp library (#2412) | Weiyi Wang | 1 | -0/+3 | |
2016-12-15 | Externals: Add Xbyak | Yuri Kunde Schlesner | 1 | -0/+8 | |