summaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
AgeCommit message (Expand)Author
2019-01-21Rename sanitizer option names.marxin
2019-01-09Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam
2018-12-14Use XInput2 RawMotion to generate MouseMotion eventsCosmic Chip Socket
2018-11-14Fix gcc version check when running scons in python 3.Ibrahn Sahir
2018-11-12Fix compile recent compile issues with gcc 5.5Marcelo Fernandez
2018-11-07Fix binaries incorrectly detected as shared libraries on some linux distrosMarcelo Fernandez
2018-10-01SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde
2018-09-25SCons: Fix checks for clang in env['CXX']Rémi Verschelde
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-22SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-06-07SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-03-26Added new audio device functions to set/get the audio deviceMarcelo Fernandez
2018-02-16X11: Link libgcc statically with use_static_cpp optionRémi Verschelde
2018-02-14Allow building with system wide mbedtls on X11Fabio Alessandrelli
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-01-26Make separate debug symbols opt-inHein-Pieter van Braam
2018-01-26Bullet: allow unbundling only if > 2.87Rémi Verschelde
2018-01-13SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde
2018-01-05SCons: Fix usage of LD when we meant LINKRémi Verschelde
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-22Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde
2017-12-14openmp: Simplify linking on X11, fixing clang buildRémi Verschelde
2017-12-14openmp: Don't try to link GCC's implementation on ClangRémi Verschelde
2017-12-14Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...Colin Kinloch
2017-12-14-Add lightmapperJuan Linietsky
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