summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Port changes to the "raycast" module build files from 3.xjfons2021-05-041-0/+1
* Add option modules_enabled_by_defaulttotlmstr2021-04-101-10/+16
* Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templatesRémi Verschelde2021-03-231-4/+0
|\
| * Add unit tests for export templatesGordon MacPherson2021-03-221-4/+0
* | Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-1/+1
|\ \
| * | Allow to not optimize release buildRafał Mikrut2021-03-141-1/+1
* | | Merge pull request #46799 from goostengine/module-includesRémi Verschelde2021-03-141-4/+7
|\ \ \ | |/ / |/| |
| * | Provide additional include paths for custom modulesAndrii Doroshenko (Xrayez)2021-03-081-4/+7
* | | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* | | SCons: Use default env["ENV"] and prepend PATH to itRémi Verschelde2021-03-101-2/+8
* | | SCons: Propagate the user's OS environment in env["ENV"]Rémi Verschelde2021-03-091-8/+3
* | | SCons: Fix parsing PATH when constructing base environmentRémi Verschelde2021-03-071-5/+8
* | | SCons: Fix profile type. It is a stringMateo Kuruk Miccino2021-02-251-1/+1
* | | SCons: Properly handle overriding default values to bool optionsRémi Verschelde2021-02-241-9/+9
* | | SCons: Make freetype module a mandatory editor dependencyRémi Verschelde2021-02-181-1/+1
|/ /
* | Merge pull request #43057 from Xrayez/custom_modules_recursiveRémi Verschelde2021-02-081-1/+8
|\ \
| * | SCons: Add an option to detect C++ modules recursivelyAndrii Doroshenko (Xrayez)2020-10-241-1/+8
* | | SCons: Add `production=yes` option to use production defaultsRémi Verschelde2021-02-031-11/+33
* | | Fix incorrect version requirement in the SCons compilation DB commentHugo Locurcio2021-02-011-1/+1
| |/ |/|
* | SCons: Fix build with `p` alias or platform auto-detectionRémi Verschelde2020-12-171-47/+51
* | SCons: Add only selected platform's opts to envRémi Verschelde2020-12-161-13/+11
* | Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-2/+2
* | [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-261-0/+3
* | Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-251-3/+0
|/
* SCons: Refactor and cleanup warnings definitionRémi Verschelde2020-10-081-13/+10
* Add all headers to VS ProjectBartłomiej T. Listwon2020-09-271-25/+4
* Remove unused Python imports.Marcel Admiraal2020-09-101-2/+0
* Merge pull request #41219 from akien-mga/gles2-takes-holidaysRémi Verschelde2020-08-131-8/+3
|\
| * Remove obsolete GLES2 backend codeRémi Verschelde2020-08-131-8/+3
* | update to use scons compile db toolGordon MacPherson2020-08-121-3/+4
|/
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-21/+19
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-2/+3
* SCons: Build tests/ and main/ in cloned environmentsRémi Verschelde2020-07-261-6/+0
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-261-3/+4
* SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)2020-07-251-2/+12
* t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-0/+3
* SCons: Do not enable werror=yes by defaultRémi Verschelde2020-07-141-2/+1
* Disable "misleading indentation" warning on GCCAaron Franke2020-07-121-0/+1
* Merge pull request #37248 from Xrayez/env-dumpRémi Verschelde2020-06-101-1/+4
|\
| * SCons: Dump construction environment to a fileAndrii Doroshenko (Xrayez)2020-06-101-1/+4
* | SCons: Validate dependencies for linked multimedia modulesRémi Verschelde2020-06-031-8/+7
* | Merge pull request #39137 from Xrayez/custom-modules-profileRémi Verschelde2020-05-291-4/+9
|\ \
| * | SCons: Allow to read `custom_modules` option via a fileAndrii Doroshenko (Xrayez)2020-05-291-4/+9
* | | SCons: Prefer `Exit()` method over `sys.exit()`Andrii Doroshenko (Xrayez)2020-05-281-12/+12
* | | Merge pull request #39125 from Xrayez/py-modules-order-4.0Rémi Verschelde2020-05-281-3/+4
|\ \ \ | |_|/ |/| |
| * | SCons: use `OrderedDict` to ensure insertion order of modulesAndrii Doroshenko (Xrayez)2020-05-281-3/+4
| |/
* | Merge pull request #37198 from Xrayez/progress-insideRémi Verschelde2020-05-271-117/+1
|\ \ | |/ |/|
| * Moved to methods.py as a `show_progress` method.Andrii Doroshenko (Xrayez)2020-03-301-117/+1
* | Add `custom_modules` build option to compile external user modulesAndrii Doroshenko (Xrayez)2020-05-251-23/+45
* | SCons: Improve registration of compilation_db tool, check versionRémi Verschelde2020-05-181-7/+6