summaryrefslogtreecommitdiffstats
path: root/platform/x11/detect.py
Commit message (Expand)AuthorAgeFilesLines
* SCons: Reduce spam from x11:can_buildRémi Verschelde2019-03-021-2/+0
* Come up with use_gcc.marxin2019-02-231-5/+6
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-13/+6
* Rename sanitizer option names.marxin2019-01-211-7/+15
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-4/+2
* Use XInput2 RawMotion to generate MouseMotion eventsCosmic Chip Socket2018-12-141-5/+6
* Fix gcc version check when running scons in python 3.Ibrahn Sahir2018-11-141-0/+2
* Fix compile recent compile issues with gcc 5.5Marcelo Fernandez2018-11-121-2/+2
* Fix binaries incorrectly detected as shared libraries on some linux distrosMarcelo Fernandez2018-11-071-0/+12
* SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-2/+3
* SCons: Fix checks for clang in env['CXX']Rémi Verschelde2018-09-251-3/+3
* Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-251-1/+1
|\
| * Added a new MIDIDriver classMarcelo Fernandez2018-07-211-1/+1
* | SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde2018-07-221-0/+4
* | -Fix disable_3d flagJuan Linietsky2018-07-211-2/+10
|/
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-2/+2
* SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-071-12/+18
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+6
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+6
* | Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-2/+2
|/
* X11: Link libgcc statically with use_static_cpp optionRémi Verschelde2018-02-161-3/+3
* Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-0/+4
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-4/+0
* Make separate debug symbols opt-inHein-Pieter van Braam2018-01-261-0/+1
* Bullet: allow unbundling only if > 2.87Rémi Verschelde2018-01-261-3/+3
* SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-131-0/+10
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-1/+1
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-4/+0
* Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde2017-12-221-1/+1
* openmp: Simplify linking on X11, fixing clang buildRémi Verschelde2017-12-141-2/+1
* openmp: Don't try to link GCC's implementation on ClangRémi Verschelde2017-12-141-2/+3
* Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...Colin Kinloch2017-12-141-2/+2
* -Add lightmapperJuan Linietsky2017-12-141-0/+6
* Implement multitouch on X11Pedro J. Estébanez2017-12-061-0/+9
* Cleanup old references to GLES2 rendererRémi Verschelde2017-11-191-1/+1
* SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde2017-11-021-1/+0
* Travis: Simplify matrix, disable iphone and add X11 tools=no/clangRémi Verschelde2017-10-271-0/+4
* Fix BSD compile issuesMarcelo Fernandez2017-10-171-0/+3
* 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