summaryrefslogtreecommitdiffstats
path: root/platform/windows/platform_windows_builders.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-2/+2
* Revert "Implement "get_mingw_tool" to fix mingw prefixes"Rémi Verschelde2024-05-091-11/+15
* [MinGW] Restore executable size check.bruvzg2024-05-081-8/+11
* Implement "get_mingw_tool" to fix mingw prefixesThaddeus Crews2024-05-061-18/+11
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-17/+9
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-0/+1
* [MinGW] Force separate debug symbols if executable size is larger than 1.9 GB.bruvzg2023-12-031-13/+15
* [Windows] Try using objcopy and strip with prefix and without prefix.bruvzg2023-07-251-3/+13
* SCons: Fix `separate_debug_symbols` option for Windows/MinGWRémi Verschelde2022-12-211-8/+5
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-5/+5
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-0/+22