aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/detect.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-7/+3
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-55/+55
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-163/+163
* | Merge pull request #6490 from zaps166/webm-prRémi Verschelde2016-10-301-0/+3
|\ \
| * | Add WebM moduleBłażej Szczygieł2016-10-231-0/+3
* | | SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-171-4/+0
|/ /
* | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-1/+1
* | freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-151-5/+6
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-1/+0
* | glew: Split thirdparty files and isolate envRémi Verschelde2016-10-151-1/+3
* | squish: Move to a module and split thirdparty libRémi Verschelde2016-10-151-0/+3
* | theora: Move to a module and split thirdparty libRémi Verschelde2016-10-151-5/+12