summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* Expand env vars for `custom_modules` build optionAndrii Doroshenko (Xrayez)2020-07-101-2/+3
* Merge pull request #37248 from Xrayez/env-dumpRémi Verschelde2020-06-101-0/+11
|\
| * SCons: Dump construction environment to a fileAndrii Doroshenko (Xrayez)2020-06-101-0/+11
* | SCons: Validate dependencies for linked multimedia modulesRémi Verschelde2020-06-031-0/+24
* | Merge pull request #39125 from Xrayez/py-modules-order-4.0Rémi Verschelde2020-05-281-1/+2
|\ \ | |/ |/|
| * SCons: use `OrderedDict` to ensure insertion order of modulesAndrii Doroshenko (Xrayez)2020-05-281-1/+2
* | Merge pull request #37198 from Xrayez/progress-insideRémi Verschelde2020-05-271-0/+123
|\ \
| * | Moved to methods.py as a `show_progress` method.Andrii Doroshenko (Xrayez)2020-03-301-0/+123
* | | Do not rely on the existence of `config.py` while detecting modulesAndrii Doroshenko (Xrayez)2020-05-261-1/+1
| |/ |/|
* | Add `custom_modules` build option to compile external user modulesAndrii Doroshenko (Xrayez)2020-05-251-24/+45
* | SCons: Expand CXX in check for vanilla ClangRémi Verschelde2020-04-041-1/+5
|/
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-130/+191
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-6/+5
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+9
* Remove the dead function win32_spawn from methods.py.unknown2020-03-181-19/+0
* SCons: Expand env variables to check compiler versionRémi Verschelde2020-03-041-2/+5
* SCons: Fix get_compiler_version() to return intsRémi Verschelde2020-02-261-7/+6
* SCons: Re-allow upcoming GCC 8.4, fixes C++17 copy elisionRémi Verschelde2020-02-261-1/+5
* Scons: fixed build for vanilla clang in mac os xNickolai Korshunov2020-02-241-0/+7
* SCons: Add GCC/Clang minimum version checkRémi Verschelde2020-02-231-2/+4
* Moved the shader source compilation code outside RenderingDevice and VulkanJuan Linietsky2020-02-111-1/+11
* SCons: Split libmodules.a in folder-based libsRémi Verschelde2020-02-071-61/+0
* SCons: Generate header with info on which modules are enabledRémi Verschelde2020-02-071-34/+9
* PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink2020-01-061-2/+1
* Remove unused importsunknown2020-01-031-2/+0
* SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde2019-12-111-7/+19
* fix getting correct mingw-w64 versionsantouits2019-07-261-1/+5
* SCons: Fix uses of [].append instead of env.add_source_files()Rémi Verschelde2019-07-221-8/+22
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-1/+1
* some variables in methods.py are not usedhbina0852019-06-291-4/+4
* Print engine version to stdout when starting GodotRémi Verschelde2019-05-281-0/+1
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-2/+2
* Also disable C and C++ specific warnings in thirdparty codeRémi Verschelde2019-04-241-1/+7
* Android now (optionally) builds the template when exportingJuan Linietsky2019-04-071-64/+0
* Remove unused importsHendrikto2019-04-061-1/+0
* SCons: add `methods.using_clang` to check used compilerRémi Verschelde2019-04-051-1/+4
* Move YEAR definition to version.pyRémi Verschelde2019-03-051-1/+1
* Come up with use_gcc.marxin2019-02-231-0/+3
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-0/+7
* Get Git commit hash when Godot is a submoduleGeorge Marques2019-02-081-3/+11
* [macOS] Fixed a problem sdk path could not be detectedNaoto Kondo2018-11-261-2/+2
* Merge pull request #21339 from Placinta/masterRémi Verschelde2018-11-201-0/+24
|\
| * Pass -isysroot to compiler / linker when doing a macOS buildAlexandru Croitor2018-08-271-0/+24
* | Remove trailing whitespaceRémi Verschelde2018-11-201-1/+1
* | Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-1/+1
* | SCons: Add 'werror' opt-in to treat warning as errorsRémi Verschelde2018-10-041-0/+4
* | SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-0/+8
* | Fix #17843 inability to generate vs projects without being in a MSVC command ...K. S. Ernest (iFire) Lee2018-09-131-0/+3
* | BuildSystem: Sort input file listsBernhard M. Wiedemann2018-08-291-1/+1
* | Do not record year of buildBernhard M. Wiedemann2018-08-291-1/+1
|/