summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
* [Windows, MSVC] Correctly set source file encoding.bruvzg2020-10-091-1/+1
* SCons: Refactor and cleanup warnings definitionRémi Verschelde2020-10-081-2/+2
* SCons: Add windows_subsystem=default, restores original behaviorRémi Verschelde2020-10-061-1/+14
* Fix typos with codespellRémi Verschelde2020-09-181-1/+1
* Only display the Windows toggle console option if it can actually be usedHugo Locurcio2020-09-141-0/+2
* Add Windows Subsystem build option.bruvzg2020-08-171-5/+16
* Revert "[Windows] Attach to parent console instead of creating new one."bruvzg2020-08-171-4/+5
* [Windows] Attach to parent console instead of creating new one.bruvzg2020-08-111-5/+4
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-1/+3
* SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-2/+2
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-186/+239
* Make stack size on Windows match Linux and MacOSPedro J. Estébanez2020-03-171-0/+6
* 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