summaryrefslogtreecommitdiffstats
path: root/externals (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use Ninja for MSVC AppVeyor builds" (#584)bunnei2018-06-231-2/+2
|
* Use Ninja for MSVC AppVeyor buildsMichał Janiszewski2018-06-051-2/+2
|
* externals: Update dynarmicLioncash2018-05-231-0/+0
| | | | Updates dynarmic to revision 990a569b7a5f2518fe08682f5ebf8536e5388d66
* externals: Update dynarmicLioncash2018-04-281-0/+0
| | | | Just a basic update to keep it in sync
* externals: Update dynarmic to HEADLioncash2018-04-201-0/+0
|
* Update fmtlib to fix msvc warningsJames Rowe2018-04-061-0/+0
| | | | | | Additionally, when updating fmtlib, there was a change in fmtlib broke how the old logging macro was overloaded, so this works around that by just naming the fmtlib macro impl something different
* externals: Update fmt to 4d35f94Daniel Lim Wee Soong2018-04-022-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.
* dynarmic: Update to 9cc12d8MerryMage2018-03-291-0/+0
| | | | | | 9cc12d8 abi: Missing includes ac35ad5 emit_x64_floating_point: Near jump instead of short jump in FPMinNumberic{32,64} 6f03fdd A64: system: Use an enum class for MRS/MSR register encodings
* dynarmic: Update to 12a1020MerryMage2018-03-271-0/+0
| | | | | | | | | | | | | | | 12a1020 emit_X64_floating_point: Near jmp to end instead of short jmp 6278f83 emit_x64_vector: Fix typo in VectorShuffleImpl 25a0204 A64: Implement REV64 aa92e33 bit_util: Do nothing in RotateRight if the rotation amount is zero e537985 A64: Implement REV32 (vector) f62a258 ir: Add IR opcodes for emitting vector shuffles 36ac6ec emit_x64_vector_floating_point: Fix out of bounds array access in EmitVectorOperation64 20a59a9 A64: Implement REV16 (vector) b2f7bb0 CMakeLists: Add fp_util, macro_util and math_util headers fd21b58 A64: Implement EOR3 and BCAX a48c0bb travis: Use yuzu's unicorn fork 59e62e0 externals: Update catch to v2.2.1
* externals: Update Glad to latest version used by Citra.bunnei2018-03-204-1071/+21262
|
* dynarmic: Update to 6b4c6b0MerryMage2018-02-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b4c6b0 impl: Update PC when raising exception 7a1313a A64: Implement FDIV (vector) b2d781d system: Raise exception for YIELD, WFE, WFI, SEV, SEVL b277bf5 Correct FPSR and FPCR 7673933 A64: Implement USHL 8d0e558 A64: Implement UCVTF (vector, integer), scalar variant da9a4f8 A64: Partially implement FCVTZU (scalar, fixed-point) and FCVTZS (scalar, fixed-point) 7479684 A64: Implement system register TPIDR_EL0 0fd75fd A64: Implement system registers FPCR and FPSR 31e370c A64: Implement system register CNTPCT_EL0 9a88fd3 A64: Implement system register CTR_EL0 1d16896 A64: Implement NEG (vector) 3184edf IR: Add IR instruction ZeroVector 31f8fbc emit_x64_floating_point: Add maybe_unused to preprocess parameter 567eb1a A64: Implement FMINNM (scalar) c6d8fa1 A64: Implement FMAXNM (scalar) 616056d constant_pool: Add frame parameter a3747cb A64: Implement ADDP (scalar) 5cd5d9f reg_alloc: Only exchange GPRs dd0452a A64: Implement DUP (element), scalar variant e5732ea emit_x64_floating_point: Correct FP{Max,Min}{32,64} implementations for -0/+0 40eb9c3 A64: Implement FMAX (scalar), FMIN (scalar) 7cef39b fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect 826dce2 travis: Switch unicorn repository 9605f28 a64/config: Allow NaN emulation accuracy to be set e9435bc a64_emit_x64: Add conf to A64EmitContext 30b596d fuzz_with_unicorn: Explicitly test floating point instructions be292a8 A64: Implement FSQRT (scalar) 3c42d48 backend_x64: Accurately handle NaNs 4aefed0 fuzz_with_unicorn: Print AArch64 disassembly
* updated dynarmicFernandoS272018-02-171-0/+0
|
* arm_dynarmic: Support direct page table accessMerryMage2018-02-122-0/+0
|
* dynarmic: Fix bug due to Windows ABI mismatchMerryMage2018-02-091-0/+0
|
* dynarmic: Update to 41ae12263MerryMage2018-02-092-0/+0
| | | | Changes: Primarily implementing more A64 instructions
* externals: Update catch to v2.1.1Lioncash2018-01-271-0/+0
|
* externals: Update dynarmicMerryMage2018-01-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | a6d17e A64: Implement AND (vector) 963453 tests/A64: Randomize vectors adcd34 tests/A64/unicorn: Print interrupt number when InterruptHook is hit 304c91 tests/A64: Allow RunTestInstance to start from an arbitrary offset d333b5 A64: Implement ADD (vector, vector) 1cf87a A64: Implement REV, REV32, and REV16 (#126) 9fc157 IR: Simplify types. F32 -> U32, F64 -> U64, F128 -> U128 50c181 reg_alloc: GetBitWidth: Add UNREACHABLE adccbf reg_alloc: Consider bitwidth of data and registers when emitting instructions 7b7f23 A64: Implement CSEL 2f8413 IR: Implement Conditional Select ebb3e8 A64/tests: Split unicorn sanity checking from other tests 5740a0 tests/A64: Single random instruction: Test branch instructions as well 0892b4 A64/translate/branch: bug: Read-after-write error in BLR e77bc2 A64: Implement SBFM, BFM, UBFM 0c37ca A64: Implement MOVN, MOVZ, MOVK b6bb59 travis: Print current test information e77207 fuzz_thumb: Off by one error a04ca2 ir/location_descriptor: Add missing <functional> header for std::hash 1e0f5c travis: Run A64 tests
* Merge pull request #84 from lioncash/cmakebunnei2018-01-183-27/+19
|\ | | | | CMakeLists: Derive the source directory grouping from targets themselves
| * CMakeLists: Derive the source directory grouping from targets themselvesLioncash2018-01-183-27/+19
| | | | | | | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
* | externals: Update catch to 2.1.0Lioncash2018-01-181-0/+0
|/
* Build: Add unicorn as a submodule and build it if neededJames Rowe2018-01-161-0/+0
| | | | | | | 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.
* Fix some warningsunknown2018-01-151-3/+3
|
* Fix some warnings in the microprofileAndrix442018-01-151-4/+4
|
* externals: Remove unused repos.bunnei2018-01-144-0/+0
|
* Update dynarmic to bc73004MerryMage2018-01-131-0/+0
| | | | | | | | | | | | | | | | | | 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
* Massive removal of unused modulesJames Rowe2018-01-133-14560/+0
|
* boost: Update version.bunnei2018-01-131-0/+0
|
* core: Gut out cryptop, since it doesn't compile with C++17.bunnei2018-01-133-171/+0
|
* dynarmic: Update to 83afe435MerryMage2018-01-121-0/+0
|
* arm_dynarmic: Implement coreMerryMage2018-01-122-1/+9
|
* fix macos buildMerryMage2018-01-091-0/+0
|
* cmake: Add script to find Unicorn.bunnei2018-01-051-0/+18
|
* cmake: Don't compile Dynarmic as it's unused.bunnei2018-01-041-8/+1
|
* externals: Point dynarmic at a real commit.bunnei2018-01-041-0/+0
|
* externals: Update dynarmic and xbyak.bunnei2017-10-252-0/+0
|
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-105-2/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Build: Enable SSL in mingw by linking against WinSSLJames Rowe2017-09-111-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.
| * externals: Update soundtouchMerryMage2017-08-211-0/+0
| |
| * Update cryptoppJames2017-08-081-0/+0
| |
* | externals: Add lz4.bunnei2017-09-302-0/+5
|/
* Add description of upstream repoJames2017-07-181-0/+7
|
* Don't pull in entire JSON repo for single header fileJames2017-07-183-1/+14517
|
* Merge pull request #2824 from jroweboy/mingw_compile_testWeiyi Wang2017-07-131-0/+0
|\ | | | | Update enet submodule
| * Update enet submoduleJames Rowe2017-07-131-0/+0
| | | | | | | | This includes a fix merged upstream to support mingw compilation
* | web_service: Add CMake flag to enable.bunnei2017-07-121-10/+12
| |
* | externals: Add JSON as a submodule.bunnei2017-07-102-0/+4
| |
* | externals: Add CPR as a submodule.bunnei2017-07-092-0/+6
|/
* Implement basic virtual Room support based on enet (#2803)B3n302017-07-072-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
* externals: silence warning C4390 on MSVC for cryptopp (#2805)Klöen Lansfiel2017-06-251-0/+5
|
* Stop using reserved operator names (and/or/xor) with XbyakYuri Kunde Schlesner2017-06-172-3/+1
| | | | Also has the Dynarmic upgrade with the same change
* Externals: Upgrade bundled Boost to 1.64Yuri Kunde Schlesner2017-06-111-0/+0
|
* CMake: Move definitions of externals to the CMakeLists in that directoryYuri Kunde Schlesner2017-05-281-6/+42
|
* CMake: Create an INTERFACE target for CatchYuri Kunde Schlesner2017-05-281-0/+4
|
* CMake: Add cryptopp include path to target propertyYuri Kunde Schlesner2017-05-281-2/+4
|
* CMake: Use target properties to add inih include pathsYuri Kunde Schlesner2017-05-281-0/+1
|
* CMake: Stop using FindOpenGL, which seems to not be required anymoreYuri Kunde Schlesner2017-05-281-1/+2
|
* Add the fmt string formatting libraryYuri Kunde Schlesner2017-05-272-0/+1
| | | | | | | More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications.
* Update dynarmicYuri Kunde Schlesner2017-05-271-0/+0
| | | | | Updated to incorporate fix from MerryMage/dynarmic#106 which is required for using fmt in Citra.
* externals: Update catch to 1.9.4Lioncash2017-05-221-0/+0
|
* externals: Update to boost v1.63.0Yuri Kunde Schlesner2017-03-131-0/+0
|
* externals: remove -march=native for crypto++wwylele2017-02-211-8/+1
|
* HW: add AES engine & implement AES-CCMwwylele2017-02-211-0/+0
|
* Core: add cryptopp library (#2412)Weiyi Wang2017-02-133-0/+171
|
* externals: nihstro, update to latest masterKloen2017-02-061-0/+0
|
* Fix Microprofile in MinGW (#2530)Fernando Sahmkow2017-02-051-1/+1
|
* changed the WIN32 macro in microprofileui (#2528)noah the goodra2017-02-041-1/+1
| | | | 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
* arm_dynarmic: Update memory interfaceMerryMage2017-02-031-0/+0
|
* arm_dynarmic: CP15 supportMerryMage2017-02-032-0/+0
|
* externals: Updated nihstro to latest master. Fix warning on MSVCKloen2017-01-281-0/+0
|
* Removed unused and outdated external qhexeditKloen2017-01-2210-2346/+0
|
* arm_dynarmic: Provide MemoryReadCode callbackMerryMage2016-12-221-0/+0
| | | | Change of interface in dynarmic 36082087ded632079b16d24137fdd0c450ce82ea
* Externals: Add XbyakYuri Kunde Schlesner2016-12-152-0/+8
|
* externals: Update DynarmicYuri Kunde Schlesner2016-12-151-0/+0
| | | | Required to be able to use Xbyak in Citra without header conflicts.
* Dynarmic: Update dynarmic to versionSubv2016-12-051-0/+0
| | | | | | | | | | | | | | | | | | | | | | | 54d051977f7a6af9c7596ba6a4e6eb467bd1e0bc dynarmic log: 54d0519 emit_x64: Use movdqa instead of movaps in EmitPackedSubU8 52e1445 Implement USUB8:33 2016 +0000 5c1aab1 Implement CLZ 1a1646d Implement UADD8 7cad694 IR: Implement new pseudo-operation GetGEFromOp 370f654 fuzz_arm: Add tests for parallel add/subtract (modulo) 25f21b5 emit_x64: Inline nzcv computation into EmitFPCompare32 and EmitFPCompare64 52fdec5 CMakeLists: Add support for LLVM on Windows cede5e4 emit_x64: Use xorps/xorpd when argument to TransferToFP32/TransferToFP64 is an immediate zero e166965 Implement VCMP2:33 2016 +0000 f2fe376 Support 64-bit immediates ff00b8c Document register allocator and return stack buffer optimization 95f34c6 reg_alloc: Remove unnecessary breaks after returns (#54) dc9707e externals: Update xbyak to 5.32 de1f831 microinstruction: Make use_count private (#53) 3621a92 reg_alloc: Register allocator related constraints belong with the rest of the register allocator
* dynarmic: Fix ABI violationMerryMage2016-11-301-0/+0
| | | | | | | Caused by not saving/restoring the x64 r15 register on entry/exit from JITted code. Closes #2224.
* Update dynarmic to the latest version (#2234)James Rowe2016-11-301-0/+0
|
* Add mingw compile supportJames Rowe2016-11-141-2/+2
|
* microprofile: unbreak on POSIX systemsJan Beich2016-10-282-4/+5
| | | | | | | | | | | | | | | | In file included from src/common/microprofile.cpp:7: In file included from src/./common/microprofile.h:23: externals/microprofile/microprofile.h:830:5: error: use of undeclared identifier 'MP_BREAK' MP_ASSERT(t == nBegin); ^ externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT' ^ externals/microprofile/microprofile.h:831:5: error: use of undeclared identifier 'MP_BREAK' MP_ASSERT(nTimerIndex == (nToken&0x3fff)); ^ externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT' ^ [...]
* dynarmic: Add new submodule.bunnei2016-09-151-0/+0
|
* externals/boost: Use latest upstream with variant.bunnei2016-09-151-0/+0
|
* Fixes SDL2.dll copy to bindir on windowsLectem2016-07-211-0/+9
|
* tests: Infrastructure for unit testsMerryMage2016-05-191-0/+0
|
* Externals: Add soundtouchMerryMage2016-04-281-0/+0
|
* microprofileui: Use correct printf specifierSam Spilsbury2016-04-231-0/+5
|
* microprofile: Use std::absSam Spilsbury2016-04-231-1/+1
| | | | | Using the global-namespace C function will cause the wrong overload to get picked
* Update to ext-boost with interval_maptfarley2016-04-211-0/+0
|
* Merge pull request #1517 from Lectem/fixSDLcmakebunnei2016-03-231-1/+7
|\ | | | | fix SDL2 detection for Visual
| * fix SDL2 detection for VisualLectem2016-03-141-1/+7
| |
* | Update nihstro to latest masterJannik Vogel2016-03-151-0/+0
|/
* externals: Remove unused GLFW library from the repo.bunnei2016-03-0415-3718/+0
|
* Dependencies: Remove GLFW, Add SDL2MerryMage2016-03-022-0/+252
| | | | | | | | | | | | | | citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files
* Externals: Regenerate GLAD with GL_KHR_debug support.Emmanuel Gil Peyrot2015-10-172-384/+591
|
* CMake: Add missing library required by Linux for compiling gladYuri Kunde Schlesner2015-09-071-0/+3
|
* Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner2015-08-305-0/+3966
| | | | | | The main advantage of switching to glad from glLoadGen is that, apart from being actively maintained, it supports a customizable entrypoint loader function, which makes it possible to also support OpenGL ES.
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-254-0/+10794
| | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view.
* Update boost external to v1.59.0Yuri Kunde Schlesner2015-08-171-0/+0
|
* Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei2015-08-161-0/+0
| | | | | - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT.
* Update nihstro to latest masterYuri Kunde Schlesner2015-07-261-0/+0
|
* getopt: Fix macro redefinition warningYuri Kunde Schlesner2015-07-141-1/+0
| | | | We already define _CRT_SECURE_NO_WARNINGS
* getopt: Fix compilation settingsYuri Kunde Schlesner2015-07-141-2/+2
| | | | | | INTERFACE doesn't define the symbol when compiling the library itself. PUBLIC should be used when the definition is needed both by the library and by the users.
* Implement new argument parsing using getopt and add the corresponding library to externalsGreg Wicks2015-07-123-0/+1110
|
* Update bundled GLFW to 3.1.1Yuri Kunde Schlesner2015-05-2532-673/+1877
| | | | | It may be necessary to fix the CMake paths manually for an exsting CMake cache after this change.
* vertex_shader: Implement MADI instruction.bunnei2015-05-101-0/+0
| | | | nihstro: Update submodule to latest upstream/master to support MADI instruction decoding.
* Update nihstro submodule to the initial release version.archshift2015-03-081-0/+0
| | | | Includes more opcodes to implement in the future.
* Update ext-boost commit again which got reverted by #500Yuri Kunde Schlesner2015-02-121-0/+0
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-0/+0
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Update boost externalYuri Kunde Schlesner2015-02-021-0/+0
|
* Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.Tony Wasserka2015-01-131-0/+0
|
* Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner2015-01-091-0/+0
|
* Clipper: Avoid dynamic allocationsYuri Kunde Schlesner2014-12-291-0/+0
| | | | | | The triangle clipper was allocating its temporary input, output and work buffers using a std::vector. Since this is a hot path, it's desirable to use stack allocation instead.
* Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka2014-12-201-0/+0
|
* externals: Add boost submodule.Tony Wasserka2014-12-071-0/+0
|
* Added configuration file system.archshift2014-10-082-0/+11
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* CMake cleanupYuri Kunde Schlesner2014-09-011-6/+9
| | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
* Update GLFW to 3.0.4 and include x64 lib for MSVCYuri Kunde Schlesner2014-09-0128-61/+91
|
* Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner2014-09-0123-21302/+0
| | | | | | | | | This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows.
* Remove documentation for external modules.Yuri Kunde Schlesner2014-08-23245-29154/+0
| | | | We don't need these and they clutter up the repository.
* Add Qt5 option. Use Qt5 by default.Sacha2014-08-193-5/+9
|
* CMake CleanupSacha2014-08-181-4/+6
|
* Indent fixesarchshift2014-05-191-29/+29
|
* Added FindGLEW to cmake-modulesarchshift2014-05-171-0/+47
|
* fixes to scm_rev generation to make it conistent with windows buildbunnei2014-04-241-0/+28
|
* added scm rev generation on Linux/cmakebunnei2014-04-242-0/+168
|
* adding initial project layoutShizZy2013-08-30287-0/+55230