| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-15 | [vcpkg] Significantly reduce usage of powershell. Reduce console font ↵ | Alexander Karatarakis | |
| switching bug | |||
| 2018-02-28 | Fix issue when isPrerelease is not available | Alexander Karatarakis | |
| 2018-02-23 | Rename "depenencies" to tools. Rework xml file to reduce fields. | 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 | |||
| 2017-10-31 | [fetchDependency] Now also returns output in the form <sol>data<eol> | Alexander Karatarakis | |
| 2017-10-31 | [findVSInstances] Data lines are now placed within <sol><eol> tags. Text ↵ | Alexander Karatarakis | |
| outside these tags is ignored This means we can print text in powershell now and it won't break vcpkg. | |||
| 2017-10-19 | Do not depend on newlines when getting output from powershell | Alexander Karatarakis | |
| 2017-10-16 | [findVS] Add detection for VS2015 Build Tools | Alexander Karatarakis | |
| 2017-10-09 | [VS detection] Add -products * flag to vswhere. This includes Express and ↵ | Alexander Karatarakis | |
| BuildTools SKUs | |||
| 2017-10-05 | Completely rework Visual Studio detection | Alexander Karatarakis | |
| - Now using vswhere.exe to detect all VS instance (2015 + 2017) - Default version preference order is now: stable, prerelease, legacy - Within each preference weight, the latest one is chosen - findVisualStudioInstallationInstances.ps1 now has a parameter to choose VS instance | |||
| 2017-08-15 | Remove download prompts for cmake/git | Alexander Karatarakis | |
| The prompts were causing a lot of issues for users and especially CI builds | |||
| 2017-05-06 | [vcpkg] Add more logging to findXYZ.ps1 | Robert Schumacher | |
| 2017-03-10 | Update version of VS SetupAPI nuget package | Alexander Karatarakis | |
| 2017-02-23 | Remove unneeded Import-Module directive | Alexander Karatarakis | |
| 2017-02-16 | Don't prompt for downloading nuget when finding VS instances | Alexander Karatarakis | |
| This means bootstrap no longer prompts | |||
| 2017-02-11 | [bootstrap] Specify NuGet Source to avoid impact from user config. | Robert Schumacher | |
| 2017-02-08 | Fix variable name and guard against 0 instances | Alexander Karatarakis | |
| 2017-02-06 | Update SetupAPI version. Explicitly specify version. Use -nocache | Alexander Karatarakis | |
| 2017-02-06 | Don't download nupkg. nuget.exe auto-downloads it | Alexander Karatarakis | |
| 2017-02-06 | Add a workaround for another BITS code path | Ben Harper | |
| The fix from last week (ce9927f7327bc71ade246108a7d984deda6293fd) worked for downloading most dependencies, but there is still one BITS transfer code path, which this fix addresses. | |||
| 2017-01-24 | Improve detection of VS installation instances | Alexander Karatarakis | |
| 2017-01-24 | FetchDependency.ps1 now returns the downloaded exe's path | Alexander Karatarakis | |
| 2017-01-24 | Fix path to nuget.exe | Alexander Karatarakis | |
| 2017-01-23 | [VS2017] Add powershell script to enumerator VS2017 instances | Alexander Karatarakis | |
