aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
AgeCommit message (Collapse)Author
2018-05-15[vcpkg] Significantly reduce usage of powershell. Reduce console font ↵Alexander Karatarakis
switching bug
2018-02-28[bootstrap] Set-StrictMode to latestAlexander Karatarakis
2018-02-28[bootstrap] Fix reference to xml fileAlexander Karatarakis
2018-02-23Rename "depenencies" to tools. Rework xml file to reduce fields.Alexander Karatarakis
2018-02-23[vcpkgDependencies.xml] Reuse in bootstrapAlexander Karatarakis
2018-02-20Update git to 2.16.2Alexander Karatarakis
2018-02-07Merge findFileRecursivelyUp into VcpkgPowershellUtilsAlexander Karatarakis
2018-01-25[bootstrap] Fix whitespace issueAlexander Karatarakis
2018-01-25[bootstrap] Specify full path for dirs.projAlexander Karatarakis
2018-01-25[bootstrap] Exit fast(er) if msbuild failsAlexander Karatarakis
2018-01-25VcpkgInvokeCommand: remove paramter $waitAlexander Karatarakis
2018-01-23[bootstrap] Build vcpkg in a clean environmentAlexander Karatarakis
2018-01-23$script:MyInvocation.MyCommand.DefinitionAlexander 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 variableAlexander Karatarakis
2017-11-30Exit early if no VS is foundAlexander Karatarakis
2017-11-09Use Push-Location/Pop-Location instead of pushd/popdAlexander Karatarakis
2017-11-09Rename $explicitlyRequestedVSPath to $withVSPathAlexander Karatarakis
2017-11-09[bootstrap.ps1] Add option to specify VS pathAlexander 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 #1711Robert Schumacher
2017-08-25[vcpkg] Don't leak changes to the path in bootstrapRobert Schumacher
2017-08-25[vcpkg] Add commit date to vcpkg versionRobert Schumacher
2017-03-20Look for 'git' instead of 'git.exe'. Resolves #820Alexander Karatarakis
2017-02-21Rename findTargetPlatformVersion to getWindowsSDKAlexander Karatarakis
2017-02-08bootstrap.ps1 now detects the available Windows SDKsAlexander Karatarakis
2017-01-25[vcpkg] Do not build tests when running scripts\bootstrap.ps1.Robert Schumacher
2017-01-23[VS2017] Enable building vcpkg itself with VS2017Alexander Karatarakis
2016-11-21[bootstrap] Use "unknownhash" if git is not available. Resolves #305Alexander Karatarakis
2016-09-19Powershell scripts now detect the root dir via the .vcpkg-root fileAlexander Karatarakis
2016-09-19[bootstrap.ps1] Use older-powershell-friendly way to determine pathAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis