Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Merge pull request #1818 from ccawley2011/patch-1 | Hexagon12 | 2019-01-30 | 1 | -0/+2 |
|\ | | | | | Add missing environment variables to travis-ci.env | ||||
| * | Add missing environment variables to travis-ci.env | Cameron Cawley | 2018-11-28 | 1 | -0/+2 |
| | | |||||
* | | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 2018-12-29 | 1 | -1/+1 |
| | | |||||
* | | cmake: Add USE_QT_WEB_ENGINE flag and update build system | Zach Hilman | 2018-12-28 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #1555 from ccawley2011/clang-format-docker | bunnei | 2018-11-19 | 3 | -5/+2 |
|\ | | | | | travis: Use pre-built image for clang-format target | ||||
| * | travis: Use pre-built image for clang-format target | Cameron Cawley | 2018-10-24 | 3 | -5/+2 |
| | | |||||
* | | Include imageformat dependencies with releases | Jcw87 | 2018-11-16 | 1 | -0/+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 |
|/ | |||||
* | travis: Ignore binary files when checking for trailing whitespace | Cameron Cawley | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 4 | -3/+7 |
| | |||||
* | 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 | 8 | -2/+193 |
| | | | | This commit also fixed a broken cmake dependency with unicorn | ||||
* | travis: use Citras ccache | fearlessTobi | 2018-08-31 | 3 | -12/+4 |
| | |||||
* | Merge pull request #1195 from FearlessTobi/port-gamelist-compat | bunnei | 2018-08-31 | 2 | -2/+2 |
|\ | | | | | yuzu: Show game compatibility in the game list (PR ported from Citra) | ||||
| * | Show game compatibility within yuzu | fearlessTobi | 2018-08-29 | 2 | -2/+2 |
| | | |||||
* | | Remove Citra specific variable | fearlessTobi | 2018-08-29 | 1 | -3/+0 |
| | | |||||
* | | travis: share env variables with Docker | liushuyu | 2018-08-29 | 2 | -1/+16 |
|/ | |||||
* | Add ccache support for macOS on Travis | Michał Janiszewski | 2018-06-07 | 2 | -1/+5 |
| | |||||
* | Add ccache support for Linux on Travis | Michał Janiszewski | 2018-06-07 | 2 | -2/+8 |
| | |||||
* | Install cmake from repositories for Ubuntu | Michał Janiszewski | 2018-06-07 | 1 | -5/+1 |
| | | | | Ubuntu 18.04 already has cmake 3.10.2 | ||||
* | Use Ninja for Travis builds | Michał Janiszewski | 2018-05-28 | 1 | -3/+3 |
| | |||||
* | Update build.sh | N00byKing | 2018-02-18 | 1 | -1/+1 |
| | |||||
* | Use Docker for Build Target clang-format for travis. | N00byKing | 2018-02-16 | 3 | -0/+14 |
| | | | | This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one. | ||||
* | 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. | ||||
* | Travis: Update clang-format to 6.0 | James Rowe | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | travis: Use more recent cmake on macOS | MerryMage | 2018-01-16 | 1 | -0/+1 |
| | |||||
* | Build: Add unicorn as a submodule and build it if needed | James Rowe | 2018-01-16 | 3 | -15/+3 |
| | | | | | | | 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. | ||||
* | CMake: Output binaries to bin/ | spycrab | 2018-01-15 | 2 | -4/+4 |
| | |||||
* | Update build scripts | MerryMage | 2018-01-13 | 7 | -34/+47 |
| | |||||
* | travis: Split build scripts for different platforms | MerryMage | 2017-10-07 | 10 | -0/+228 |
This commit also separates clang-format from the linux build, closing #2702. |