summaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
AgeCommit message (Expand)Author
2017-12-14Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...Colin Kinloch
2017-12-14-Add lightmapperJuan Linietsky
2017-12-07Fix windows compilation when using MinGWMrCdK
2017-12-06Add build param for targeted Windows versionPedro J. Estébanez
2017-11-02SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde
2017-10-27detect.py: Fix KeyError if using MinGW and LTOmhilbrunner
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
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 EnumVariable for choice-based build options.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-13Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-08-27Added new WASAPI driver for WindowsMarcelo Fernandez
2017-08-18Windows: Drop support for obsolete MinGWRémi Verschelde
2017-08-18Windows: Drop support for Vista (0x0600)Rémi Verschelde
2017-07-25Make MinGW test less verbose on non-Bash shellsRémi Verschelde
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-04-09-Fix eternal black screen on WindowsJuan Linietsky
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-01-12Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli
2017-01-10Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde
2017-01-10Detect bits when building with MinGWIgnacio Etcheverry
2017-01-08Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2016-12-21Godot works on Windows again..reduz
2016-11-03scons: Reorder options for clarityRémi Verschelde
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-26fix bug introduced by #6501yg2f
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde
2016-09-16scons detects standalone MSVC on Windowsyg2f
2016-09-03Implement missing WinRT functionsGeorge Marques
2016-08-20fix to mingw buildJuan Linietsky
2016-08-20ENet windows compilation fixes.Juan Linietsky
2016-06-09-make freetype build for all platforms the same, default as builtin except on...Juan Linietsky
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
2016-06-01removed dependency on shcore.dll to get DPIJuan Linietsky
2016-05-29hidpi for now not available on mingw, sorryJuan Linietsky
2016-05-29DPI Detection supportJuan Linietsky
2016-05-29fix freetype paths on osx and mingwJuan Linietsky
2016-05-29Finalized DynamicFont implementationJuan Linietsky
2016-05-03Fix windows 64-bits build.George Marques
2016-04-10Fixes 64 bit MSVC builds, disables bits parameterAleksandar Danilovic