aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-251-1/+2
* Fix gcc ltoHein-Pieter van Braam2017-09-231-2/+7
* Create separate debug info files by defaultHein-Pieter van Braam2017-09-161-1/+11
* Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde2017-09-131-3/+6
* Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-1/+1
* Added new WASAPI driver for WindowsMarcelo Fernandez2017-08-271-1/+3
* Windows: Drop support for obsolete MinGWRémi Verschelde2017-08-181-34/+19
* Windows: Drop support for Vista (0x0600)Rémi Verschelde2017-08-181-2/+4
* Make MinGW test less verbose on non-Bash shellsRémi Verschelde2017-07-251-9/+2
* Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde2017-07-011-195/+77
* -Fix eternal black screen on WindowsJuan Linietsky2017-04-091-1/+1
* SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-261-1/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-121-1/+3
* Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde2017-01-101-1/+1
|\
| * Detect bits when building with MinGWIgnacio Etcheverry2017-01-101-1/+1
* | Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-081-0/+4
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+2
|\ \ | |/ |/|
| * Godot works on Windows again..reduz2016-12-211-2/+2
* | scons: Reorder options for clarityRémi Verschelde2016-11-031-2/+0
* | style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-3/+3
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-10/+7
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-89/+89
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-218/+218
* | fix bug introduced by #6501yg2f2016-10-261-13/+13
* | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-3/+3
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-0/+1
* | glew: Split thirdparty files and isolate envRémi Verschelde2016-10-151-1/+0
|/
* scons detects standalone MSVC on Windowsyg2f2016-09-161-9/+16
* Implement missing WinRT functionsGeorge Marques2016-09-031-69/+9
* fix to mingw buildJuan Linietsky2016-08-201-1/+1
* ENet windows compilation fixes.Juan Linietsky2016-08-201-3/+2
* -make freetype build for all platforms the same, default as builtin except on...Juan Linietsky2016-06-091-9/+0
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-081-2/+2
* removed dependency on shcore.dll to get DPIJuan Linietsky2016-06-011-1/+1
* hidpi for now not available on mingw, sorryJuan Linietsky2016-05-291-1/+1
* DPI Detection supportJuan Linietsky2016-05-291-2/+2
* fix freetype paths on osx and mingwJuan Linietsky2016-05-291-2/+3
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-2/+2
* Fix windows 64-bits build.George Marques2016-05-031-0/+2
* Fixes 64 bit MSVC builds, disables bits parameterAleksandar Danilovic2016-04-101-0/+89
* Remove trailing spacesRémi Verschelde2016-04-021-29/+29
* -removed buggy flags, makes mingw+32 bits+optimized work again,Juan Linietsky2016-02-041-1/+1
* Revert "make msvc 64bits build again, fixes #3098"George Marques2016-01-261-1/+1
* -Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky2016-01-251-35/+1
* Fix 32 bit windows export crashmrezai2016-01-161-2/+8
* make msvc 64bits build again, fixes #3098Juan Linietsky2016-01-101-1/+1
* Better gamepad supporthondres2015-12-181-2/+2