summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Detect missing DLL dependencies and list them in the open_dynamic_l...bruvzg2023-03-271-0/+6
* Windows: Make MSVC debug CRT opt-in (`debug_crt=yes`)Rémi Verschelde2022-12-051-1/+2
* Windows: Link MSVC dynamic debug CRT for debug buildsRémi Verschelde2022-11-281-3/+7
* Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-261-5/+7
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+2
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+2
* | ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+6
* | SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-58/+7
* | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-1/+0
* | SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-0/+8
|/
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-10/+14
* [Windows] Improve build environment detection, add support for Windows on ARM.bruvzg2022-08-271-110/+263
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-39/+61
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+2
* Use bigobj for release MSVC buildsKevin Smith2022-07-251-1/+4
* opengl3 driver now works on windows including multi windowderammo2022-05-111-6/+8
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+2
* [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-19/+1
* Misc build system fixesAaron Franke2021-12-101-1/+1
* 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