summaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
AgeCommit message (Expand)Author
2017-12-06Implement multitouch on X11Pedro J. Estébanez
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-02SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde
2017-10-27Travis: Simplify matrix, disable iphone and add X11 tools=no/clangRémi Verschelde
2017-10-17Fix BSD compile issuesMarcelo Fernandez
2017-09-26Reduce gcc lto build time by telling the linker toFelix M. Cobos
2017-09-25Use BoolVariable in platform-specific 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-24Merge pull request #11519 from hpvb/fix-gcc-ltoRémi Verschelde
2017-09-24Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde
2017-09-24Add support for OpenSSL 1.1.0.Elliott Sales de Andrade
2017-09-23Enable building against system zstd.Elliott Sales de Andrade
2017-09-23Fix gcc ltoHein-Pieter van Braam
2017-09-16Create separate debug info files by defaultHein-Pieter van Braam
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-08-31Merge pull request #10148 from leezh/pcre2Rémi Verschelde
2017-08-30Disable -ffast-math for etc2compHein-Pieter van Braam
2017-08-19Replacement of internal RegEx with PCRE2Zher Huei Lee
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-05-06X11: Abort build if using OpenSSL 1.1.0+Rémi Verschelde
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-01-26Use -Ofast on x11. Also introduced use_lto option.Ferenc Arn
2017-01-08x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde
2017-01-06Remove bundled glew, obsoleted by gladRémi Verschelde
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2016-11-19png: Allow building shared freetype with bundled libpngRémi Verschelde
2016-11-19Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde
2016-11-19libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde
2016-11-03scons: Reorder options for clarityRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-30Merge pull request #6490 from zaps166/webm-prRémi Verschelde
2016-10-23Add WebM moduleBłażej Szczygieł
2016-10-17SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-15freetype: Make it a module and split thirdparty libraryRémi Verschelde
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde
2016-10-15squish: Move to a module and split thirdparty libRémi Verschelde
2016-10-15theora: Move to a module and split thirdparty libRémi Verschelde
2016-10-15openssl: Move to a module and split thirdparty libRémi Verschelde
2016-10-15ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde
2016-10-15webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde
2016-10-15enet: Split enet thirdparty files and allow unbundlingRémi Verschelde
2016-10-15png: Split library to thirdparty dir and allow unbundlingRémi Verschelde
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-23Use pkgconfig to locate ALSA libs (#6119)romeojulietthotel