aboutsummaryrefslogtreecommitdiff
path: root/scripts/fetchDependency.ps1
AgeCommit message (Collapse)Author
2018-02-23Rename "depenencies" to tools. Rework xml file to reduce fields.Alexander Karatarakis
2018-02-23Introduce vcpkgDependency.xml instead of hardcodingAlexander Karatarakis
2018-02-20Update git to 2.16.2Alexander Karatarakis
2018-02-07Merge findFileRecursivelyUp into VcpkgPowershellUtilsAlexander Karatarakis
2018-01-25VcpkgInvokeCommand: remove paramter $waitAlexander Karatarakis
2018-01-23[vswhere] Update to 2.3.2Alexander 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-23Update CMake to 3.10.2Alexander Karatarakis
2018-01-23Don't print "downloading..." if file is already downloadedAlexander Karatarakis
2018-01-17[FetchDependency] Print out text when downloading/extractingAlexander Karatarakis
2018-01-03Update cmake to 3.10.1Albert Ziegenhagel
2017-12-08Improve vcpkgExtractFile. Also merge vcpkgRemoveDirectory/FileAlexander Karatarakis
2017-11-27Rework vcpkgExtractFile (powershell)Alexander Karatarakis
2017-11-26[cmake] update to 3.10.0 (#2236)Mikhail Paulyshka
2017-11-26[fetchDependency[ Make parameter mandatoryAlexander Karatarakis
2017-11-17[vcpkgExtractFile] Fix partial dir name. Special case 1-item zipsAlexander Karatarakis
- If the zip contains a single item, pull that up a directory - If the zip contains multiple items, place that in a directory on of the same name as the zip
2017-11-16Use temp-and-rename pattern for extractingAlexander Karatarakis
2017-11-15Introduce VcpkgPowershellUtilsAlexander Karatarakis
2017-11-09Make parameter mandatoryAlexander Karatarakis
2017-11-09Fix SHA-256 nameAlexander Karatarakis
2017-11-05[Get-(File)Hash] Use namespaces and add Pscx checkAlexander Karatarakis
2017-11-05[Expand-Archive] Use namespaces to distringuish Powershell 5's and PSCX'sAlexander Karatarakis
2017-11-03[cmake] Update to 3.9.5 (was 3.9.4)Alexander Karatarakis
2017-11-03[vswhere] Update to 2.2.11 (was 2.2.7)Alexander Karatarakis
2017-11-03[fetchDependency.ps1] Improve error message on hash mismatchAlexander Karatarakis
2017-11-03[fetchDependendy.ps1] Remove obsolete commentAlexander Karatarakis
2017-11-03Use download-at-temp-and-rename pattern in powershell tooAlexander Karatarakis
2017-10-31[git] Update to 2.15.0 (was 2.14.3)Alexander Karatarakis
2017-10-31[fetchDependency] Now also returns output in the form <sol>data<eol>Alexander Karatarakis
2017-10-31Fix proxy usage in Win7 (powershell 2.0)Alexander Karatarakis
2017-10-27[git] Update to 2.14.3 (was 2.14.2.3)Alexander Karatarakis
2017-10-27[fetchDependency] Fix compat with Powershell 2Alexander Karatarakis
2017-10-17[nuget] Update to 4.4.0 (was 4.3.0)Alexander Karatarakis
2017-10-17[vswhere] Update to 2.2.7 (was 2.2.3)Alexander Karatarakis
2017-10-17[git] Update to 2.14.2.3 (was 2.14.1)Alexander Karatarakis
2017-10-17[fetchDependency] Call Get-FileHash if available, otherwise fallbackAlexander Karatarakis
2017-10-17[fetchDependency] Call Start-BitsTransfer if available, otherwise fallbackAlexander Karatarakis
2017-10-17[fetchDependency] Use Test-Module for BitsTransfer module checkAlexander Karatarakis
2017-10-17[fetchDependency] Add Test-Module functionAlexander Karatarakis
2017-10-17[fetchDependency] Use Expand-Archive if it exists, otherwise fallback to cmdAlexander Karatarakis
2017-10-17[fetchDependency] Introduce Test-Command functionAlexander Karatarakis
2017-10-17[cmake] Update to 3.9.4 (was 3.9.3)Alexander Karatarakis
2017-10-12Merge pull request #1920 from frederich/Bug_1130Robert Schumacher
Get proxy credentials behind web proxy
2017-10-12[vcpkg-scripts] Detect and prompt for proxy in more casesRobert Schumacher
2017-10-09[vswhere.exe] Update to vesrion 2.2.3 (was 2.1.4)Alexander Karatarakis
2017-10-06Bump version of nuget to 4.3.0 (was 4.1.0)Alexander Karatarakis
2017-10-05Add vswhere in fetchDependency.ps1Alexander Karatarakis
2017-09-28[vcpkg-export-ifw] Usage QtIFW toolsKonstantin Podsvirov
Download and use tools to make repository and installer
2017-09-22Bump required version of CMake to 3.9.3Alexander Karatarakis
3.9.3 contains this interesting change: FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9
2017-09-19Bump required version of CMake to 3.9.2Alexander Karatarakis