summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Added compilation database support for clang and gccRevoluPowered2020-05-121-0/+9
* New lightmapperJuan Linietsky2020-05-101-0/+7
* SCons: Disable -Werror on 'stable' releasesRémi Verschelde2020-04-171-1/+3
* Fix for Vulkan loader related build error caused by incomplete aliasARebel2020-03-311-0/+1
* SCons: Treat all warnings as errorsRémi Verschelde2020-03-301-1/+3
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-217/+260
* Alias `platform=x11` to `platform=linuxbsd` in SConsHugo Locurcio2020-03-281-0/+8
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+1
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-2/+3
* assimp: Clean and document buildsystem, prepare for unbundlingRémi Verschelde2020-03-061-0/+1
* Remove '/permissive-' flag from Windows MSVC buildPouleyKetchoupp2020-03-041-1/+1
* SCons: Fix get_compiler_version() to return intsRémi Verschelde2020-02-261-15/+13
* SCons: Re-allow upcoming GCC 8.4, fixes C++17 copy elisionRémi Verschelde2020-02-261-9/+11
* Scons: fixed build for vanilla clang in mac os xNickolai Korshunov2020-02-241-4/+10
* SCons: Add GCC/Clang minimum version checkRémi Verschelde2020-02-231-0/+30
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-2/+2
* SCons: Ensure that MSVC gets /std:c++17 in CCFLAGSRémi Verschelde2020-02-221-9/+10
* SCons: Bump required C++ standard to C++17Rémi Verschelde2020-02-221-5/+5
* SCons: Explicitly define our C (C11) and C++ (C++14) standardsRémi Verschelde2020-02-201-5/+16
* Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde2020-02-181-1/+7
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-11/+1
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-2/+1
* glslang: Disable warnings and allow unbundlingRémi Verschelde2020-02-111-0/+1
* SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde2020-02-111-1/+1
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-2/+0
* Add static Vulkan loader.bruvzg2020-02-111-0/+4
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-0/+1
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-0/+1
* SCons: Split libmodules.a in folder-based libsRémi Verschelde2020-02-071-2/+0
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-3/+0
* SCons: Generate header with info on which modules are enabledRémi Verschelde2020-02-071-2/+2
* Added support to allow to compile Godot from the same directory while using d...Fabian Mathews2020-01-011-0/+4
* SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde2019-12-111-2/+1
* pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-201-0/+1
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Prevent editor compilation with regex module disabled, which is not supportedPouleyKetchoupp2019-08-111-0/+7
* SCons: Enable C++11 on the whole codebaseRémi Verschelde2019-07-221-0/+4
* Add a `platform=list` SCons argument to list platformsHugo Locurcio2019-07-171-3/+13
* Remove libwebsocket. No longer used, yay!Fabio Alessandrelli2019-07-041-1/+1
* Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)2019-06-281-4/+14
* SCons: Enable -Wclobbered in warnings=extra for GCCRémi Verschelde2019-06-201-2/+1
* Enforce Unicode encoding in MSVCAndrii Doroshenko (Xrayez)2019-06-191-0/+2
* SCons: Enable -Werror and -Wextra in 'dev' build optionRémi Verschelde2019-06-151-4/+5
* Fix SCons automatic platform detection on LinuxHugo Locurcio2019-05-271-2/+2
* Merge pull request #29199 from mhilbrunner/no-platform-no-moreRémi Verschelde2019-05-271-3/+20
|\
| * Scons: Autodetect platform if not specifiedMax Hilbrunner2019-05-261-3/+20
* | Fixed typo in SConstructdankan18902019-05-261-1/+1
|/
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Ignore a warning in _get_socket_error (-Wlogical-op).marxin2019-05-021-2/+2
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1