aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-03-10Update version of VS SetupAPI nuget packageAlexander Karatarakis
2017-03-06[vcpkg-configure-cmake] Alwasy set CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP to ↵Robert Schumacher
TRUE
2017-03-03Rename policy to OnlyReleaseCRTAlexander Karatarakis
2017-03-03Add policy: NoDebugBinariesAlexander Karatarakis
2017-03-02[ffmpeg] Initial commit of version 3.2.4Robert Schumacher
2017-02-28Merge pull request #701 from MKlimenko/masterRobert Schumacher
Add proxy credential support
2017-02-24Tweak -Verbose messagesAlexander Karatarakis
2017-02-24Rewrite WindowsSDK detectionAlexander Karatarakis
2017-02-24Rewrite MSBuild detectionAlexander Karatarakis
Add -Verbose messages. Look for VS2015 in Program files as well as registry
2017-02-24Inline variablesAlexander Karatarakis
2017-02-24Improve functions that detect ProgramFiles in CMakeAlexander Karatarakis
2017-02-24Improve functions that detect ProgramFiles in powershellAlexander Karatarakis
2017-02-23Tweak Verbose messagesAlexander Karatarakis
2017-02-23Disable Verbose-level messages for imported moduleAlexander Karatarakis
2017-02-23Remove unneeded Import-Module directiveAlexander Karatarakis
2017-02-23[vcpkg] Force JOM to be updated to 1.1.2Robert Schumacher
2017-02-22Add proxy credential supportMikhail Klimenko
2017-02-21[opengl] Add -ExecutionPolicy Bypass when invoking powershell as a childRobert Schumacher
process.
2017-02-21[find/acquire python] Update to v1.1.2 from v1.1.1Alexander Karatarakis
2017-02-21[find/acquire python] Use 32-bit versions and bump to latest patch versionAlexander Karatarakis
2017-02-21Add vcpkg_get_windows_sdk.cmakeAlexander Karatarakis
2017-02-21Rename findTargetPlatformVersion to getWindowsSDKAlexander Karatarakis
2017-02-21Allow to use git.cmd in addition to git.exepravic
In respect of #682 and https://cmake.org/Bug/bug_relationship_graph.php?bug_id=9879.
2017-02-16Fix script for powershell in Win7Alexander Karatarakis
2017-02-16[vcpkg] Use the Registry to find VS2015Robert Schumacher
2017-02-16Don't prompt for downloading nuget when finding VS instancesAlexander Karatarakis
This means bootstrap no longer prompts
2017-02-16fetchDependency.ps1: add option to override prompting for downloadAlexander Karatarakis
2017-02-16CMake: Bump version to 3.8.0 to resolve VS2017 UWP build issuesAlexander Karatarakis
2017-02-15Use MinGit instead of PortableGit. Resolves #662Alexander Karatarakis
2017-02-14Fix download of nasm. Resolves libjpeg-turbo build errorAlexander Karatarakis
2017-02-14Add functions to find Program Files folders on the CMake sideAlexander Karatarakis
2017-02-14Add functions to find Program Files folders on the powershell sideAlexander Karatarakis
2017-02-12Merge pull request #653 from codicodi/add-libepoxyRobert Schumacher
Add libepoxy
2017-02-11[bootstrap] Specify NuGet Source to avoid impact from user config.Robert Schumacher
2017-02-09Improve WinSDK detectionAlexander Karatarakis
2017-02-09tabs to spacescodicodi
2017-02-09add libepoxycodicodi
2017-02-08Remove unneeded Import-ModuleAlexander Karatarakis
2017-02-08bootstrap.ps1 now detects the available Windows SDKsAlexander Karatarakis
2017-02-08Reorder path alterations to generally append instead of prepend.Robert Schumacher
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-02-08Merge branch 'master' into codicodi-ninja-supportRobert Schumacher
2017-02-08Fix variable name and guard against 0 instancesAlexander Karatarakis
2017-02-08Merge pull request #644 from Microsoft/dev/roschuma/no-intel-mklRobert Schumacher
[vcpkg] Disable Intel MKL for all internal builds. Fixes #609.
2017-02-07Add new Policy: Empty PackageAlexander Karatarakis
2017-02-06Update SetupAPI version. Explicitly specify version. Use -nocacheAlexander Karatarakis
2017-02-06Don't download nupkg. nuget.exe auto-downloads itAlexander Karatarakis
2017-02-06Add a workaround for another BITS code pathBen 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-02-03[vcpkg] Disable Intel MKL for all internal builds. Fixes #609.Robert Schumacher
2017-02-03Add Ninja supportcodicodi
2017-02-02Improve error handling if BITS transfer failsAlexander Karatarakis