summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* BuildSystem: Sort input file listsBernhard M. Wiedemann2018-08-291-1/+1
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-2/+4
* SCons: Keep default platform lib extensions in LIBSUFFIXESRémi Verschelde2018-07-231-0/+5
* SCons: Prevent using disable_3d or disable_advanced_gui with tools=yesRémi Verschelde2018-07-211-2/+10
* -Fix disable_3d flagJuan Linietsky2018-07-211-0/+1
* added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster2018-07-051-0/+2
* add NoCache wrapper to CommandRhody Lugo2018-06-211-0/+1
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-61/+33
* SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-071-2/+3
* Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli2018-06-071-0/+1
|\
| * Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-071-0/+1
* | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+11
|/
* Refactor JavaScript platform build scriptLeon Krause2018-03-261-5/+5
* Merge pull request #17194 from garyo/scons_find_msvcRémi Verschelde2018-03-141-20/+15
|\
| * Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner2018-03-131-20/+15
* | SCons: Fix running 'scons' without platform argumentRémi Verschelde2018-03-141-115/+113
|/
* Avoid confusing traceback on attempting build without platform optionViktor Ferenczi2018-03-101-0/+1
* prune cache only at the start and end of buildRhody Lugo2018-03-021-10/+2
* fix accidental SConstruct revertskarroffel2018-03-011-6/+4
* add GLES 2 renderer for 2Dkarroffel2018-03-011-5/+7
* Abort compilation on missing return values (CGG/clang)bruvzg2018-02-221-0/+1
* SCons: Remove references to obsolete "fat" bitsRémi Verschelde2018-02-191-3/+1
* Disable GLES builders and source from server compilationFabio Alessandrelli2018-02-151-1/+1
* Fixed small typos in the SConstruct file.Michael Alexsander Silva Dias2018-02-141-2/+2
* Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-0/+1
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-1/+0
* Include .hpp files in VS scons builds. Fixed Typo.Will Nations2018-01-181-0/+2
* adding option to split modules libraryAriel Manzur2018-01-181-0/+1
* Disable colored output and progress bar when building outside of a TTYHugo Locurcio2018-01-131-1/+6
* SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-131-0/+1
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-2/+4
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-1/+0
* Scons: Use module suffix only for final binary.Andreas Haas2017-12-211-3/+1
* sort by the most recently accessed filesRhody Lugo2017-12-181-3/+3
* Added custom editor splash (including sponsor logo).Juan Linietsky2017-12-161-0/+4
* MacPorts clang version selection, and OpenMP linking fix.bruvzg2017-12-141-1/+1
* Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg2017-12-141-0/+1
* -Add lightmapperJuan Linietsky2017-12-141-0/+1
* Import thekla_atlasHein-Pieter van Braam2017-12-081-0/+1
* disable caching for targets using helper functionsRhody Lugo2017-11-281-0/+4
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-30/+53
* prune scons shared cacheRhody Lugo2017-11-271-13/+75
* add support for scons cache and enable it for appveyorRhody Lugo2017-11-251-0/+5
* Add explicit exception model flag for Visual C++Matthias Hoelzl2017-11-211-0/+2
* Add cpp.hint file to improve IntelliSenseMatthias Hoelzl2017-11-191-0/+1
* Merge pull request #12961 from eska014/platform-docRémi Verschelde2017-11-191-0/+5
|\
| * Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-0/+5
* | Cleanup of Visual Studio project generation (#12929)Roy Berube2017-11-161-3/+6
|/
* Improve code style of generated headersRémi Verschelde2017-11-151-3/+2
* Remove leading newline in SConstructGeorge Marques2017-11-131-1/+0