aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-03-23[vcpkg-configure-cmake] Set CMAKE_INSTALL_LIBDIR as type string to avoid ↵Robert Schumacher
CMake forming an absolute path
2018-03-22Merge remote-tracking branch 'origin/master'Alexander Karatarakis
2018-03-22Improve warning message about Powershell 5.1Alexander Karatarakis
2018-03-22[vcpkg] Fix setting exePath in fetchTool (#3114)Michał Janiszewski
2018-03-22[vcpkg] Download cmake on osx and linuxRobert Schumacher
2018-03-21[double-conversion] Fix on non-windowsRobert Schumacher
2018-03-20[vcpkg-build-msbuild] Add option to use vcpkg's integration. Fixes #891. ↵Robert Schumacher
Fixes #828.
2018-03-20[mpg123] Disable LTCG for static libs to avoid ABI incompatibilityRobert Schumacher
2018-03-20[TLS 1.2] Add message for Powershell 5.1+Alexander Karatarakis
2018-03-19[libmysql] Use system dependencies to avoid ODR violationsRobert Schumacher
2018-03-14[vcpkg-cmake-toolchain] Only wrap find_package(Boost) if a boost library is ↵Robert Schumacher
installed.
2018-03-13[vcpkg-find-acquire-program] Handle PERL and NASM on non-windowsRobert Schumacher
2018-03-13[vcpkg] Improve non-Windows default triplet detectionRobert Schumacher
2018-03-11[vcpkg] Don't set CMAKE_CROSSCOMPILING when targetting Linux-on-LinuxRobert Schumacher
2018-03-11[vcpkg-fixup-cmake-targets] Remove stray absolute references inside ↵Robert Schumacher
top-level cmake files.
2018-03-11[vcpkg] Enable packages to provide cmake wrapper scripts.Robert Schumacher
2018-03-11[vcpkg] Fix extracting on Windows Server Core. Related to #2518.Robert Schumacher
2018-03-11[vcpkg] Improve defaults for other platformsRobert Schumacher
2018-03-11[vcpkg] Improve handling of external toolchains. Extract MSVC settings to a ↵Robert Schumacher
separate toolchain file.
2018-03-09[libxml2] Fix vcpkg toolchain helperRobert Schumacher
2018-03-07[gsl] Fix finding release libs in debug configurations. Fixes #2982.Robert Schumacher
2018-03-07applocal-deps applied to MODULE_LIBRARY target too (#2972)Bruce Jones
* Fix for issue #2786 * [vcpkg-cmake-toolchain] Only applocal dependencies for shared libraries * applocal-deps applied to MODULE_LIBRARY target too
2018-03-07add shogun 6.1.3 (#2977)Viktor Gal
* add shogun 6.1.3 * [shogun] Add additional dependencies, force static linking
2018-03-03[vcpkg] Allow ninja-based parallel configuration for UWP targets (#2929)Michał Janiszewski
Allow using ninja as parallel configuration runner even if it is not used as generator. This significantly improves throughput for usecases like CI with timeouts and more than one CPU (e.g. AppVeyor).
2018-03-03[vcpkg-acquire-msys] Restore sourceforge as a fallback mirrorRobert Schumacher
2018-03-03update the address of msys2 (#2941)ucker
2018-03-02[vcpkg] Improve handling of external toolchain filesRobert Schumacher
2018-03-01[vcpkg-download-distfile] Add proxy usage information to download failed messageRobert Schumacher
2018-03-01[vcpkg] Improve handling of HDF5 targetsRobert Schumacher
2018-03-01configure debug before release (#2911)Stefano Sinigardi
2018-02-28[findMSBuild.ps1] Set-StrictMode to LatestAlexander Karatarakis
2018-02-28[fetchTool.ps1] Set-StrictMode to LatestAlexander Karatarakis
2018-02-28[bootstrap] Set-StrictMode to latestAlexander Karatarakis
2018-02-28[getWindowsSDK.ps1] Fix error when registry key was not foundAlexander Karatarakis
2018-02-28[vcpkgHasProperty] Return false if property doesn't existAlexander Karatarakis
2018-02-28Fix issue when isPrerelease is not availableAlexander Karatarakis
2018-02-28[bootstrap] Fix reference to xml fileAlexander Karatarakis
2018-02-28[vcpkg-scripts] The shell zip extractor requires full pathsRobert Schumacher
2018-02-26[vcpkg] Add 7zip internal toolRobert Schumacher
2018-02-24Add doxygen and add packages option to vcpkg_require_msys (#2869)Jacob Zhong
* Add doxygen to acquired programs * Add packages option to msys function * Add documentation for PACKAGES in vcpkg_require_msys * [ffmpeg][x264] Update to use `PACKAGES` parameter. Tweak docs.
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-23Introduce vcpkgDependency.xml instead of hardcodingAlexander Karatarakis
2018-02-23[vcpkg-cmake-integration] Warn if no packages are installed for the current ↵Robert Schumacher
triplet.
2018-02-22TLS fixAlexander Karatarakis
2018-02-22use TLS 1.2 for downloadsJim McGrath
2018-02-21[vcpkg] Handle feature packages in CIRobert Schumacher
2018-02-21[vcpkg-download-distfile] Create target directory on downloadRobert Schumacher
2018-02-21[vcpkg-configure-cmake] Improvements to allow list parametersRobert Schumacher
2018-02-21[configure_qmake] Do not pass -d (too much output)Alexander Karatarakis