| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
refactor(toolchain): Separate gcc/clang registration from definition
|
|
Improve toolchain configs, add_toolchains("name[configs]")
|
|
prevent redundant loading
|
|
|
|
|
|
|
|
|
|
fix(C++ modules) if toolchain clang-scan-deps is not installed, fallback to system wide clang-scan-deps if available
|
|
feat: Adds support for GCC 15 toolchain
|
|
system wide clang-scan-deps if available
|
|
|
|
|
|
|
|
|
|
|
|
fix load unicode main script path on windows
|
|
|
|
|
|
|
|
|
|
improve to find cl and fix force flags
|
|
|
|
|
|
fix(rules) fix platform.windows.subsystem rule for clang
|
|
|
|
|
|
|
|
|
|
Add copy_if_different in os.cp
|
|
|
|
|
|
|
|
|
|
improve implib
|
|
|
|
|
|
|
|
|
|
|
|
improve to export def rules for binary
|
|
|
|
reuse rand32
|
|
|
|
|
|
|
|
|
|
Improve clang to support for msvc envs
|