| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reduce gcc lto build time by telling the linker to | Felix M. Cobos | 2017-09-26 | 1 | -1/+4 |
| * | Use BoolVariable in platform-specific options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -16/+16 |
| * | Use BoolVariable for third-party options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -27/+27 |
| * | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -1/+1 |
| * | Use EnumVariable for choice-based build options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -1/+2 |
| * | Merge pull request #11519 from hpvb/fix-gcc-lto | Rémi Verschelde | 2017-09-24 | 1 | -0/+3 |
| |\ |
|
| | * | Fix gcc lto | Hein-Pieter van Braam | 2017-09-23 | 1 | -0/+3 |
| * | | Merge pull request #11527 from QuLogic/system-zstd | Rémi Verschelde | 2017-09-24 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Enable building against system zstd. | Elliott Sales de Andrade | 2017-09-23 | 1 | -0/+3 |
| | |/ |
|
| * / | Add support for OpenSSL 1.1.0. | Elliott Sales de Andrade | 2017-09-24 | 1 | -9/+0 |
| |/ |
|
| * | Create separate debug info files by default | Hein-Pieter van Braam | 2017-09-16 | 1 | -5/+8 |
| * | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez | 2017-09-13 | 1 | -0/+1 |
| * | Merge pull request #10148 from leezh/pcre2 | Rémi Verschelde | 2017-08-31 | 1 | -0/+5 |
| |\ |
|
| | * | Replacement of internal RegEx with PCRE2 | Zher Huei Lee | 2017-08-19 | 1 | -0/+5 |
| * | | Disable -ffast-math for etc2comp | Hein-Pieter van Braam | 2017-08-30 | 1 | -1/+3 |
| |/ |
|
| * | Buildsystem: Improve detect.py readability and fix issues | Rémi Verschelde | 2017-07-01 | 1 | -86/+65 |
| * | X11: Abort build if using OpenSSL 1.1.0+ | Rémi Verschelde | 2017-05-06 | 1 | -0/+9 |
| * | SCons: Add option to toggle warnings (on by default) | Rémi Verschelde | 2017-03-26 | 1 | -2/+2 |
| * | Use -Ofast on x11. Also introduced use_lto option. | Ferenc Arn | 2017-01-26 | 1 | -9/+16 |
| * | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde | 2017-01-08 | 1 | -2/+13 |
| * | Remove bundled glew, obsoleted by glad | Rémi Verschelde | 2017-01-06 | 1 | -3/+0 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -3/+4 |
| |\ |
|
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -3/+3 |
| * | | png: Allow building shared freetype with bundled libpng | Rémi Verschelde | 2016-11-19 | 1 | -1/+0 |
| * | | Revert "libpng: Fix erroneously linking against libpng12 on old distros" | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | | libpng: Fix erroneously linking against libpng12 on old distros | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 1 | -20/+21 |
| * | | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -7/+3 |
| * | | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -55/+55 |
| * | | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 1 | -163/+163 |
| * | | Merge pull request #6490 from zaps166/webm-pr | Rémi Verschelde | 2016-10-30 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Add WebM module | Błażej Szczygieł | 2016-10-23 | 1 | -0/+3 |
| * | | | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | 2016-10-17 | 1 | -4/+0 |
| |/ / |
|
| * | | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-16 | 1 | -1/+1 |
| * | | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-15 | 1 | -5/+6 |
| * | | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-15 | 1 | -1/+0 |
| * | | glew: Split thirdparty files and isolate env | Rémi Verschelde | 2016-10-15 | 1 | -1/+3 |
| * | | squish: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -0/+3 |
| * | | theora: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -5/+12 |
| * | | openssl: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -2/+2 |
| * | | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde | 2016-10-15 | 1 | -0/+11 |
| * | | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde | 2016-10-15 | 1 | -0/+3 |
| * | | enet: Split enet thirdparty files and allow unbundling | Rémi Verschelde | 2016-10-15 | 1 | -1/+2 |
| * | | png: Split library to thirdparty dir and allow unbundling | Rémi Verschelde | 2016-10-15 | 1 | -3/+5 |
| |/ |
|
| * | Use pkgconfig to locate ALSA libs (#6119) | romeojulietthotel | 2016-09-23 | 1 | -1/+1 |
| * | Code cleanup in platform/x11 | Mario Schlack | 2016-07-21 | 1 | -5/+0 |
| * | remove GLU dependency, closes #3787 | Juan Linietsky | 2016-07-18 | 1 | -1/+1 |
| * | Link libdl only on Linux, fix BSD build | eska | 2016-07-04 | 1 | -1/+3 |
| * | Fix compiling for X11 on non-86, this fixes #5444 | Ferdinand Thiessen | 2016-06-27 | 1 | -1/+3 |
| * | Merge pull request #4905 from Hinsbart/x11_dpi | Juan Linietsky | 2016-06-11 | 1 | -1/+7 |
| |\ |
|