summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2018-02-14Allow building with system wide mbedtls on X11Fabio Alessandrelli
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-01-18Include .hpp files in VS scons builds. Fixed Typo.Will Nations
2018-01-18adding option to split modules libraryAriel Manzur
2018-01-13Disable colored output and progress bar when building outside of a TTYHugo Locurcio
2018-01-13SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde
2018-01-05SCons: Fix usage of LD when we meant LINKRémi Verschelde
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-21Scons: Use module suffix only for final binary.Andreas Haas
2017-12-18sort by the most recently accessed filesRhody Lugo
2017-12-16Added custom editor splash (including sponsor logo).Juan Linietsky
2017-12-14MacPorts clang version selection, and OpenMP linking fix.bruvzg
2017-12-14Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg
2017-12-14-Add lightmapperJuan Linietsky
2017-12-08Import thekla_atlasHein-Pieter van Braam
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-27prune scons shared cacheRhody Lugo
2017-11-25add support for scons cache and enable it for appveyorRhody Lugo
2017-11-21Add explicit exception model flag for Visual C++Matthias Hoelzl
2017-11-19Add cpp.hint file to improve IntelliSenseMatthias Hoelzl
2017-11-19Merge pull request #12961 from eska014/platform-docRémi Verschelde
2017-11-18Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause
2017-11-16Cleanup of Visual Studio project generation (#12929)Roy Berube
2017-11-15Improve code style of generated headersRémi Verschelde
2017-11-13Remove leading newline in SConstructGeorge Marques
2017-11-02SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
2017-10-07flatDir support [Android]Ramesh Ravone
2017-10-03Fix SConstruct check for config.is_enabled()Ignacio Etcheverry
2017-10-02Merge pull request #11753 from Listwon/IntellisenseAndreas Haas
2017-10-02Indentation Error neogaston
2017-10-01Fix IntelliSenseBartłomiej T. Listwon
2017-10-01Ability to set a module enabled/disabled by default by adding is_enabled() to...Juan Linietsky
2017-09-25Use BoolVariable for module options.Elliott Sales de Andrade
2017-09-25Use BoolVariable for third-party options.Elliott Sales de Andrade
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-25Use EnumVariable for choice-based build options.Elliott Sales de Andrade
2017-09-24Bump required scons version to 0.98.1.Elliott Sales de Andrade
2017-09-23Enable building against system zstd.Elliott Sales de Andrade
2017-09-16Fix errors in Python 3 buildMatthias Hoelzl
2017-09-13Merge pull request #11160 from marcelofg55/drive_funcs_x11Rémi Verschelde
2017-09-13Merge pull request #7908 from SaracenOne/recastRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky
2017-09-12Added check_c_headers to SCons env to check for the existence of headersMarcelo Fernandez
2017-09-04Recast integration.Saracen
2017-08-31Merge pull request #10148 from leezh/pcre2Rémi Verschelde
2017-08-29Generate project files for VS2017Matthias Hoelzl
2017-08-27Make build scripts Python3 compatibleMatthias Hoelzl
2017-08-19Replacement of internal RegEx with PCRE2Zher Huei Lee