summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* 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
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-9/+11
* Android now (optionally) builds the template when exportingJuan Linietsky2019-04-071-28/+0
* Merge pull request #27868 from marxin/add-more-warningsHein-Pieter van Braam2019-04-231-2/+9
|\
| * Add more warnings on top of -Wall and -Wextra.marxin2019-04-101-2/+9
* | Drop unused thekla_atlas dependencyRémi Verschelde2019-04-191-1/+0
|/
* Remove unused importsHendrikto2019-04-061-1/+0
* Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-3/+4
* SCons: add `methods.using_clang` to check used compilerRémi Verschelde2019-04-051-2/+2
* Enable warnings=extra on clang and GCC testers.marxin2019-04-021-1/+6
* Fix -Wsign-compare warnings.marxin2019-02-271-3/+2
* Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky2019-02-251-0/+4
* Merge pull request #26160 from marxin/come-up-with-use_gccHein-Pieter van Braam2019-02-251-1/+1
|\