summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Expand)AuthorAgeFilesLines
...
* SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>`Rémi Verschelde2022-07-221-4/+4
* Merge pull request #63225 from bruvzg/mac_renameRémi Verschelde2022-07-212-3/+3
|\
| * Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-212-3/+3
* | CI: Use Gold (GCC) and LLD (Clang) as linker for Linux sanitizers buildsRémi Verschelde2022-07-211-4/+4
|/
* Revert "CI: Disable Linux GCC ASAN temporarily"Riteo2022-07-201-2/+2
* CI: Disable Linux GCC ASAN temporarilyRémi Verschelde2022-07-201-2/+2
* SCons: Default `num_jobs` to max CPUs minus 1 if not specifiedRémi Verschelde2022-07-171-1/+1
* [macOS] Use statically linked MoltenVK by default, automatically detect Molte...bruvzg2022-07-031-1/+1
* Fix exit code of --help and --version, and test them in CIJan Haller2022-07-023-0/+6
* Add Godot 3.x -> Godot 4.x project converterRafał Mikrut2022-06-151-0/+12
* makerst: Print colored output for easier visual greppingHugo Locurcio2022-06-111-1/+1
* CI: Update Emscripten to 3.1.10Rémi Verschelde2022-05-101-1/+1
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-1/+1
* Remove redundant `godot-cpp` build stage.bruvzg2022-04-071-8/+0
* CI: Update black formatter and apply changesRémi Verschelde2022-04-051-1/+1
* Add CI build with clang sanitizers, increase stack size to 30 MB for builds w...bruvzg2022-04-011-2/+14
* CI: Re-enabled godot-cpp testRémi Verschelde2022-03-301-1/+1
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-1/+1
* CI: Reduce max cache to 7 GiB, remove Windows debug symbolsRémi Verschelde2022-03-301-1/+2
* CI: Limit Windows cache size again, otherwise we run out of spaceRémi Verschelde2022-03-281-1/+2
* CI: Update to actions/cache@v3, increase cache limit to 10 GiBRémi Verschelde2022-03-235-2/+8
* Ignore PhysicsServer3DExtension class in C#Raul Santos2022-03-181-18/+18
* Re-enable `godot-cpp` CI.bruvzg2022-03-171-3/+1
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-18/+18
* Make `-q` CLI argument toggle quiet stdout instead of quittingHugo Locurcio2022-03-131-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+3
* CI: Use mono_static=yes for Mono buildsRémi Verschelde2022-02-221-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+5
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+1
* CI: Force invalidate macOS cacheRémi Verschelde2022-02-041-1/+1
* CI: Rename macOS cache key to force a rebuildRémi Verschelde2022-01-111-1/+2
* CI: Update SwiftShader to 2021-10-02 buildRémi Verschelde2022-01-061-2/+2
* CI: Update links to regression test project and prebuilt SwiftShaderRémi Verschelde2022-01-061-6/+6
* Misc build system fixesAaron Franke2021-12-101-1/+1
* Add a double-precision editor build to CIAaron Franke2021-12-091-4/+4
* Add a minimal template build to CIAaron Franke2021-11-121-0/+8
* Enable mono editor build in CIqarmin2021-11-091-5/+24
* CI: Update black to 21.10b0Rémi Verschelde2021-11-031-1/+1
* CI: Update to clang-format 13 using LLVM repoRémi Verschelde2021-10-281-2/+4
* Merge pull request #54179 from aaronfranke/make-rstRémi Verschelde2021-10-261-1/+1
|\
| * Rename "makerst.py" to "make_rst.py"Aaron Franke2021-10-241-1/+1
* | clang-format: Enable `--Wno-error=unknown` for compat with older versionsRémi Verschelde2021-10-251-2/+2
|/
* Add CI step for compiling and testing godot-cppBastiaan Olij2021-10-211-0/+41
* CI: Run doctool in headless modeRémi Verschelde2021-10-201-9/+9
* Update Android CI to use JDK 11.Marcel Admiraal2021-10-091-2/+2
* CI: Build test binaries with debug symbols, then stripRémi Verschelde2021-09-223-6/+20
* [CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli2021-09-146-517/+214
* Fix CI after concurrencyMax Hilbrunner2021-08-257-7/+7
* CI: Cancel previous builds if new commit is pushedMax Hilbrunner2021-08-257-0/+28
* Fix github actions cache server being down failing buildsGordon MacPherson2021-08-186-0/+10