Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |