James Rowe
84a702e6c3
Build: Add unicorn as a submodule and build it if needed
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.
8 years ago
unknown
184871c5e9
Fix some warnings
8 years ago
Andrix44
6a9a0f4e51
Fix some warnings in the microprofile
8 years ago
bunnei
31fc09ae89
externals: Remove unused repos.
8 years ago
MerryMage
d3b17a5e9b
Update dynarmic to bc73004
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
8 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago
bunnei
599bc43ea4
boost: Update version.
8 years ago
bunnei
2817ec4da4
core: Gut out cryptop, since it doesn't compile with C++17.
8 years ago
MerryMage
4b27ec5b07
dynarmic: Update to 83afe435
8 years ago
MerryMage
ced9768819
arm_dynarmic: Implement core
8 years ago
MerryMage
66a015fe9a
fix macos build
8 years ago
bunnei
636d656b45
cmake: Add script to find Unicorn.
8 years ago
bunnei
6545152acd
cmake: Don't compile Dynarmic as it's unused.
8 years ago
bunnei
ac7c4f67b4
externals: Point dynarmic at a real commit.
8 years ago
bunnei
6be0783b9b
externals: Update dynarmic and xbyak.
8 years ago
bunnei
f4b1216c81
externals: Add lz4.
8 years ago
James Rowe
62a7372026
Build: Enable SSL in mingw by linking against WinSSL
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.
8 years ago
MerryMage
48aecbfbd3
externals: Update soundtouch
8 years ago
James
b09fccfe6d
Update cryptopp
8 years ago
James
7bbd6e7f38
Add description of upstream repo
9 years ago
James
5684dc8228
Don't pull in entire JSON repo for single header file
9 years ago
James Rowe
4127661f33
Update enet submodule
This includes a fix merged upstream to support mingw compilation
9 years ago
bunnei
7927c9b28f
web_service: Add CMake flag to enable.
9 years ago
bunnei
a13865c10f
externals: Add JSON as a submodule.
9 years ago
bunnei
7f37ccd0d8
externals: Add CPR as a submodule.
9 years ago
B3n30
64b6caf5f5
Implement basic virtual Room support based on enet ( #2803 )
* 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
9 years ago
Klöen Lansfiel
f76b0ede7a
externals: silence warning C4390 on MSVC for cryptopp ( #2805 )
9 years ago
Yuri Kunde Schlesner
ccdeacf149
Stop using reserved operator names (and/or/xor) with Xbyak
Also has the Dynarmic upgrade with the same change
9 years ago
Yuri Kunde Schlesner
8a676d13d4
Externals: Upgrade bundled Boost to 1.64
9 years ago
Yuri Kunde Schlesner
c79e2ddf39
CMake: Move definitions of externals to the CMakeLists in that directory
9 years ago
Yuri Kunde Schlesner
e04bfa22e7
CMake: Create an INTERFACE target for Catch
9 years ago
Yuri Kunde Schlesner
dfd2db3e37
CMake: Add cryptopp include path to target property
9 years ago
Yuri Kunde Schlesner
8ed1d57e63
CMake: Use target properties to add inih include paths
9 years ago
Yuri Kunde Schlesner
08a93f99d2
CMake: Stop using FindOpenGL, which seems to not be required anymore
9 years ago
Yuri Kunde Schlesner
c3114ab539
Add the fmt string formatting library
More info at http://fmtlib.net/
This commit was based on @jroweboy's work on his spdlog branch, but with
modifications.
9 years ago
Yuri Kunde Schlesner
00a9188dd5
Update dynarmic
Updated to incorporate fix from MerryMage/dynarmic#106 which is required
for using fmt in Citra.
9 years ago
Lioncash
d30a7765d7
externals: Update catch to 1.9.4
9 years ago
Yuri Kunde Schlesner
93bdb0a12e
externals: Update to boost v1.63.0
9 years ago
wwylele
c624e5f597
externals: remove -march=native for crypto++
9 years ago
wwylele
ec94c633b7
HW: add AES engine & implement AES-CCM
9 years ago
Emmanuel Gil Peyrot
37867b1fc2
dynarmic: Update the submodule.
This fixes a build issue on gcc 6 due to -Werror and a warning caused
by boost::optional, see:
https://github.com/MerryMage/dynarmic/issues/83
9 years ago
Weiyi Wang
2b5dc25f1c
Core: add cryptopp library ( #2412 )
9 years ago
Kloen
1a29849b43
externals: nihstro, update to latest master
9 years ago
Fernando Sahmkow
b0fd75916a
Fix Microprofile in MinGW ( #2530 )
9 years ago
noah the goodra
af1102df7a
changed the WIN32 macro in microprofileui ( #2528 )
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
9 years ago
MerryMage
5ba90abf00
arm_dynarmic: Update memory interface
9 years ago
MerryMage
c2717d3302
arm_dynarmic: CP15 support
9 years ago
Kloen
17ad1e1020
externals: Updated nihstro to latest master. Fix warning on MSVC
9 years ago
Kloen
9578e123ec
Removed unused and outdated external qhexedit
9 years ago
MerryMage
608278503c
arm_dynarmic: Provide MemoryReadCode callback
Change of interface in dynarmic 36082087de
9 years ago