summaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
AgeCommit message (Expand)Author
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
2016-07-21Code cleanup in platform/x11Mario Schlack
2016-07-18remove GLU dependency, closes #3787Juan Linietsky
2016-07-04Link libdl only on Linux, fix BSD buildeska
2016-06-27Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen
2016-06-11Merge pull request #4905 from Hinsbart/x11_dpiJuan Linietsky
2016-06-09-make freetype build for all platforms the same, default as builtin except on...Juan Linietsky
2016-06-09x11: Implemented dpi detectionAndreas Haas
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
2016-05-29Finalized DynamicFont implementationJuan Linietsky
2016-04-02Remove trailing spacesRémi Verschelde
2016-02-14x11: make dependancy on libudev optionalhondres
2016-02-04added option to link libstdc++ staticallyJuan Linietsky
2016-01-26remove dependancy on libevdevhondres
2016-01-10Enable ALSA driver in non-linux X11 when availableeska
2016-01-06Make joydev build using udev and evdev opt-out but blocking (linux)Rémi Verschelde
2015-12-21Check pkg-config for libudev and enable gamepad code only if found. Linux onl...hondres