summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
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
2018-12-21Fix possible error in "disable_advanced_gui" flag's descriptionMichael Alexsander Silva Dias
2018-12-20Core: Drop unused global_defaults logicRémi Verschelde
2018-11-18SCons: Corrects $LIBSUFFIXES environment variable for WindowsErik
2018-10-29Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde
2018-10-29Server platform works on OS X tooMarcelo Fernandez
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-10-04SCons: Add 'werror' opt-in to treat warning as errorsRémi Verschelde
2018-10-04SCons: Set default warnings level to all (-Wall or /W3)Rémi Verschelde
2018-10-03Fix some warnings raised by MSVC 2017Rémi Verschelde
2018-10-02Disable forced inline when building in debug.Juan Linietsky
2018-10-01SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde
2018-09-29Added xatlas as alternative to thekla, forced it on.Juan Linietsky
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-15Allow system certs file to be used by Editor.Fabio Alessandrelli
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli