summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
...
* Windows: Use `/bigobj` only for debug builds, breaks GCC LTORémi Verschelde2021-11-181-2/+6
* Windows: Enable `/bigobj` to increase max size for obj filesRémi Verschelde2021-11-101-2/+4
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-2/+2
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-1/+1
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-2/+1
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-6/+0
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+2
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-6/+2
* Windows: Fix build with SCons 4.2.0Rémi Verschelde2021-08-011-1/+1
* Remove unnecessary 'pass' statementluz paz2021-07-251-1/+0
* Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-4/+6
|\
| * Allow to not optimize release buildRafał Mikrut2021-03-141-4/+6
* | Add `use_asan` option for MSVC to enable AddressSanitizerAndrii Doroshenko (Xrayez)2021-03-121-0/+7
|/
* Use /Zi and /FS for including debugger symbols on Windows with MSVCBastiaan Olij2021-02-091-2/+3
* SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde2021-02-081-3/+3
* SCons: Add `production=yes` option to use production defaultsRémi Verschelde2021-02-031-1/+1
* SCons: Add only selected platform's opts to envRémi Verschelde2020-12-161-3/+1
* Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-1/+1
* Add 'use_static_cpp' option for MinGW and MSVC buildsLyubomir Vasilev2020-12-031-5/+12
* SCons: Remove unnecessary $LINK overridesRémi Verschelde2020-11-191-4/+3
* Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio2020-11-091-6/+2
* [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