Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | Merge pull request #66 from RiverCityRansomware/qtUpdate | bunnei | |
Updates CMakeLists to use Qt 5.10.0 instead of Qt 5.7 | |||
2018-03-21 | CMake: Set EMU_ARCH_BITS in CMakeLists.txt | N00byKing | |
2018-01-26 | Merge pull request #144 from KAMiKAZOW/patch-1 | bunnei | |
Install Linux icon in hicolor instead of pixmaps | |||
2018-01-25 | Fix typo for dependent options | James Rowe | |
2018-01-26 | Install Linux icon in hicolor instead of pixmaps | KAMiKAZOW | |
hicolor is the preferred location for applications. See https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#directory_layout Same as https://github.com/citra-emu/citra/pull/3007 | |||
2018-01-21 | CMakeLists: Fix unicorn build for macOS developers with x86_64-only systems | MerryMage | |
Some of us do not have any i386 libraries required to build x86-32 universal libraries. | |||
2018-01-21 | CMakeLists: Do not look for system Unicorn by default | MerryMage | |
Since we use a custom build of unicorn it doesn't make much sense to look for the system version, unless the user explicitly wants to override this. | |||
2018-01-20 | CMake: Conditionally turn on bundled libs for MSVC | James Rowe | |
Removes the annoying step when generating sln for MSVC where you have to click an extra checkbox after the first generate fails by using a conditional option. The USE_BUNDLED options will be off by default, but if the enable_lib option is enabled and the toolset is msvc, they are turned ON. | |||
2018-01-20 | CMake: Add a custom clang format target | James Rowe | |
Checks to see if clang-format can be found, and if it is, sets up a custom target that will run against the src dir and auto formats all files. In MSVC, this is a project, and in Makefiles, its a make target | |||
2018-01-19 | Port citra #3352 to yuzu (#103) | River City Ransomware | |
* Port citra #3352 to yuzu This change allows non x86_64 architectures to compile yuzu by skipping the building of dynarmic * Fixed clang-format errors * fixes more clang-format errors | |||
2018-01-17 | CMakeLists: Derive the source directory grouping from targets themselves | Lioncash | |
Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | |||
2018-01-17 | Update qt | River City Ransomware | |
Updates qt from 5.7 to 5.10.0, fixing some errors relating to setting the process dpi | |||
2018-01-16 | CMake: Override PYTHON environment variable for libunicorn | spycrab | |
2018-01-16 | Build: Automagically handle unicorn | James Rowe | |
On MSVC if unicorn isn't found, fallback to bundled unicorn On everything else, fallback to building unicorn in externals Also fixes loading unicorn in msvc | |||
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 | rename CITRA to YUZU | Simonx22 | |
2018-01-15 | Merge pull request #17 from spycrab/bindir | bunnei | |
CMake: Output binaries to bin/ | |||
2018-01-15 | CMake: Output binaries to bin/ | spycrab | |
2018-01-14 | fixed build for gcc c++17 / boost.icl incompatibility | Harry Prevor | |
2018-01-14 | Fix compilation on case-sensitive OSX | Robin Lambertz | |
When compiling on a case-sensitive filesystem on OSX, cmake doesn't find the FindUnicorn file, because it looks for Findunicorn.cmake. We should uses the correct case to avoid this issue. | |||
2018-01-13 | Add new icons and fix up the linux paths for install | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |
2018-01-12 | CMakeLists: Use C++ 17. | bunnei | |
2018-01-08 | cmake: Use LIBUNICORN_* on Windows. | bunnei | |
2018-01-08 | fix macos build | MerryMage | |
2018-01-04 | externals: Use unicorn DLL instead of static lib. | bunnei | |
2018-01-04 | unicorn: Use for arm interface on Windows. | 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-09-02 | Add manifest | DaMan | |
2017-08-03 | common: Add build timestamp to scm_rev. | bunnei | |
2017-07-23 | tests: Add tests for vadd | MerryMage | |
2017-07-16 | CMakeLists: Check that all submodules are present | MerryMage | |
2017-07-11 | web_service: Add CMake flag to enable. | bunnei | |
2017-06-24 | Set global definition WIN32_LEAN_AND_MEAN (#2807) | B3n30 | |
Set definition WIN32_LEAN_AND_MEAN to avoid windows.h including a lot of libs that are usually not used. | |||
2017-06-17 | CMake: Set MSVC flags for improved C++ standards conformance | Yuri Kunde Schlesner | |
This makes the compiler stricter and also enables small optimizations. | |||
2017-05-27 | CMake: Re-organize root CMakeLists.txt file | Yuri Kunde Schlesner | |
Separates the file into sections and re-orders things to fit in them | |||
2017-05-27 | CMake: Move definitions of externals to the CMakeLists in that directory | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Create INTERFACE targets for microprofile and nihstro | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Add SoundTouch 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: Define an interface target for SDL2 definitions | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Remove CITRA_QT_LIBS var | Yuri Kunde Schlesner | |
This used to be required to support both Qt4 and Qt5, but we dropped Qt4 so it's not needed anymore. | |||
2017-05-27 | CMake: Stop using FindOpenGL, which seems to not be required anymore | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Use append instead of set to modify list | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Use IMPORTED target for Boost | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Use IMPORTED target for libpng | 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-02-04 | Fix Microprofile in MinGW (#2530) | Fernando Sahmkow | |
2017-01-22 | Removed unused and outdated external qhexedit | Kloen | |
2017-01-04 | Change deploy to use github releases instead, but only for the citra-nightly ↵ | James Rowe | |
repo |