aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Reduce gcc lto build time by telling the linker toFelix M. Cobos2017-09-261-1/+4
* Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-16/+16
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-27/+27
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-251-1/+2
* Merge pull request #11519 from hpvb/fix-gcc-ltoRémi Verschelde2017-09-241-0/+3
|\
| * Fix gcc ltoHein-Pieter van Braam2017-09-231-0/+3
* | Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde2017-09-241-0/+3
|\ \
| * | Enable building against system zstd.Elliott Sales de Andrade2017-09-231-0/+3
| |/
* / Add support for OpenSSL 1.1.0.Elliott Sales de Andrade2017-09-241-9/+0
|/
* Create separate debug info files by defaultHein-Pieter van Braam2017-09-161-5/+8
* Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+1
* Merge pull request #10148 from leezh/pcre2Rémi Verschelde2017-08-311-0/+5
|\
| * Replacement of internal RegEx with PCRE2Zher Huei Lee2017-08-191-0/+5
* | Disable -ffast-math for etc2compHein-Pieter van Braam2017-08-301-1/+3
|/
* Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde2017-07-011-86/+65
* X11: Abort build if using OpenSSL 1.1.0+Rémi Verschelde2017-05-061-0/+9
* SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-261-2/+2
* Use -Ofast on x11. Also introduced use_lto option.Ferenc Arn2017-01-261-9/+16
* x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde2017-01-081-2/+13
* Remove bundled glew, obsoleted by gladRémi Verschelde2017-01-061-3/+0
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-3/+4
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-3/+3
* | png: Allow building shared freetype with bundled libpngRémi Verschelde2016-11-191-1/+0
* | Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde2016-11-191-1/+1
* | libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde2016-11-191-1/+1
* | scons: Reorder options for clarityRémi Verschelde2016-11-031-20/+21
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-7/+3
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-55/+55
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-163/+163
* | Merge pull request #6490 from zaps166/webm-prRémi Verschelde2016-10-301-0/+3
|\ \
| * | Add WebM moduleBłażej Szczygieł2016-10-231-0/+3
* | | SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-171-4/+0
|/ /
* | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-1/+1
* | freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-151-5/+6
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-1/+0
* | glew: Split thirdparty files and isolate envRémi Verschelde2016-10-151-1/+3
* | squish: Move to a module and split thirdparty libRémi Verschelde2016-10-151-0/+3
* | theora: Move to a module and split thirdparty libRémi Verschelde2016-10-151-5/+12
* | openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-151-2/+2
* | ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-0/+11
* | webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-151-0/+3
* | enet: Split enet thirdparty files and allow unbundlingRémi Verschelde2016-10-151-1/+2
* | png: Split library to thirdparty dir and allow unbundlingRémi Verschelde2016-10-151-3/+5
|/
* Use pkgconfig to locate ALSA libs (#6119)romeojulietthotel2016-09-231-1/+1
* Code cleanup in platform/x11Mario Schlack2016-07-211-5/+0
* remove GLU dependency, closes #3787Juan Linietsky2016-07-181-1/+1
* Link libdl only on Linux, fix BSD buildeska2016-07-041-1/+3
* Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen2016-06-271-1/+3
* Merge pull request #4905 from Hinsbart/x11_dpiJuan Linietsky2016-06-111-1/+7
|\