Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't pull in entire JSON repo for single header file | James | 2017-07-18 | 1 | -1/+1 |
| | |||||
* | web_service: Add CMake flag to enable. | bunnei | 2017-07-12 | 1 | -10/+12 |
| | |||||
* | externals: Add JSON as a submodule. | bunnei | 2017-07-10 | 1 | -0/+4 |
| | |||||
* | externals: Add CPR as a submodule. | bunnei | 2017-07-09 | 1 | -0/+6 |
| | |||||
* | Implement basic virtual Room support based on enet (#2803) | B3n30 | 2017-07-07 | 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 | ||||
* | Stop using reserved operator names (and/or/xor) with Xbyak | Yuri Kunde Schlesner | 2017-06-17 | 1 | -3/+1 |
| | | | | Also has the Dynarmic upgrade with the same change | ||||
* | CMake: Move definitions of externals to the CMakeLists in that directory | Yuri Kunde Schlesner | 2017-05-28 | 1 | -6/+42 |
| | |||||
* | CMake: Create an INTERFACE target for Catch | Yuri Kunde Schlesner | 2017-05-28 | 1 | -0/+4 |
| | |||||
* | Add the fmt string formatting library | Yuri Kunde Schlesner | 2017-05-27 | 1 | -0/+1 |
| | | | | | | | 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/+8 |