| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-22 | update telemetry | dan-shaw | |
| 2019-11-14 | [vcpkg] update telemetry | dan-shaw | |
| 2019-09-06 | (#8013) [vcpkg] Compatibility with pwsh >= 6.2 | TheGoddessInari | |
| In Powershell 6.2/7.0, `Get-ChildItem`'s paths are now printed as absolute paths instead of relative paths; this breaks the code we have that assumes that they're printed as relative paths. Thus, change the code to request the `Name` property specifically, which is what we actually wanted. | |||
| 2019-06-16 | [vcpkg] Bootstrap should use Get-CimInstance instead of Get-WmiObject. (#6788) | TheGoddessInari | |
| * [vcpkg] Bootstrap should use Get-CimInstance instead of Get-WmiObject. This lets it work with Powershell Core 6.0. | |||
| 2019-05-20 | Bootstrap: Refining PreferredToolArchitecture (#6398) | ccorn | |
| * Patch to enable bootstrap on Win32 * [bootstrap-vcpkg] Test OS version to set PreferredToolArchitecture | |||
| 2019-02-22 | [bootstrap.ps1] Fixed some possible incorrect comparison with null warnings. ↵ | soroshsabz | |
| (#5343) * Fixed some possible incorrect comparison with null warnings. * Correct bad indentation. * Removed extra space. | |||
| 2019-01-30 | [vcpkg] Enable bootstrapping with VS2019 | Robert Schumacher | |
| 2018-12-11 | Adapt bootstrap to VS 2019 Preview (#4922) | Berrysoft | |
| 2018-11-01 | [bootstrap.ps1] Remove unneeded Out-Null | Alexander Karatarakis | |
| 2018-11-01 | [bootstrap.ps1] Cleanup intermediate files after build | Alexander Karatarakis | |
| 2018-11-01 | [vcxproj] Explicitly specify intermediate and output directories | Alexander Karatarakis | |
| Avoids case-sensitivity issues, flattens the layout, no Win32 but x86 instead Issue #4586 | |||
| 2018-10-04 | [bootstrap.ps1] Prefer 64bit toolset | Alexander Karatarakis | |
| 2018-07-08 | compatible with non-English version of Windows (#3866) | Zepp | |
| 2018-07-03 | Fix misspelled configuration name (#3786) | MikeGitb | |
| 2018-06-13 | Win7 compat. Fail if 64-bit requested on 32-bit machine | Alexander Karatarakis | |
| 2018-06-13 | [bootstrap.ps1] Add option for building 64-bit vcpkg.exe | Alexander Karatarakis | |
| 2018-06-12 | Make bootstrap.bat parameters match bootstrap.sh | Alexander Karatarakis | |
| 2018-06-08 | [bootstrap] Add option to specify WinSDK | Alexander Karatarakis | |
| 2018-06-04 | Remove debug line | Alexander Karatarakis | |
| 2018-06-04 | "Release"->"release" to avoid case-sensitivity issues | Alexander Karatarakis | |
| Fixes #3641 | |||
| 2018-05-19 | [ps1] Move variable close to where it is set | Alexander Karatarakis | |
| 2018-05-19 | Rename ps1 file | Alexander Karatarakis | |
| 2018-05-19 | Inline variable | Alexander Karatarakis | |
| 2018-05-19 | [bootstrap.ps1] Remove unneeded <sol> <eol> | Alexander Karatarakis | |
| it was used for communication with vcpkg | |||
| 2018-05-19 | Merge VcpkgPowershellUtils into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Merge getVisualStudioInstances into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Merge getWindowsSDK into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-16 | [ps1] Add missing "include" | Alexander Karatarakis | |
| 2018-05-15 | [vcpkg] Significantly reduce usage of powershell. Reduce console font ↵ | Alexander Karatarakis | |
| switching bug | |||
| 2018-02-28 | [bootstrap] Set-StrictMode to latest | Alexander Karatarakis | |
| 2018-02-28 | [bootstrap] Fix reference to xml file | Alexander Karatarakis | |
| 2018-02-23 | Rename "depenencies" to tools. Rework xml file to reduce fields. | Alexander Karatarakis | |
| 2018-02-23 | [vcpkgDependencies.xml] Reuse in bootstrap | Alexander Karatarakis | |
| 2018-02-20 | Update git to 2.16.2 | Alexander Karatarakis | |
| 2018-02-07 | Merge findFileRecursivelyUp into VcpkgPowershellUtils | Alexander Karatarakis | |
| 2018-01-25 | [bootstrap] Fix whitespace issue | Alexander Karatarakis | |
| 2018-01-25 | [bootstrap] Specify full path for dirs.proj | Alexander Karatarakis | |
| 2018-01-25 | [bootstrap] Exit fast(er) if msbuild fails | Alexander Karatarakis | |
| 2018-01-25 | VcpkgInvokeCommand: remove paramter $wait | Alexander Karatarakis | |
| 2018-01-23 | [bootstrap] Build vcpkg in a clean environment | Alexander Karatarakis | |
| 2018-01-23 | $script:MyInvocation.MyCommand.Definition | Alexander Karatarakis | |
| It works also in cases where scripts/functions are calling each other. Without the $script prefix, it would instead give you the calling function OR the path if there was no parent function. With the prefix, it always yields the directory of the script | |||
| 2018-01-23 | [bootstrap] Extract arguments in variable | Alexander Karatarakis | |
| 2017-11-30 | Exit early if no VS is found | Alexander Karatarakis | |
| 2017-11-09 | Use Push-Location/Pop-Location instead of pushd/popd | Alexander Karatarakis | |
| 2017-11-09 | Rename $explicitlyRequestedVSPath to $withVSPath | Alexander Karatarakis | |
| 2017-11-09 | [bootstrap.ps1] Add option to specify VS path | Alexander Karatarakis | |
| 2017-10-31 | [bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure. | Robert Schumacher | |
| 2017-10-31 | [git] Update to 2.15.0 (was 2.14.3) | Alexander Karatarakis | |
| 2017-10-27 | [git] Update to 2.14.3 (was 2.14.2.3) | Alexander Karatarakis | |
| 2017-08-28 | [vcpkg] Don't use -ListImported in bootstrap. Fixes #1711 | Robert Schumacher | |
