summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGWRémi Verschelde2023-03-051-1/+1
* Merge pull request #73441 from akien-mga/linux-unbundling-fixesRémi Verschelde2023-02-171-2/+2
|\
| * Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-161-2/+2
* | Let VS solution name be overriddenPedro J. Estébanez2023-02-161-1/+2
|/
* SCons: Fix wrong `debug_symbols` default value in --helpRémi Verschelde2023-02-011-1/+1
* SCons: Fix feature build profile being parsed too lateRémi Verschelde2023-01-161-21/+20
* Alter linux debug stacktraces handling to support more environmentsEkaterina Vaartis2023-01-151-0/+3
* Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-3/+3
* SCons: Strip symbol table for builds with `debug_symbols=no`Rémi Verschelde2022-12-021-0/+6
* Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-311-0/+1
* Merge pull request #67000 from RandomShaper/split_render_furtherRémi Verschelde2022-10-111-2/+2
|\
| * Polish rendering driver refactor furtherPedro J. Estébanez2022-10-061-2/+2
* | SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-6/+0
* | SCons: Cleanup GCC warnings configurationRémi Verschelde2022-10-101-6/+14
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+25
|/
* Fix CODEOWNERS and fix missing quote in "Building for platform" messageAaron Franke2022-10-011-1/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-62/+93
* SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-1/+3
* SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-37/+34
* SCons: Add `methods.get_version_info()` method returning a DictRémi Verschelde2022-09-141-1/+1
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-30/+32
* SCons: Fix compilation database generation with MSVCRémi Verschelde2022-09-071-13/+13
* Add float arg to build_assemblies.pyAlmighty Laxz2022-09-041-1/+1
* SCons: Enforce version 4.0+ when `compiledb=yes` is usedRémi Verschelde2022-09-021-3/+6
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-11/+10
* Merge pull request #63919 from Faless/scons/4.x_easy_depsRémi Verschelde2022-08-071-9/+7
|\
| * [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-9/+7
* | Add Text Server related options to the build profiles editor.bruvzg2022-08-031-6/+12
|/
* Merge pull request #63310 from akien-mga/scons-vsproj-windowsRémi Verschelde2022-07-221-0/+3
|\
| * SCons: Prevent using `vsproj` option outside WindowsRémi Verschelde2022-07-221-0/+3
* | Merge pull request #62996 from reduz/feature-build-profilesRémi Verschelde2022-07-221-2/+22
|\ \ | |/ |/|
| * Implement Feature Build Profilesreduz2022-07-221-2/+22
* | Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-2/+16
* | SCons: Default `num_jobs` to max CPUs minus 1 if not specifiedRémi Verschelde2022-07-171-0/+18
|/
* Only include editor/SCsub when building the editor: tools=yesMarcel Admiraal2022-07-071-1/+2
* Upgrade Android NDK to r23 LTSMarcel Admiraal2022-06-251-6/+5
* SCons: Don't enable any `-Werror=return-type` outside `werror=yes`Rémi Verschelde2022-05-031-4/+0
* SCons: Disable `-Werror=return-type` for GCC 12+ due to regressionRémi Verschelde2022-04-301-2/+6
* Remove last editor code dependencies in template buildRémi Verschelde2022-03-281-2/+4
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-1/+1
* Remove unused Bullet module and thirdparty codeRémi Verschelde2022-03-091-1/+0
* Implementing OpenXR driverBastiaan Olij2022-02-231-0/+1
* SCons: Make compilation database generation optionalRémi Verschelde2022-02-091-6/+9
* SCons: Add `fast_unsafe` option for faster rebuildsRémi Verschelde2022-02-081-1/+13
* Improve python helper modules declaration in SConstruct for compatibility wit...Emmanuel Leblond2022-01-131-0/+16
* Explicitly declare python helper modules in SConstruct to avoid unexpected sh...Emmanuel Leblond2022-01-121-0/+25
* Merge pull request #56308 from Calinou/scons-tweak-target-release-error-messageRémi Verschelde2022-01-121-1/+2
|\
| * Improve error when attempting to build with `tools=yes target=release`Hugo Locurcio2021-12-291-1/+2
* | Revert "Print a warning with unknown SCons variables to ease troubleshooting"Rémi Verschelde2022-01-061-7/+0
|/