cafebeef
|
5201dfb34c
Windows x86_64 GCC: Disable Theora assembly optimizations
|
5 months ago |
Rémi Verschelde
|
26fd3458f9
Windows: Configure MinGW LTO with `-fno-use-linker-plugin -fwhole-program`
|
6 months ago |
Rémi Verschelde
|
90208f7dd4
SCons: Fix handling of platform-specific tools, notably `mingw`
|
6 months ago |
Rémi Verschelde
|
26db0bb15f
SCons: Make `lto=auto` prefer ThinLTO over full LTO for LLVM targets
|
11 months ago |
Thaddeus Crews
|
a29294fddc
SCons: Refactor color output implementation
|
7 months ago |
Thaddeus Crews
|
95b00295fb
Merge pull request #96447 from Repiteo/scons/clang-cl-compile_commands
|
8 months ago |
Pāvels Nadtočajevs
|
a0300532b5
[Windows, LLVM] Fix `colorize` flag.
|
8 months ago |
Rémi Verschelde
|
f86b3696f6
SCons: Properly set SSE2 as baseline on x86_32
|
8 months ago |
Rémi Verschelde
|
6d326547da
Windows: Fix duplicate .exe extension with mingw on Linux/macOS
|
9 months ago |
Thaddeus Crews
|
fa65b70494
Merge pull request #98105 from Repiteo/scons/mingw-shenanigans
|
9 months ago |
Thaddeus Crews
|
17f06f6dae
Merge pull request #97555 from dustdfg/platform_methods/extract_validate_arch
|
9 months ago |
Thaddeus Crews
|
14d201ab54
Merge pull request #97556 from dustdfg/platforms/windows_detect_extract_common_checks
|
10 months ago |
Thaddeus Crews
|
9968828913
SCons: Set appropriate prefix when using clang-cl
|
11 months ago |
Thaddeus Crews
|
d4dddd00cb
SCons: Extend `MinGW` support & checks
|
10 months ago |
Thaddeus Crews
|
a44f691fc7
CI: Add MinGW/GCC build to Windows GHA
|
11 months ago |
Yevhen Babiichuk (DustDFG)
|
7aacdaa071
Build System: Extract `validate_arch` helper function
|
10 months ago |
Yevhen Babiichuk (DustDFG)
|
9c50312f0d
Extract common check functions in windows_detect.py file
|
10 months ago |
Fabio Alessandrelli
|
395a4fc5f2
[SCons] Remove MAXLINELENGTH override for MSVC
|
10 months ago |
Rémi Verschelde
|
648b21b9ba
Merge pull request #96813 from Repiteo/scons/fix-clang-cl-flags
|
11 months ago |
Alvin Wong
|
454251660c
Fix using Binutils AR with TEMPFILE on Windows
|
11 months ago |
Rémi Verschelde
|
804d9775b5
Merge pull request #96407 from alvinhochun/mingw-ar-long-command-tempfile
|
11 months ago |
Thaddeus Crews
|
df0a88b128
SCons: Fix `clang-cl` link/ar flags
|
11 months ago |
bruvzg
|
b1f9271e49
[MinGW] Fix GCC ar detection.
|
11 months ago |
Alvin Wong
|
28b95ff550
Remove ARFLAGS hack for Windows, replace with TEMPFILE
|
11 months ago |
Alvin Wong
|
35a8ff9284
mingw: Only use `ar --thin` on supported versions
|
11 months ago |
Alula
|
346cbc7f1f
Add support for compiling with VS clang-cl toolset
|
1 year ago |
Alvin Wong
|
2d300a0bdc
MinGW: Use thin archives to reduce disk space
|
1 year ago |
Alvin Wong
|
b5258b42c0
Enable Clang color output on Windows
|
1 year ago |
Alvin Wong
|
e9b6c1baf8
Windows/detect.py: Detect llvm-mingw GCC wrappers and set use_llvm
|
1 year ago |
Alvin Wong
|
3a0837b74b
Windows/detect.py: Simplify try_cmd function
|
1 year ago |