summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* Implement the ability to disable classesreduz2021-07-131-0/+12
* Improve compiler version extractionMmAaXx5002021-05-311-2/+11
* SCons: Pass tests configuration to the MSVC solutionResul Çelik2021-03-231-0/+5
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-3/+3
* SCons: Properly handle overriding default values to bool optionsRémi Verschelde2021-02-241-1/+14
* SCons: Fix Godot detection in custom modules logicRémi Verschelde2021-02-111-3/+1
* Merge pull request #43057 from Xrayez/custom_modules_recursiveRémi Verschelde2021-02-081-17/+69
|\
| * SCons: Add an option to detect C++ modules recursivelyAndrii Doroshenko (Xrayez)2020-10-241-17/+69
* | Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-1/+1
|/
* Add all headers to VS ProjectBartłomiej T. Listwon2020-09-271-6/+41
* Fix custom modules in Visual StudioBartłomiej T. Listwon2020-09-181-19/+21
* Merge pull request #41453 from Xrayez/custom-modules-visual-studioRémi Verschelde2020-09-031-3/+4
|\
| * Build the engine with custom modules in Visual StudioAndrii Doroshenko (Xrayez)2020-08-221-3/+4
* | Merge python EnvironmentError, IOError and WindowsError into OSError.Marcel Admiraal2020-09-021-2/+2
|/
* Style: Apply format changes from latest psf/black gitRémi Verschelde2020-08-211-6/+3
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-0/+13
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-3/+6
* Fix emoji branch compilation errorTomasz Chabora2020-07-231-1/+1
* 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