aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Style fixes for commit d5bb6faaRémi Verschelde2018-06-131-1/+1
* -Make sure that ProjectSettings are properly dumped when dumping docs.Juan Linietsky2018-06-111-1/+1
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-2/+2
* Windows detect.py: Detect missing WindowsSdkDirMax Hilbrunner2018-05-071-2/+8
* Fix MinGW cross-buildbruvzg2018-03-151-2/+3
* Added missing import BoolVariableBastiaan Olij2018-03-151-1/+1
* Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner2018-03-131-155/+211
* Fix typos with codespellluz.paz2018-02-211-2/+2
* Link bcrypt lib in window and UWPFabio Alessandrelli2018-02-201-2/+2
* Windows: Fix case of imm32 for case-sensitive MinGW buildRémi Verschelde2018-02-151-2/+2
* Windows: implement OS.get_unique_id and OS.set_ime_positiongeequlim2018-01-311-2/+2
* Make separate debug symbols opt-inHein-Pieter van Braam2018-01-261-0/+1
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-1/+1
* Improve LTO build with MSVCGeorge Marques2017-12-311-1/+5
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-5/+0
* Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde2017-12-221-2/+2
* Add support for whole program optimization on MSVCGeorge Marques2017-12-161-0/+3
* Fix 32bit MingW build for thekla_altasHein-Pieter van Braam2017-12-151-1/+1
* Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...Colin Kinloch2017-12-141-5/+5
* -Add lightmapperJuan Linietsky2017-12-141-0/+7
* Fix windows compilation when using MinGWMrCdK2017-12-071-1/+1
* Add build param for targeted Windows versionPedro J. Estébanez2017-12-061-6/+5
* SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde2017-11-021-1/+0
* detect.py: Fix KeyError if using MinGW and LTOmhilbrunner2017-10-271-4/+1
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-1/+0
* 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