| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-19 | improve vs cache key | ruki | |
| 2024-01-16 | improve vsdevcmd for arch | ruki | |
| 2024-01-16 | support vsdevcmd without vcvarsall.bat #4609 | ruki | |
| 2023-12-18 | Fix vstudio arm64 dectect under Developer Command Prompt | dragonflylee | |
| 2023-07-19 | Fix grammar | wtz | |
| 2023-05-26 | improve to find vstudio | ruki | |
| 2023-04-20 | improve to detect vstudio cache #3652 | ruki | |
| 2023-01-15 | support vc6.0 | ruki | |
| 2022-08-28 | load armv6 vavars | ruki | |
| 2022-08-28 | fix format | ruki | |
| 2022-08-28 | improve msvc | ruki | |
| 2022-02-25 | cache find_vstduio | ruki | |
| 2022-02-20 | fix find_vstudio for winxp | ruki | |
| 2022-01-06 | Merge pull request #1958 from yecate/dev | ruki | |
| improve support find visualstudio buildtools | |||
| 2022-01-06 | improve support find visualstudio buildtools | yecate | |
| 2022-01-02 | improve to find vs from wdk directory | ruki | |
| 2021-11-10 | support std for c++ modules/msvc | ruki | |
| 2021-11-06 | improve find_vstudio.lua as well | xq114 | |
| 2021-07-16 | Update find_vstudio.lua | ruki | |
| 2021-07-16 | Update find_vstudio.lua | ruki | |
| 2021-07-16 | Update find_vstudio.lua | ruki | |
| 2021-06-30 | improve support vs2022 preview | yecate | |
| 2021-06-26 | support vs2022 preview | shuax | |
| 2021-05-07 | improve find_vstudio | ruki | |
| 2021-01-13 | improve find_vstudio | ruki | |
| 2021-01-13 | improve find_vstudio | ruki | |
| 2020-12-26 | improve find_vstudio | ruki | |
| 2020-12-19 | update copyright date | ruki | |
| 2020-09-25 | fix typo for some internal pathes | ruki | |
| 2020-09-25 | fix trailing white-space | ruki | |
| 2020-09-23 | fix xmake.spec | ruki | |
| 2020-08-15 | fix path for msvc/2008 on xp | ruki | |
| 2020-07-20 | build goenv for supporting cross-compilation | ruki | |
| 2020-04-01 | fix find_vstudio | ruki | |
| 2019-12-19 | update the copyright date | ruki | |
| 2019-08-26 | improve find_vstudio | ruki | |
| 2019-08-26 | fix error caused by the new vsDevCmd.bat of vs2019 | ChanthMiao | |
| A specific block of the new vsDevCmd.bat may cause system error. Use env var 'VSCMD_SKIP_SENDTELEMETRY' to skip it. Solution referrer: <https://developercommunity.visualstudio.com/content/problem/694847/vsdevcmdbat-developer-prompt-causes-the-input-line.html> | |||
| 2019-07-24 | fix typo | OpportunityLiu | |
| 2019-04-13 | fix headers with ASF to non-ASF | ruki | |
| 2019-03-06 | support vs2019 preview | ruki | |
| 2018-12-31 | modify copyright date | ruki | |
| 2018-11-26 | Fixes a issues that failed to run vcvarsall when vs_toolset and vs_sdkver ↵ | mclee | |
| are setted at same time. | |||
| 2018-11-16 | add vs_sdkver option | ruki | |
| 2018-10-31 | improve find_vstudio ~ minor fixes | Roy Ivy III | |
| * use `tonumber()` conversion instead of `(x + 0)` (more explicit) * remove redundant listing of VC/VS versions | |||
| 2018-10-20 | add vs_toolset option | ruki | |
| 2018-10-20 | fix uses vswhere to find_vstudio | ruki | |
| 2018-10-16 | format code | ruki | |
| 2018-10-15 | fix find_vstudio when executing from an already defined MSVC command prompt | Roy Ivy III | |
| .# Discussion Older MSVC/VS versions don't define the "VisualStudioVersion" environment variable. Prior to this fix, when executing within an already prepared environment (eg, the "Visual Studio Command Prompt") with those older MSVC/VS builds, the search logic would incorrectly try to search for all installed versions and read their environments. But since the environment had already been prepped, executing `vsvarsall` for any found MSVC/VS versions resulted in a superimposed and confused/invalid environment. For the older MSVC/VS versions without "VisualStudioVersion", this fix does use heuristics to guess at the correct version (and it's corresponding vsvers value [used as the results key value]). But, even if the wrong version is guessed, the results from find_vstudio are clean, without any environmental superposition, and fully usable for compilation. | |||
| 2018-10-15 | fix "fix UCRTVersion" logic for possibly missing WindowsSDKVersion | Roy Ivy III | |
| * some versions (especially early versions) of MSVC/VS may not define the WindowsSDKVersion environment variable | |||
| 2018-10-15 | improve find_rc | ruki | |
