Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GPL license.txt and README.md to builds | Jannik Vogel | 2016-06-21 | 1 | -4/+4 |
| | |||||
* | Fix AppVeyor WinSCP download | Yuri Kunde Schlesner | 2016-06-15 | 1 | -5/+3 |
| | |||||
* | Appveyor: Restore working directory after test_script (#1835) | Maribel | 2016-05-21 | 1 | -1/+1 |
| | |||||
* | Tests: Run tests on CI | MerryMage | 2016-05-19 | 1 | -1/+4 |
| | |||||
* | tests: Infrastructure for unit tests | MerryMage | 2016-05-19 | 1 | -0/+4 |
| | |||||
* | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2016-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files | ||||
* | Update appveyor.yml to use VS2015 CMake generator | archshift | 2016-01-04 | 1 | -1/+3 |
| | |||||
* | AppVeyor: Use Visual Studio 2015 | bunnei | 2015-09-30 | 1 | -2/+1 |
| | |||||
* | CMake: Remove support for QTDIR environment variable | Yuri Kunde Schlesner | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | Using this variable is problematic is the user has several versions of Qt installed on their system. There is no way to know ahead of time if the Qt version pointed to by QTDIR matches the toolchain that is being targeted. The Qt installation path can still be easily specified if it's not found by CMake by setting the Qt5_DIR cache variable after the initial configuration run, so this shouldn't present an usability issue. | ||||
* | CMake: Add option to download Qt and GLFW binaries over HTTP | Yuri Kunde Schlesner | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | AppVeyor: Remove submodule checkout depth | Yuri Kunde Schlesner | 2015-07-07 | 1 | -1/+1 |
| | | | | | This avoid intermittent build failures due to a commit not being reachable using a fixed depth, at the expense of longer checkout times. | ||||
* | AppVeyor: Remove os: unstable | Trung Do | 2015-06-24 | 1 | -3/+0 |
| | | | The default os has Qt now, so there no need for the unstable os. | ||||
* | AppVeyor: update WinSCP download link with one that should never expire | archshift | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | AppVeyor: update WinSCP download link (with direct download link) | archshift | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | AppVeyor: update WinSCP download link | archshift | 2015-06-15 | 1 | -2/+2 |
| | | | Goodbye, SourceForge! | ||||
* | Appveyor: Create a second archive with only the binaries, for people who don’t have much bandwidth. | Emmanuel Gil Peyrot | 2015-06-15 | 1 | -0/+4 |
| | |||||
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -2/+2 |
| | |||||
* | Updated the appveyor build to no longer copy the QT dlls since it is done in post build now. | James Rowe | 2015-03-28 | 1 | -11/+1 |
| | |||||
* | Remove mysterious spaces that were added by `git show --format` | archshift | 2015-03-20 | 1 | -4/+5 |
| | | | | | | | No idea why these spaces are only added on recent revisions of Citra (older revisions did not have this problem). Let's just remove the spaces then in Powershell. | ||||
* | Strip newlines on the build name before trying to upload. | archshift | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | CI: upload builds to builds.citra-emu.org instead of MEGA | archshift | 2015-03-17 | 1 | -15/+24 |
| | |||||
* | Appveyor: Adjust clone depth settings | Yuri Kunde Schlesner | 2015-02-08 | 1 | -2/+2 |
| | | | | | | | The submodule update was doing a full clone. Also increase clone depth a bit, since it can apparently cause issues checking out the source if there are too many concurrent PRs trying to build (causing the commit for the build to not be the top one on the repository anymore). | ||||
* | Appveyor: Do x64 builds | Yuri Kunde Schlesner | 2015-02-08 | 1 | -12/+12 |
| | |||||
* | AppVeyor: Use Citra's Mega account | Chin | 2015-01-24 | 1 | -2/+2 |
| | |||||
* | AppVeyor: Add qwindows.dll to the build | Chin | 2015-01-24 | 1 | -0/+2 |
| | |||||
* | AppVeyor: Sanitize the file name before uploading | Chin | 2015-01-24 | 1 | -6/+5 |
| | |||||
* | AppVeyor: Change to release build instead of debug | chinhodado | 2015-01-24 | 1 | -10/+16 |
| | |||||
* | AppVeyor: Upload build to Mega upon build completion | chinhodado | 2015-01-24 | 1 | -0/+26 |
| | |||||
* | AppVeyor: Use shallow clone | chinhodado | 2015-01-11 | 1 | -2/+2 |
| | |||||
* | Add appveyor.yml | Chin | 2015-01-11 | 1 | -0/+17 |