| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-16 | Build: Add unicorn as a submodule and build it if needed | James 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-15 | Fix some warnings | unknown | |
| 2018-01-15 | Fix some warnings in the microprofile | Andrix44 | |
| 2018-01-14 | externals: Remove unused repos. | bunnei | |
| 2018-01-13 | Update dynarmic to bc73004 | MerryMage | |
| bc73004 a64_merge_interpret_blocks: Remove debug output 4e656ed tests/A64: Randomize PSTATE.<NZCV> fd9530b A64: Optimization: Merge interpret blocks 3c9eb04 testenv: Use format constants 324f3fc tests/A64: Unicorn interface fixes 98ecbe7 tests/A64: Fuzz against unicorn b1d38e7 tests/A64: Move TestEnvironment to own header 5218ad9 A64/data_processing_pcrel: bug: ADR{,P} instructions sign extend their immediate b1a8c39 A64/data_processing_addsub: bug: {ADD,SUB}S (extended register) instructions write to ZR when d = 31 64827fb a64_emit_x64: bug: A64CallSupervisor trampled callee-save registers 1bfa04d emit_x64: bug: OP m/r64, imm32 form instructions sign-extend their immediate on x64 edadeea A64 inferface: Use two argument static_assert 9ab1304 A64: Add ExceptionRaised IR instruction 6843eed Update readme 7438d07 A64/translate: Add TranslateSingleInstruction function | |||
| 2018-01-12 | Massive removal of unused modules | James Rowe | |
| 2018-01-12 | boost: Update version. | bunnei | |
| 2018-01-12 | core: Gut out cryptop, since it doesn't compile with C++17. | bunnei | |
| 2018-01-12 | dynarmic: Update to 83afe435 | MerryMage | |
| 2018-01-12 | arm_dynarmic: Implement core | MerryMage | |
| 2018-01-08 | fix macos build | MerryMage | |
| 2018-01-04 | cmake: Add script to find Unicorn. | bunnei | |
| 2018-01-04 | cmake: Don't compile Dynarmic as it's unused. | bunnei | |
| 2018-01-03 | externals: Point dynarmic at a real commit. | bunnei | |
| 2017-10-25 | externals: Update dynarmic and xbyak. | bunnei | |
| 2017-10-09 | Merge remote-tracking branch 'upstream/master' into nx | bunnei | |
| # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h | |||
| 2017-09-30 | externals: Add lz4. | bunnei | |
| 2017-09-11 | Build: Enable SSL in mingw by linking against WinSSL | James Rowe | |
| 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-08-20 | externals: Update soundtouch | MerryMage | |
| 2017-08-08 | Update cryptopp | James | |
| 2017-07-18 | Add description of upstream repo | James | |
| 2017-07-18 | Don't pull in entire JSON repo for single header file | James | |
| 2017-07-13 | Merge pull request #2824 from jroweboy/mingw_compile_test | Weiyi Wang | |
| Update enet submodule | |||
| 2017-07-12 | Update enet submodule | James Rowe | |
| This includes a fix merged upstream to support mingw compilation | |||
| 2017-07-11 | web_service: Add CMake flag to enable. | bunnei | |
| 2017-07-09 | externals: Add JSON as a submodule. | bunnei | |
| 2017-07-09 | externals: Add CPR as a submodule. | bunnei | |
| 2017-07-07 | Implement 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-06-24 | externals: silence warning C4390 on MSVC for cryptopp (#2805) | Klöen Lansfiel | |
| 2017-06-17 | Stop using reserved operator names (and/or/xor) with Xbyak | Yuri Kunde Schlesner | |
| Also has the Dynarmic upgrade with the same change | |||
| 2017-06-11 | Externals: Upgrade bundled Boost to 1.64 | Yuri Kunde Schlesner | |
| 2017-05-27 | CMake: Move definitions of externals to the CMakeLists in that directory | Yuri Kunde Schlesner | |
| 2017-05-27 | CMake: Create an INTERFACE target for Catch | Yuri Kunde Schlesner | |
| 2017-05-27 | CMake: Add cryptopp include path to target property | Yuri Kunde Schlesner | |
| 2017-05-27 | CMake: Use target properties to add inih include paths | Yuri Kunde Schlesner | |
| 2017-05-27 | CMake: Stop using FindOpenGL, which seems to not be required anymore | Yuri Kunde Schlesner | |
| 2017-05-27 | Add the fmt string formatting library | Yuri Kunde Schlesner | |
| More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications. | |||
| 2017-05-27 | Update dynarmic | Yuri Kunde Schlesner | |
| Updated to incorporate fix from MerryMage/dynarmic#106 which is required for using fmt in Citra. | |||
| 2017-05-21 | externals: Update catch to 1.9.4 | Lioncash | |
| 2017-03-12 | externals: Update to boost v1.63.0 | Yuri Kunde Schlesner | |
| 2017-02-21 | externals: remove -march=native for crypto++ | wwylele | |
| 2017-02-21 | HW: add AES engine & implement AES-CCM | wwylele | |
| 2017-02-13 | Core: add cryptopp library (#2412) | Weiyi Wang | |
| 2017-02-06 | externals: nihstro, update to latest master | Kloen | |
| 2017-02-04 | Fix Microprofile in MinGW (#2530) | Fernando Sahmkow | |
| 2017-02-04 | changed the WIN32 macro in microprofileui (#2528) | noah the goodra | |
| I changed the macro in microprofileui.h from WIN32 to _WIN32 so that it would correctly dectect that its being compiled on a windows platform | |||
| 2017-02-03 | arm_dynarmic: Update memory interface | MerryMage | |
| 2017-02-03 | arm_dynarmic: CP15 support | MerryMage | |
| 2017-01-28 | externals: Updated nihstro to latest master. Fix warning on MSVC | Kloen | |
| 2017-01-22 | Removed unused and outdated external qhexedit | Kloen | |
