index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
windows
/
detect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-76
/
+48
|
\
|
*
Windows: Fix duplicate .exe extension with mingw on Linux/macOS
Rémi Verschelde
2024-11-08
1
-3
/
+0
|
*
Merge pull request #98105 from Repiteo/scons/mingw-shenanigans
Thaddeus Crews
2024-11-07
1
-73
/
+48
|
|
\
|
|
*
SCons: Extend `MinGW` support & checks
Thaddeus Crews
2024-10-11
1
-73
/
+48
*
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-7
/
+2
|
\
|
|
|
*
|
Merge pull request #97555 from dustdfg/platform_methods/extract_validate_arch
Thaddeus Crews
2024-10-25
1
-7
/
+2
|
|
\
\
|
|
*
|
Build System: Extract `validate_arch` helper function
Yevhen Babiichuk (DustDFG)
2024-10-06
1
-7
/
+2
*
|
|
|
Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5
Spartan322
2024-10-24
1
-24
/
+21
|
\
|
|
|
|
*
|
|
Merge pull request #97556 from dustdfg/platforms/windows_detect_extract_commo...
Thaddeus Crews
2024-10-24
1
-24
/
+21
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Extract common check functions in windows_detect.py file
Yevhen Babiichuk (DustDFG)
2024-09-27
1
-24
/
+21
|
|
|
/
*
|
/
Fix solution build failure when using Visual Studio IDE
Lancelot 'Robin' Chen
2024-10-21
1
-1
/
+1
|
/
/
*
/
CI: Add MinGW/GCC build to Windows GHA
Thaddeus Crews
2024-10-10
1
-3
/
+4
|
/
*
[SCons] Remove MAXLINELENGTH override for MSVC
Fabio Alessandrelli
2024-09-26
1
-2
/
+0
*
Merge pull request #96813 from Repiteo/scons/fix-clang-cl-flags
Rémi Verschelde
2024-09-23
1
-9
/
+7
|
\
|
*
SCons: Fix `clang-cl` link/ar flags
Thaddeus Crews
2024-09-10
1
-9
/
+7
*
|
Fix using Binutils AR with TEMPFILE on Windows
Alvin Wong
2024-09-19
1
-0
/
+13
*
|
Merge pull request #96407 from alvinhochun/mingw-ar-long-command-tempfile
Rémi Verschelde
2024-09-18
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Remove ARFLAGS hack for Windows, replace with TEMPFILE
Alvin Wong
2024-09-01
1
-0
/
+5
*
|
[MinGW] Fix GCC ar detection.
bruvzg
2024-09-09
1
-1
/
+1
*
|
mingw: Only use `ar --thin` on supported versions
Alvin Wong
2024-09-01
1
-1
/
+57
|
/
*
Add support for compiling with VS clang-cl toolset
Alula
2024-08-28
1
-8
/
+27
*
MinGW: Use thin archives to reduce disk space
Alvin Wong
2024-08-28
1
-0
/
+2
*
Enable Clang color output on Windows
Alvin Wong
2024-08-28
1
-0
/
+3
*
Windows/detect.py: Detect llvm-mingw GCC wrappers and set use_llvm
Alvin Wong
2024-08-28
1
-2
/
+8
*
Windows/detect.py: Simplify try_cmd function
Alvin Wong
2024-08-28
1
-15
/
+5
*
Merge pull request #94845 from alvinhochun/llvm-mingw-sanitizers
Rémi Verschelde
2024-08-28
1
-2
/
+33
|
\
|
*
Allow llvm-mingw sanitizers only on x86_32/x86_64
Alvin Wong
2024-07-28
1
-0
/
+3
|
*
Windows: Add sanitizers for llvm-mingw, increase stack for ASan
Alvin Wong
2024-07-28
1
-2
/
+30
*
|
SCons: Better validation for platform-specific opt-in drivers
Rémi Verschelde
2024-08-21
1
-1
/
+1
*
|
[Windows] Remove libSynchronization
bruvzg
2024-07-27
1
-2
/
+2
|
/
*
Disable FP contraction.
bruvzg
2024-07-23
1
-0
/
+4
*
Merge pull request #94078 from Repiteo/scons/msvc-flag-fix
Rémi Verschelde
2024-07-22
1
-1
/
+6
|
\
|
*
SCons: Don't override cl flags on msvc
Thaddeus Crews
2024-07-08
1
-1
/
+6
*
|
[Windows] Fix release export template build for ARM64 Windows.
bruvzg
2024-07-19
1
-1
/
+2
*
|
[Windows] Add `libSynchronization` to link flags.
bruvzg
2024-07-17
1
-2
/
+2
*
|
D3D12: Get rid of DXIL.dll!
Pedro J. Estébanez
2024-07-11
1
-5
/
+0
|
/
*
Merge pull request #93152 from RandomShaper/prebuilt_asan
Rémi Verschelde
2024-07-02
1
-10
/
+12
|
\
|
*
Enable usage of asan-enabled versions of prebuilt libraries
Pedro J. Estébanez
2024-06-14
1
-10
/
+12
*
|
Windows: Fix arch detection via VCTOOLSINSTALLDIR
Max Hilbrunner
2024-06-25
1
-2
/
+3
*
|
Merge pull request #93342 from kus04e4ek/build-fix
Rémi Verschelde
2024-06-24
1
-3
/
+3
|
\
\
|
*
|
Fix not using `encoding="utf-8"` when writing to files or reading from them
Kusok
2024-06-19
1
-3
/
+3
|
|
/
*
/
[Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW.
bruvzg
2024-06-20
1
-0
/
+1
|
/
*
Merge pull request #91890 from Repiteo/scons/silence_msvc-fixes
Rémi Verschelde
2024-06-11
1
-8
/
+41
|
\
|
*
SCons: Fix `silence_msvc` implementation errors
Thaddeus Crews
2024-05-14
1
-8
/
+41
*
|
SCons: Convert platform `get_flags` to dictionary
Thaddeus Crews
2024-05-22
1
-4
/
+4
*
|
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-7
/
+7
|
/
*
Revert "Implement "get_mingw_tool" to fix mingw prefixes"
Rémi Verschelde
2024-05-09
1
-43
/
+62
*
Implement "get_mingw_tool" to fix mingw prefixes
Thaddeus Crews
2024-05-06
1
-62
/
+43
*
Merge pull request #91220 from Repiteo/scons/colorize-warn-error
Rémi Verschelde
2024-04-29
1
-40
/
+31
|
\
|
*
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-40
/
+31
[next]