aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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