Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: Use Ninja for Travis builds | Cameron Cawley | 2019-04-16 | 1 | -0/+1 |
| | |||||
* | travis: Bump macOS version to 10.14 | Lioncash | 2019-03-08 | 1 | -1/+1 |
| | | | | | | | For whatever bizarre reason, Apple only made a few of std::optional's member functions available on newer SDK versions. Given we can't even run yuzu on macOS, and we keep the builder around to ensure that it always at least compiles on macOS, we can bump this up a version. | ||||
* | cmake: Add USE_QT_WEB_ENGINE flag and update build system | Zach Hilman | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14" | Tobias | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | Update MACOSX_DEPLOYMENT_TARGET to 10.14 | Frederic L | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13 | B3n30 | 2018-09-30 | 1 | -1/+1 |
| | |||||
* | travis: running mingw build on travis ci | tech4me | 2018-09-19 | 1 | -1/+3 |
| | | | | This commit also fixed a broken cmake dependency with unicorn | ||||
* | travis: use Citras ccache | fearlessTobi | 2018-08-31 | 1 | -4/+1 |
| | |||||
* | Show game compatibility within yuzu | fearlessTobi | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | Add ccache support for macOS on Travis | Michał Janiszewski | 2018-06-07 | 1 | -0/+4 |
| | |||||
* | dynarmic: Update to 41ae12263 | MerryMage | 2018-02-09 | 1 | -1/+1 |
| | | | | Changes: Primarily implementing more A64 instructions | ||||
* | travis: Remove CMAKE_OSX_ARCHITECTURES argument | MerryMage | 2018-01-27 | 1 | -1/+1 |
| | | | | | Unicorn only builds a x86_64 library, without a x86_64h slice. We can't link against x86_64-only in this manner for static libraries. | ||||
* | Build: Add unicorn as a submodule and build it if needed | James Rowe | 2018-01-16 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Update build scripts | MerryMage | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | travis: Split build scripts for different platforms | MerryMage | 2017-10-07 | 1 | -0/+12 |
This commit also separates clang-format from the linux build, closing #2702. |