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