| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-03 | drop redundant empty argv on os.runv/iorunv calls | DavidWang19 | |
| 2026-05-02 | fix msvc/intel/snippet detect when temp path contains spaces | DavidWang19 | |
| Pass the temp bat / test binary via the *v variants of os.run / iorun / vrun so os.argv does not split the path on whitespace. | |||
| 2026-03-29 | fix const limit on lua5.5 | ruki | |
| 2026-02-04 | fix review issuesvs | ruki | |
| 2026-02-04 | improve tips | ruki | |
| 2026-02-04 | improve tips | ruki | |
| 2026-02-04 | improve tips | ruki | |
| 2026-02-04 | improve tips | ruki | |
| 2026-02-04 | format code | ruki | |
| 2026-02-04 | improve vcvars | ruki | |
| 2026-02-01 | check lib in vs detection | ruki | |
| 2026-02-01 | fix tips | ruki | |
| 2026-02-01 | fix _check_vcvarsall_env | ruki | |
| 2026-02-01 | revert tips | ruki | |
| 2026-02-01 | improve check | ruki | |
| 2026-02-01 | improve tips | ruki | |
| 2026-02-01 | improve tips | ruki | |
| 2026-02-01 | improve tips | ruki | |
| 2026-02-01 | improve vs check | ruki | |
| 2026-02-01 | improve to check envs | ruki | |
| 2026-02-01 | improve to detect vs/msvc to check env length limit | ruki | |
| 2025-09-10 | support for vs2026 | ruki | |
| 2025-07-03 | rename copyright | ruki | |
| 2025-05-22 | Update find_vstudio.lua | ruki | |
| 2025-05-22 | Fixed the issue where vstudio cannot be found when there are more versions ↵ | xiaobfly | |
| of the same vstudio in the system. vswhere echo string: D:\Microsoft Visual Studio\2022\Professional2 D:\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build xmake thought it was a string, but in fact, it was two. so, should split it by "\n": { "D:\Microsoft Visual Studio\2022\Professional2", "D:\Microsoft Visual Studio\2022\Professional" } | |||
| 2025-05-15 | add some vcvars for custom msvc sdk. | Redbeanw44602 | |
| 2025-05-15 | add missing linkdirs. | Redbeanw44602 | |
| 2025-05-15 | fix typo. | Redbeanw44602 | |
| 2025-02-28 | fix checkinfo | ruki | |
| 2025-02-28 | improve to select latest toolset | ruki | |
| 2025-02-28 | attempt to select latest version | ruki | |
| 2025-02-28 | rename vcvars_ver to toolset | ruki | |
| 2024-12-30 | fix wrong envsep under msvc-wine. | Redbeanw44602 | |
| 2024-11-20 | fix `WindowsSDKDir` -> `WindowsSdkDir` | star9029 | |
| 2024-11-20 | Merge pull request #5823 from star-hengxing/msvc-build-tools | ruki | |
| Support custom vc build tools | |||
| 2024-11-19 | improve xmake.lua | star9029 | |
| 2024-11-18 | improve find_build_tools | star9029 | |
| 2024-11-18 | fix clang on linux | star9029 | |
| 2024-11-15 | improve warnings for find_vstudio again | ruki | |
| 2024-11-15 | improve warnings for find_vstudio | ruki | |
| 2024-11-15 | improve warnings for find_vstudio | ruki | |
| 2024-11-15 | support msvc-wine | star9029 | |
| 2024-11-15 | fix win sdk version | star9029 | |
| 2024-11-15 | add find_build_tools | star9029 | |
| 2024-11-15 | improve find_vstudio #5820 | ruki | |
| 2024-11-14 | Support custom vc build tools | star9029 | |
| 2024-08-07 | format code | ruki | |
| 2024-07-30 | make pattern more strict | jinke18 | |
| 2024-07-29 | fixbug: for cases when WindowsSDKVersion variable is not available | jinke18 | |
| 2024-07-08 | support arm64ec | ruki | |
