Age | Commit message (Expand) | Author |
2019-12-11 | SCons: Add 'split_libmodules' option to workaround linker issue | Rémi Verschelde |
2019-11-20 | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde |
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal |
2019-08-11 | Prevent editor compilation with regex module disabled, which is not supported | PouleyKetchoupp |
2019-07-22 | SCons: Enable C++11 on the whole codebase | Rémi Verschelde |
2019-07-17 | Add a `platform=list` SCons argument to list platforms | Hugo Locurcio |
2019-07-04 | Remove libwebsocket. No longer used, yay! | Fabio Alessandrelli |
2019-06-28 | Add support for creating editor icons per module | Andrii Doroshenko (Xrayez) |
2019-06-20 | SCons: Enable -Wclobbered in warnings=extra for GCC | Rémi Verschelde |
2019-06-19 | Enforce Unicode encoding in MSVC | Andrii Doroshenko (Xrayez) |
2019-06-15 | SCons: Enable -Werror and -Wextra in 'dev' build option | Rémi Verschelde |
2019-05-27 | Fix SCons automatic platform detection on Linux | Hugo Locurcio |
2019-05-27 | Merge pull request #29199 from mhilbrunner/no-platform-no-more | Rémi Verschelde |
2019-05-26 | Fixed typo in SConstruct | dankan1890 |
2019-05-26 | Scons: Autodetect platform if not specified | Max Hilbrunner |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-05-02 | Ignore a warning in _get_socket_error (-Wlogical-op). | marxin |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-04-24 | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS | Rémi Verschelde |
2019-04-07 | Android now (optionally) builds the template when exporting | Juan Linietsky |
2019-04-23 | Merge pull request #27868 from marxin/add-more-warnings | Hein-Pieter van Braam |
2019-04-19 | Drop unused thekla_atlas dependency | Rémi Verschelde |
2019-04-10 | Add more warnings on top of -Wall and -Wextra. | marxin |
2019-04-06 | Remove unused imports | Hendrikto |
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde |
2019-04-05 | SCons: add `methods.using_clang` to check used compiler | Rémi Verschelde |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-02-27 | Fix -Wsign-compare warnings. | marxin |
2019-02-25 | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky |
2019-02-25 | Merge pull request #26160 from marxin/come-up-with-use_gcc | Hein-Pieter van Braam |
2019-02-23 | Come up with use_gcc. | marxin |
2019-02-23 | Add -Wwrite-strings into all and extra warnings. | marxin |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-10 | Merge pull request #25764 from akien-mga/scons-relative-import | Rémi Verschelde |
2019-02-10 | SCons: Fix import clash between Godot and system modules | Rémi Verschelde |
2019-02-10 | SCons: Make MD5-timestamp decider and implicit_cache debug-only | Rémi Verschelde |
2018-12-21 | Fix possible error in "disable_advanced_gui" flag's description | Michael Alexsander Silva Dias |
2018-12-20 | Core: Drop unused global_defaults logic | Rémi Verschelde |
2018-11-18 | SCons: Corrects $LIBSUFFIXES environment variable for Windows | Erik |
2018-10-29 | Merge pull request #23279 from marcelofg55/osx_server | Rémi Verschelde |
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez |
2018-10-27 | Dont use equality operators with None singleton in python files | lupoDharkael |
2018-10-04 | SCons: Add 'werror' opt-in to treat warning as errors | Rémi Verschelde |
2018-10-04 | SCons: Set default warnings level to all (-Wall or /W3) | Rémi Verschelde |
2018-10-03 | Fix some warnings raised by MSVC 2017 | Rémi Verschelde |
2018-10-02 | Disable forced inline when building in debug. | Juan Linietsky |
2018-10-01 | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde |
2018-09-29 | Added xatlas as alternative to thekla, forced it on. | Juan Linietsky |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |