aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-01-25[vcpkg] Do not build tests when running scripts\bootstrap.ps1.Robert Schumacher
2017-01-24[vcpkg] Add user-facing notification to prompt rebuilding vcpkg.exe in face o...Robert Schumacher
2017-01-24Improve detection of VS installation instancesAlexander Karatarakis
2017-01-24[vcpkg integrate] Exit silently if target cannot be found.Robert Schumacher
2017-01-24FetchDependency.ps1 now returns the downloaded exe's pathAlexander Karatarakis
2017-01-24Fix path to nuget.exeAlexander Karatarakis
2017-01-24Download nuget.exe in a version-including subfolder in Downloads\Alexander Karatarakis
2017-01-24Remove $downloadName variableAlexander Karatarakis
2017-01-23[VS2017] Enable building with v141 toolsetAlexander Karatarakis
2017-01-23Bump downloaded git versionAlexander Karatarakis
2017-01-23Bump nuget.exe versionAlexander Karatarakis
2017-01-23[vcpkg integrate] Lower verbosity of MSBuild messages.Robert Schumacher
2017-01-23Bump version of required CMake to 3.7.2Alexander Karatarakis
2017-01-23[VS2017] Enable building vcpkg itself with VS2017Alexander Karatarakis
2017-01-23[VS2017] Add powershell script to find any MSBuild with C++ supportAlexander Karatarakis
2017-01-23[VS2017] Add powershell script to enumerator VS2017 instancesAlexander Karatarakis
2017-01-19Fix integration when $(Platform) is emptyAlexander Karatarakis
2017-01-19Merge pull request #529 from codicodi/add-glibRobert Schumacher
2017-01-13[vcpkg_build/install_cmake] Add option to disable parallel buildingAlexander Karatarakis
2017-01-14[glib] toooolscodicodi
2017-01-14Revert "[glib] use win_iconv and add subdir for tools"codicodi
2017-01-13[vcpkg integration] Explicitly skip empty entries instead of recursing. Fixes...Robert Schumacher
2017-01-13[vcpkg_build_cmake] Add option to specify the 64-bit toolsetAlexander Karatarakis
2017-01-14[glib] use win_iconv and add subdir for toolscodicodi
2017-01-11[7zip] Also consider the system version, if availableAlexander Karatarakis
2017-01-11Add glibcodicodi
2017-01-11Acquire 7zAlbert Ziegenhagel
2017-01-10Fix error message when looking for PYTHON2Alexander Karatarakis
2017-01-06[vcpkg_apply_pathces] Fix typo (also trailing whitespace)Alexander Karatarakis
2017-01-05cmake: add qmake-related helpers functionSilvio
2017-01-05vcpkg_apply_patches: add QUIET optionSilvio
2016-12-23Copy DLLs before attempting to regsvr32.Christian Ullrich
2016-12-23Copy DLLs for all project types.Christian Ullrich
2016-12-07[vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use VCPKG_CMAKE_SYSTEM_N...Robert Schumacher
2016-12-06[vcpkg] Disable all interactions with CMake registry -- we are effectively im...Robert Schumacher
2016-12-03[vcpkg] Remove automatic include paths and link paths from CMake toolchain. I...Robert Schumacher
2016-12-02fixed vcpkg trying to set properties on INTERFACE and ALIAS targetsCharlie Barto
2016-11-29Merge fix #306Robert Schumacher
2016-11-28Move PYTHON2 "acquisition" to vcpkg_find_acquire_programAlexander Karatarakis
2016-11-26[vcpkg.cmake] Add `lib` and `lib/manual-link` to CMake's default link directo...Robert Schumacher
2016-11-25[vcpkg-integrate] Provide an opt-out for autolinking. Properly suppress integ...Robert Schumacher
2016-11-21[bootstrap] Use "unknownhash" if git is not available. Resolves #305Alexander Karatarakis
2016-11-19add support for VS 2017Charlie Barto
2016-11-16added x64 as a prefix to search for cl.exe in the toolchain file, this makes ...charlie barto
2016-11-11[vcpkg-cmake-toolchain] Avoid IN_LIST to reduce required cmake versionRobert Schumacher
2016-11-10Merge pull request #273 from Morten242/multithreaded_installRobert Schumacher
2016-11-11Add /m switch to vcpkg_install_cmakeMårten Nordheim
2016-11-11Add /m switch to vcpkg_build_msbuild.cmakeMårten Nordheim
2016-11-08Use /DEPENDENTS instead of /IMPORTS in applocal.ps1Alexander Karatarakis
2016-11-08Merge branch 'postbuild'Alexander Karatarakis