summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2020-02-20SCons: Explicitly define our C (C11) and C++ (C++14) standardsRémi Verschelde
2020-02-18Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11glslang: Disable warnings and allow unbundlingRémi Verschelde
2020-02-11SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania
2020-02-07SCons: Split libmodules.a in folder-based libsRémi Verschelde
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-02-07SCons: Generate header with info on which modules are enabledRémi Verschelde
2020-01-01Added support to allow to compile Godot from the same directory while using d...Fabian Mathews
2019-12-11SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde
2019-11-20pcre2: Use scons option to disable JIT on some platformsRémi Verschelde
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-08-11Prevent editor compilation with regex module disabled, which is not supportedPouleyKetchoupp
2019-07-22SCons: Enable C++11 on the whole codebaseRémi Verschelde
2019-07-17Add a `platform=list` SCons argument to list platformsHugo Locurcio
2019-07-04Remove libwebsocket. No longer used, yay!Fabio Alessandrelli
2019-06-28Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)
2019-06-20SCons: Enable -Wclobbered in warnings=extra for GCCRémi Verschelde
2019-06-19Enforce Unicode encoding in MSVCAndrii Doroshenko (Xrayez)
2019-06-15SCons: Enable -Werror and -Wextra in 'dev' build optionRémi Verschelde
2019-05-27Fix SCons automatic platform detection on LinuxHugo Locurcio
2019-05-27Merge pull request #29199 from mhilbrunner/no-platform-no-moreRémi Verschelde
2019-05-26Fixed typo in SConstructdankan1890
2019-05-26Scons: Autodetect platform if not specifiedMax Hilbrunner
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-02Ignore a warning in _get_socket_error (-Wlogical-op).marxin
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-04-07Android now (optionally) builds the template when exportingJuan Linietsky
2019-04-23Merge pull request #27868 from marxin/add-more-warningsHein-Pieter van Braam
2019-04-19Drop unused thekla_atlas dependencyRémi Verschelde
2019-04-10Add more warnings on top of -Wall and -Wextra.marxin
2019-04-06Remove unused importsHendrikto
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-04-05SCons: add `methods.using_clang` to check used compilerRémi Verschelde
2019-04-02Enable warnings=extra on clang and GCC testers.marxin
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-25Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky
2019-02-25Merge pull request #26160 from marxin/come-up-with-use_gccHein-Pieter van Braam
2019-02-23Come up with use_gcc.marxin
2019-02-23Add -Wwrite-strings into all and extra warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-10Merge pull request #25764 from akien-mga/scons-relative-importRémi Verschelde
2019-02-10SCons: Fix import clash between Godot and system modulesRémi Verschelde
2019-02-10SCons: Make MD5-timestamp decider and implicit_cache debug-onlyRémi Verschelde