Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2408 from FearlessTobi/port-4215 | bunnei | 2019-05-03 | 1 | -0/+1 |
|\ | | | | | Port citra-emu/citra#4215: "travis: Use Ninja for Travis builds" | ||||
| * | travis: Use Ninja for Travis builds | Cameron Cawley | 2019-04-16 | 1 | -0/+1 |
| | | |||||
* | | Launch directly in Mac without terminal | tkeph616 | 2019-04-20 | 1 | -12/+0 |
|/ | |||||
* | travis/macos: Use macpack to bundle dependencies | Alex James | 2019-03-23 | 2 | -3/+4 |
| | | | | | This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch. | ||||
* | travis: Simplify macos/upload.sh | MerryMage | 2019-03-23 | 1 | -81/+11 |
| | |||||
* | 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 | 2 | -1/+5 |
| | |||||
* | 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: 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 | 2 | -7/+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. | ||||
* | CMake: Output binaries to bin/ | spycrab | 2018-01-15 | 1 | -2/+2 |
| | |||||
* | Update build scripts | MerryMage | 2018-01-13 | 3 | -23/+31 |
| | |||||
* | travis: Split build scripts for different platforms | MerryMage | 2017-10-07 | 3 | -0/+126 |
This commit also separates clang-format from the linux build, closing #2702. |