summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
* SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde2020-02-111-6/+4
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-18/+17
* Add static Vulkan loader.bruvzg2020-02-111-5/+29
* SCons: Split libmodules.a in folder-based libsRémi Verschelde2020-02-071-6/+1
* SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde2019-12-111-3/+6
* Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-041-2/+3
* Specify MINGW_HAS_SECURE_API=1Yeongho Kim2019-10-251-1/+1
* Add "llvm/thinlto" options to MinGW build.bruvzg2019-10-221-8/+26
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-8/+5
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-3/+3
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-7/+10
* Fixes build for Windows cross-compilationKenneth Lee2019-04-231-1/+1
* Ignore '/utf-8' flag on vs2013Windy Darian2019-04-151-1/+3
* Force utf-8 source file encoding in MSVCWindy Darian2019-04-101-1/+1
* Remove unused importsHendrikto2019-04-061-1/+0
* 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