summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2022-10-01Fix CODEOWNERS and fix missing quote in "Building for platform" messageAaron Franke
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-23SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde
2022-09-19SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde
2022-09-14SCons: Add `methods.get_version_info()` method returning a DictRémi Verschelde
2022-09-08SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde
2022-09-07SCons: Fix compilation database generation with MSVCRémi Verschelde
2022-09-04Add float arg to build_assemblies.pyAlmighty Laxz
2022-09-02SCons: Enforce version 4.0+ when `compiledb=yes` is usedRémi Verschelde
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-08-07Merge pull request #63919 from Faless/scons/4.x_easy_depsRémi Verschelde
2022-08-04[Scons] Implement module dependency sorting.Fabio Alessandrelli
2022-08-03Add Text Server related options to the build profiles editor.bruvzg
2022-07-22Merge pull request #63310 from akien-mga/scons-vsproj-windowsRémi Verschelde
2022-07-22SCons: Prevent using `vsproj` option outside WindowsRémi Verschelde
2022-07-22Merge pull request #62996 from reduz/feature-build-profilesRémi Verschelde
2022-07-22Implement Feature Build Profilesreduz
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-17SCons: Default `num_jobs` to max CPUs minus 1 if not specifiedRémi Verschelde
2022-07-07Only include editor/SCsub when building the editor: tools=yesMarcel Admiraal
2022-06-25Upgrade Android NDK to r23 LTSMarcel Admiraal
2022-05-03SCons: Don't enable any `-Werror=return-type` outside `werror=yes`Rémi Verschelde
2022-04-30SCons: Disable `-Werror=return-type` for GCC 12+ due to regressionRémi Verschelde
2022-03-28Remove last editor code dependencies in template buildRémi Verschelde
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-09Remove unused Bullet module and thirdparty codeRémi Verschelde
2022-02-23Implementing OpenXR driverBastiaan Olij
2022-02-09SCons: Make compilation database generation optionalRémi Verschelde
2022-02-08SCons: Add `fast_unsafe` option for faster rebuildsRémi Verschelde
2022-01-13Improve python helper modules declaration in SConstruct for compatibility wit...Emmanuel Leblond
2022-01-12Explicitly declare python helper modules in SConstruct to avoid unexpected sh...Emmanuel Leblond
2022-01-12Merge pull request #56308 from Calinou/scons-tweak-target-release-error-messageRémi Verschelde
2022-01-06Revert "Print a warning with unknown SCons variables to ease troubleshooting"Rémi Verschelde
2021-12-29Improve error when attempting to build with `tools=yes target=release`Hugo Locurcio
2021-12-06Rename `VideoPlayer` to `VideoStreamPlayer` for consistencyRémi Verschelde
2021-11-30Remove editor splash screen with sponsors logoRémi Verschelde
2021-11-21Print a warning with unknown SCons variables to ease troubleshootingHugo Locurcio
2021-11-19[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli
2021-11-02[macOS] Add support for OpenGLES3 video driver.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-15Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde
2021-10-15Remove WebM support (and deps libvpx and opus)Rémi Verschelde
2021-10-15SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde
2021-10-15Merge pull request #53829 from akien-mga/scons-py3.6Rémi Verschelde
2021-10-15SCons: Increase min Python version to 3.6Rémi Verschelde
2021-10-15SCons: Remove MD5-timestamp and implicit cache optimizationsRémi Verschelde
2021-09-28Force optimized builds for thirdparty Embree filesjfons