summaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
AgeCommit message (Expand)Author
2019-12-11SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-10-25Specify MINGW_HAS_SECURE_API=1Yeongho Kim
2019-10-22Add "llvm/thinlto" options to MinGW build.bruvzg
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-04-23Fixes build for Windows cross-compilationKenneth Lee
2019-04-15Ignore '/utf-8' flag on vs2013Windy Darian
2019-04-10Force utf-8 source file encoding in MSVCWindy Darian
2019-04-06Remove unused importsHendrikto
2019-02-20Drop RtAudio driver on WindowsRémi Verschelde
2019-02-19Fix compiling with use_mingw flag on WindowsMarcelo Fernandez
2019-01-22Set WINVER and _WIN32_WINNT values in VS projectMarcin Zawiejski
2019-01-22Raised executable priority on windows to avoid stuter, helps #25162Juan Linietsky
2018-12-04SCons: Properly set bits variable as string for MSVC detectionRémi Verschelde
2018-11-20Remove trailing whitespaceRémi Verschelde
2018-09-13Fix libwebsockets 32-bits UWP builds.Fabio Alessandrelli
2018-08-24SCons: Disable min/max WinDef.h macros on MSVCRémi Verschelde
2018-08-21CI: Disable debug_symbols on Travis/AppVeyorRémi Verschelde
2018-08-19Support debug_symbols in VS optimized buildselasota
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-06-13Style fixes for commit d5bb6faaRémi Verschelde
2018-06-11-Make sure that ProjectSettings are properly dumped when dumping docs.Juan Linietsky
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-05-07Windows detect.py: Detect missing WindowsSdkDirMax Hilbrunner
2018-03-15Fix MinGW cross-buildbruvzg
2018-03-15Added missing import BoolVariableBastiaan Olij
2018-03-13Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner
2018-02-21Fix typos with codespellluz.paz
2018-02-20Link bcrypt lib in window and UWPFabio Alessandrelli
2018-02-15Windows: Fix case of imm32 for case-sensitive MinGW buildRémi Verschelde
2018-01-31Windows: implement OS.get_unique_id and OS.set_ime_positiongeequlim
2018-01-26Make separate debug symbols opt-inHein-Pieter van Braam
2018-01-05SCons: Fix usage of LD when we meant LINKRémi Verschelde
2017-12-31Improve LTO build with MSVCGeorge Marques
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-22Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde
2017-12-16Add support for whole program optimization on MSVCGeorge Marques
2017-12-15Fix 32bit MingW build for thekla_altasHein-Pieter van Braam
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