summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|
* [Core] Optionally delete `Ref` `nullptr` comparisonsA Thousand Ships2024-09-121-1/+10
| | | | | | Adds an optional (default false) compile option to enable comparing `Ref` to `nullptr` to ensure correct use, as well as future expandsion for more general dev checks (enabled with `dev_mode`)
* [Buildsystem] Improve cache handlingA Thousand Ships2024-09-091-1/+2
| | | | | | Prevents cache issues by not purging cache before starting a build. Splits cache purge related code from progress code and delays the purge until after final build is done.
* Build: make ninja output file consistentRiteo2024-09-081-2/+2
| | | | | | | | After upgrading, I noticed that the SCons ninja output had a different filename which messed up the "flaky file" logic. This patch explicitly passes it to the tool and switches to `build.ninja` (ninja's default).
* SCons: Pass `/Zc:__cplusplus` in MSVC buildsThaddeus Crews2024-09-051-0/+2
|
* Add support for compiling with VS clang-cl toolsetAlula2024-08-281-5/+10
|
* Merge pull request #87376 from shana/add-num-jobs-optionRémi Verschelde2024-08-281-9/+20
|\ | | | | | | SCons: Add `num_jobs` as an explicit option so it can be set from other sources
| * Add num_jobs as an explicit option so it can be set from other sourcesAndreia Gaita2024-07-191-9/+20
| | | | | | | | | | | | | | | | | | | | | | The `-j` flag is only settable via the command line, which makes it hard to configure when running builds from places like VS, where the flag isn't easily exposed or configurable. This lets users configure the number of jobs to be used by default if `-j` isn't specified, instead of always defaulting to number of cores - 1. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | Merge pull request #95504 from mihe/ninja-optionsRémi Verschelde2024-08-261-5/+4
|\ \ | | | | | | | | | Expose more Ninja-related build options
| * | Expose more Ninja-related build optionsMikael Hermansson2024-08-131-5/+4
| | |
* | | Change warning muting so it affects all levels, but locallyPedro J. Estébanez2024-08-261-1/+1
| | |
* | | Merge pull request #94169 from RandomShaper/wtp_rl_prizeRémi Verschelde2024-08-261-1/+1
|\ \ \ | | | | | | | | | | | | Batch of fixes for `WorkerThreadPool` and `ResourceLoader`
| * | | WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-08-211-1/+1
| | | | | | | | | | | | | | | | This fixes a rare but possible deadlock, maybe due to undefined behavior. The new implementation is safer, at the cost of some added boilerplate.
* | | | SCons: Better validation for platform-specific opt-in driversRémi Verschelde2024-08-211-3/+3
|/ / / | | | | | | | | | | | | This replaces cryptic compilation errors with a clear error message and early build termination.
* | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+1
| | |
* | | Enable standards conformance for MSVCMikael Hermansson2024-08-191-0/+4
|/ /
* | Make sure not to generate the compile_commands.json when not askedHakim2024-08-091-5/+6
| |
* | SCons: Load optional ninja tool before setting its optionsRémi Verschelde2024-07-311-2/+1
| | | | | | | | | | | | SCons 4.8.0 made this stricter, as we were advised in #94805. Fixes #94805.
* | Merge pull request #93753 from Repiteo/scons/visual-studio-fixesRémi Verschelde2024-07-221-1/+1
|\ \ | |/ |/| | | SCons: Fix output with `vsproj=yes`
| * SCons: Fix output with `vsproj=yes`Thaddeus Crews2024-06-291-1/+1
| |
* | Merge pull request #94109 from akien-mga/scons-linker-optflagsRémi Verschelde2024-07-111-4/+11
|\ \ | | | | | | | | | SCons: Pass optimization flags to the linker too, needed by Emscripten
| * | SCons: Pass optimization flags to the linker too, needed by EmscriptenRémi Verschelde2024-07-091-4/+11
| | |
* | | [Web] Fix debug symbols in web buildsFabio Alessandrelli2024-07-101-1/+7
|/ /
* / SCons: Default `optimize` to `auto`, fixing `target`/`dev_build` inference ↵Rémi Verschelde2024-07-091-8/+12
|/ | | | | | for Web Fixes #94087.
* Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-1/+1
| | | | Co-authored-by: ChristopheClaustre <christophe.claustre.31@gmail.com>
* Merge pull request #79126 from bruvzg/SteamTimeRémi Verschelde2024-06-031-0/+1
|\ | | | | Enable optional minimal SteamAPI integration for usage time tracking (editor only).
| * Enable optional minimal SteamAPI integration for usage time tracking (editor ↵bruvzg2024-05-311-0/+1
| | | | | | | | only).
* | SCons: Process platform-specific flags earlierRémi Verschelde2024-05-301-9/+8
|/ | | | | | | | | | Some of the logic in SCons depends on flags that get overridden in the platform-specific `detect.py`, so it needs to be processed first. For example the Android/iOS/Web platforms override the default `target` to `template_debug`, but this was processed too late so e.g. the logic that sets `env.editor_build` would set it to true due to the default `target` value in the environment being `editor`.
* SCons: Minor fixes/adjustments for web compilationThaddeus Crews2024-05-241-1/+1
|
* SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-3/+5
|
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-12/+12
|
* SCons: Fix potential Windows ANSI exceptionThaddeus Crews2024-05-181-10/+18
|
* SCons: Bump min version to 3.1.2, test it on CI with one Linux jobRémi Verschelde2024-05-171-1/+1
| | | | | | | | | | | The min SCons version had to be bumped as SCons 3.0 before 3.0.3 seems broken (see #92043), and there's little gain from supporting 3.0.3-3.0.5. 3.1.2 is also the first version to avoid ambiguities between Python 2 and Python 3 usage, so we finally use it as the minimum baseline. Also test against Python 3.6 which is also our minimum supported version. This should help prevent regressions whenever we modernize the build scripts.
* SCons: Restore compatibility with SCons < 4.0.0Rémi Verschelde2024-05-171-2/+2
| | | | Fixes #91986.
* [SCons] Add options to override AR, AR and RC flags,bruvzg2024-05-151-0/+6
|
* Merge pull request #91833 from akien-mga/scons-min-gcc-version-9Rémi Verschelde2024-05-141-15/+5
|\ | | | | | | SCons: Bump minimum supported GCC version to GCC 9
| * SCons: Bump minimum supported GCC version to GCC 9Rémi Verschelde2024-05-111-15/+5
| | | | | | | | | | | | | | - GCC 7 supports C++17 but seems to have breaking regressions, see #79352. - GCC 8 broke C++17 guaranteed copy elision support, fixed in 8.4, but... - GCC 9 is old enough (2022) to use as a baseline and stop dealing with unmaintained and less efficient compiler versions.
* | Merge pull request #91866 from programneer/dont-splash-my-editorRémi Verschelde2024-05-131-8/+9
|\ \ | | | | | | | | | Don't define `NO_EDITOR_SPLASH` in export templates
| * | Don't define NO_EDITOR_SPLASH in export templatesProgramneer2024-05-121-8/+9
| |/
* / SCons: Preserve `Environment` values when updating `Variables`Rémi Verschelde2024-05-101-41/+33
|/ | | | | | | | | | | Finally reading the docs for `SCons.Variables.Update` let me find this optional parameter, which solves the hacks and pain we've dealt with for years: > args (optional) – a dictionary of keys and values to update in env. > If omitted, uses the variables from the commandline. By passing the environment itself, we preserve the values we've overridden in `SConstruct` or `detect.py`.
* SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-8/+5
|
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-36/+60
|
* SCons: `scons_version` to environment variableThaddeus Crews2024-04-241-8/+6
|
* SCons: Only use alias if SCons v4.3 or laterThaddeus Crews2024-04-231-6/+12
|
* SCons: Utilize native Variable alias functionalityThaddeus Crews2024-04-181-8/+3
|
* SCons: Convert `env_base` to `env`Thaddeus Crews2024-04-171-79/+77
|
* Only define ENGINE_UPDATE_CHECK_ENABLED in editor buildsProgramneer2024-04-171-1/+1
|
* Add automatic checking for engine updateskobewi2024-04-151-0/+4
|
* SCons: Make new debug_paths_relative option opt-inRémi Verschelde2024-04-151-1/+1
| | | | | | As pointed out in https://github.com/godotengine/godot/pull/78232#issuecomment-2056467297, it actually makes it harder to run Godot locally while keeping the relationship with the header files it was compiled from.
* SCons: Add GCC/Clang option to make debug file paths relativeRémi Verschelde2024-04-121-67/+81
|