Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-06 | Merge pull request #1332 from FearlessTobi/port-web-backend | bunnei | |
Port web_service from Citra | |||
2018-10-02 | string_util: unify UTF8<->UTF16 conversion to codecvt | Weiyi Wang | |
2018-10-02 | Review comments -part 4 | fearlessTobi | |
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-09-25 | CMake: Remove superfluous CMAKE_RUNTIME_OUTPUT_DIRECTORY assignment | spycrab | |
2018-09-22 | Port citra-emu/citra#4214: "Set citra-qt project as default StartUp Project ↵ | fearlessTobi | |
in Visual Studio" | |||
2018-09-20 | Merge pull request #1225 from tech4me/travis-windows | James Rowe | |
travis: running mingw build on travis ci | |||
2018-09-19 | travis: running mingw build on travis ci | tech4me | |
This commit also fixed a broken cmake dependency with unicorn | |||
2018-09-12 | Update CMakeLists.txt | Frederic Laing | |
Set yuzu project as default StartUp Project in Visual Studio | |||
2018-08-29 | Show game compatibility within yuzu | fearlessTobi | |
2018-08-14 | CMakeLists: Add architecture detection for AArch64 | Lioncash | |
We already have an equivalent in place for the 32-bit ARM architecture, so we should also have one for the newer 64-bit ARM architecture as well. | |||
2018-08-12 | externals: Update to SDL2-2.0.8. | bunnei | |
2018-08-11 | CMakeLists: lowercase find_library usage | Lioncash | |
The rest of the CMake script uses lowercase for commands (which is the general CMake style), making it more consistent with surrounding code. | |||
2018-08-11 | CMakeLists: Change MSVC14 variable to MSVC_VERSION | Lioncash | |
Use of the MSVC14 variable is discouraged in the CMake documentation (which makes sense, since MSVC_VERSION is the more general appliable variable). | |||
2018-07-30 | audio_core: Implement Sink and SinkStream interfaces with cubeb. | bunnei | |
2018-06-23 | Revert "Use Ninja for MSVC AppVeyor builds" (#584) | bunnei | |
2018-06-05 | Drop /std:c++latest from MSVC command line | Michał Janiszewski | |
CMake already sets it to version 17 in all cases | |||
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 | |