aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-03-21[vcpkg-configure-cmake] Use toolchain in internal builds.Robert Schumacher
2017-03-20Look for 'git' instead of 'git.exe'. Resolves #820Alexander Karatarakis
2017-03-20[vcpkg-qmake] Tidy qmake-based builds. Search for qmake.exe inside tools.Robert Schumacher
2017-03-15Use -NoProfile when calling powershellAlexander Karatarakis
2017-03-15Fix vcpkg_get_windows_sdk.cmake to properly handle space in pathAlexander Karatarakis
2017-03-14Merge pull request #790 from Mixaill/msbuild-platformtoolsetRobert Schumacher
2017-03-14vcpkg_configure_cmake: fix ARM configuringMikhail Paulyshka
2017-03-14vcpkg_build_msbuild: add PLATFORM_TOOLSET propertyMikhail Paulyshka
2017-03-13Merge pull request #775 from Mixaill/msvs2017-mpir-winsdkRobert Schumacher
2017-03-13[vcpkg_build_msbuild] Perform a full rebuild by default.Robert Schumacher
2017-03-13[vcpkg_build_msbuild] Default to overriding WinSDK versionRobert Schumacher
2017-03-13template: add some more variablesMikhail Paulyshka
2017-03-12vcpkg_build_msbuild: add TARGET_PLATFORM_VERSION propertyMikhail Paulyshka
2017-03-11[vcpkg] Fix regression in 7b14894d. Fixes #772.Robert Schumacher
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
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
2017-02-24Tweak -Verbose messagesAlexander Karatarakis
2017-02-24Rewrite WindowsSDK detectionAlexander Karatarakis
2017-02-24Rewrite MSBuild detectionAlexander Karatarakis
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
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
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
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
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