summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Come up with use_gcc.marxin2019-02-231-1/+1
* | Add -Wwrite-strings into all and extra warnings.marxin2019-02-231-3/+4
|/
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+9
* Merge pull request #25764 from akien-mga/scons-relative-importRémi Verschelde2019-02-101-10/+11
|\
| * SCons: Fix import clash between Godot and system modulesRémi Verschelde2019-02-101-10/+11
* | SCons: Make MD5-timestamp decider and implicit_cache debug-onlyRémi Verschelde2019-02-101-7/+10
|/
* Fix possible error in "disable_advanced_gui" flag's descriptionMichael Alexsander Silva Dias2018-12-211-1/+1
* Core: Drop unused global_defaults logicRémi Verschelde2018-12-201-4/+0
* SCons: Corrects $LIBSUFFIXES environment variable for WindowsErik2018-11-181-2/+7
* Merge pull request #23279 from marcelofg55/osx_serverRémi Verschelde2018-10-291-1/+4
|\
| * Server platform works on OS X tooMarcelo Fernandez2018-10-291-1/+4
* | Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-2/+2
|/
* SCons: Add 'werror' opt-in to treat warning as errorsRémi Verschelde2018-10-041-7/+13
* SCons: Set default warnings level to all (-Wall or /W3)Rémi Verschelde2018-10-041-6/+3
* Fix some warnings raised by MSVC 2017Rémi Verschelde2018-10-031-2/+2
* Disable forced inline when building in debug.Juan Linietsky2018-10-021-1/+2
* SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-5/+2
* Added xatlas as alternative to thekla, forced it on.Juan Linietsky2018-09-291-0/+1
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-0/+1