Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-29 | Revert "CMake: Get Git submodule dependencies via CMake (#2474)" | Tobias | 1 | -3/+2 | |
This reverts commit 5cef446f42e698a524c6c3240fedb0031f8e5694. | |||||
2019-06-20 | CMake: Get Git submodule dependencies via CMake (#2474) | Frederic L | 1 | -2/+3 | |
* CMake: Get Git submodule dependencies via CMake * CMakeLists: Fixed unintentional line break * travis: Bring parity between linux-mingw and linux build script * CMakeLists: Fixed typo in error message | |||||
2019-04-20 | Launch directly in Mac without terminal | tkeph616 | 1 | -12/+0 | |
2019-04-16 | travis: Use Ninja for Travis builds | Cameron Cawley | 3 | -3/+4 | |
2019-04-15 | travis: use prebuilt image (#3839) | liushuyu | 6 | -17/+4 | |
* travis: use prebuilt image * travis: use prebuilt image (MinGW) | |||||
2019-03-23 | travis/macos: Use macpack to bundle dependencies | Alex James | 2 | -3/+4 | |
This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch. | |||||
2019-03-23 | travis: Simplify macos/upload.sh | MerryMage | 1 | -81/+11 | |
2019-03-08 | travis: Bump macOS version to 10.14 | Lioncash | 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. | |||||
2018-12-29 | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 1 | -1/+1 | |
2018-12-28 | cmake: Add USE_QT_WEB_ENGINE flag and update build system | Zach Hilman | 2 | -3/+3 | |
2018-11-28 | Add missing environment variables to travis-ci.env | Cameron Cawley | 1 | -0/+2 | |
2018-11-16 | Include imageformat dependencies with releases | Jcw87 | 1 | -0/+1 | |
2018-10-28 | Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14" | Tobias | 1 | -1/+1 | |
2018-10-25 | Update MACOSX_DEPLOYMENT_TARGET to 10.14 | Frederic L | 1 | -1/+1 | |
2018-10-24 | travis: Use pre-built image for clang-format target | Cameron Cawley | 3 | -5/+2 | |
2018-10-16 | travis: Ignore binary files when checking for trailing whitespace | Cameron Cawley | 1 | -1/+1 | |
2018-10-02 | Port web_service from Citra | fearlessTobi | 4 | -3/+7 | |
2018-09-30 | OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13 | B3n30 | 1 | -1/+1 | |
2018-09-19 | travis: running mingw build on travis ci | tech4me | 8 | -2/+193 | |
This commit also fixed a broken cmake dependency with unicorn | |||||
2018-08-31 | travis: use Citras ccache | fearlessTobi | 3 | -12/+4 | |
2018-08-29 | Show game compatibility within yuzu | fearlessTobi | 2 | -2/+2 | |
2018-08-29 | Remove Citra specific variable | fearlessTobi | 1 | -3/+0 | |
2018-08-29 | travis: share env variables with Docker | liushuyu | 2 | -1/+16 | |
2018-06-07 | Add ccache support for macOS on Travis | Michał Janiszewski | 2 | -1/+5 | |
2018-06-07 | Add ccache support for Linux on Travis | Michał Janiszewski | 2 | -2/+8 | |
2018-06-07 | Install cmake from repositories for Ubuntu | Michał Janiszewski | 1 | -5/+1 | |
Ubuntu 18.04 already has cmake 3.10.2 | |||||
2018-05-28 | Use Ninja for Travis builds | Michał Janiszewski | 1 | -3/+3 | |
2018-02-18 | Update build.sh | N00byKing | 1 | -1/+1 | |
2018-02-16 | Use Docker for Build Target clang-format for travis. | N00byKing | 3 | -0/+14 | |
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one. | |||||
2018-02-09 | dynarmic: Update to 41ae12263 | MerryMage | 1 | -1/+1 | |
Changes: Primarily implementing more A64 instructions | |||||
2018-01-27 | travis: Remove CMAKE_OSX_ARCHITECTURES argument | MerryMage | 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. | |||||
2018-01-21 | Travis: Update clang-format to 6.0 | James Rowe | 1 | -1/+1 | |
2018-01-16 | travis: Use more recent cmake on macOS | MerryMage | 1 | -0/+1 | |
2018-01-16 | Build: Add unicorn as a submodule and build it if needed | James Rowe | 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. | |||||
2018-01-15 | CMake: Output binaries to bin/ | spycrab | 2 | -4/+4 | |
2018-01-13 | Update build scripts | MerryMage | 7 | -34/+47 | |
2017-10-07 | travis: Split build scripts for different platforms | MerryMage | 10 | -0/+228 | |
This commit also separates clang-format from the linux build, closing #2702. |