Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Travis: Update Android NDK to r18 | Rémi Verschelde | 2018-10-02 | 1 | -5/+5 |
| | |||||
* | Style: Enable clang-format on GLSL shaders | Rémi Verschelde | 2018-08-27 | 1 | -1/+1 |
| | | | | | | | As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk. | ||||
* | Travis: Update clang-format version in shell script | Rémi Verschelde | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | Travis: Upgrade scons-local to 3.0.1 on OSX | Rémi Verschelde | 2018-04-12 | 1 | -2/+2 |
| | | | | Also change URL, prdownload alias seems broken right now on SF. | ||||
* | Style: Apply clang-format to Java files | Rémi Verschelde | 2017-12-10 | 1 | -1/+1 |
| | | | | Only those from org/godotengine/godot though, not the thirdparty ones. | ||||
* | Style: Update definitions for clang-format 5.0.0 | Rémi Verschelde | 2017-12-07 | 1 | -1/+1 |
| | | | | This will be the new standard from now on. | ||||
* | change matrix and enable caching for Android, iOS and macOS (cross-compile) | Rhody Lugo | 2017-11-13 | 4 | -0/+275 |
| | |||||
* | Style: Apply clang-format (3.9.1) to Obj-C++ files | Rémi Verschelde | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Travis: Run clang-format static check | Rémi Verschelde | 2017-03-19 | 1 | -0/+40 |
Commits or PRs that do not respect the clang-format style that we enforce will fail the test. Adding ubuntu-toolchain-r-test as its libstdc++ is necessary to install libllvm-3.9. |