summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Drop RtAudio driver on WindowsRémi Verschelde2019-02-201-3/+3
* Fix compiling with use_mingw flag on WindowsMarcelo Fernandez2019-02-191-2/+2
* Set WINVER and _WIN32_WINNT values in VS projectMarcin Zawiejski2019-01-221-2/+2
* Raised executable priority on windows to avoid stuter, helps #25162Juan Linietsky2019-01-221-2/+2
* SCons: Properly set bits variable as string for MSVC detectionRémi Verschelde2018-12-041-2/+2
* Remove trailing whitespaceRémi Verschelde2018-11-201-2/+2
* Fix libwebsockets 32-bits UWP builds.Fabio Alessandrelli2018-09-131-2/+2
* SCons: Disable min/max WinDef.h macros on MSVCRémi Verschelde2018-08-241-0/+1
* CI: Disable debug_symbols on Travis/AppVeyorRémi Verschelde2018-08-211-6/+0
* Support debug_symbols in VS optimized buildselasota2018-08-191-0/+6
* Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-251-1/+2
|\
| * Added a new MIDIDriver classMarcelo Fernandez2018-07-211-1/+2
* | -Fix disable_3d flagJuan Linietsky2018-07-211-7/+21
|/
* 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-172/+228
* 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-35/+20
* 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