aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_common_functions.cmake
AgeCommit message (Collapse)Author
2019-07-01[vcpkg] Use spaces instead of semicolons in the output (#7080)Leonid Pospelov
* Use spaces instead of semicolons in the output * Add prettify_command macro * Move pretty_command macro to a separate file
2019-06-28[vcpkg] Add vcpkg_check_features (#6958)myd7349
* [vcpkg] Add vcpkg_check_feature, vcpkg_check_features * [vcpkg] Remove vcpkg_check_feature * [oniguruma,xtensor] Use vcpkg_check_features
2019-06-12[icu] Enable parallel builds (#6695)Curtis J Bezault
* Add VCPKG_NUM_LOGICAL_CORES * break out logic that retries running a command several times into its own function * Parallelize icu
2018-11-22[vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_exRobert Schumacher
2018-11-06fdlibm init (#4165)atkawa7
* fdlibm init * fix links * Fix different hashes creation with google host * Move functions to script * Fix documentation * [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows. * [fdlibm] Trigger rebuild * [vcpkg_from_git] Use FETCH_HEAD reference to support tags
2018-10-25xalan-c: Install headers correctly (#4565)Roger Leigh
* Add SKIP_CLEAN option to vcpkg_install_msbuild Also add vcpkg_clean_msbuild function to factor out clean logic and allow re-use in portfiles. * xalan-c: Correct header globbing * vcpkg_install_msbuild: SKIP_CLEAN documentation correction * [xalan-c] Add explicit check for localmsgindex header. [docs] Regenerate
2018-08-30[vcpkg] post-build cmake test (#3431)Hiroshi Miura
* [vcpkg] post-build cmake test - test for applications with cmake build system - Add a test feature to vcpkg core, make progress for #72 - Tests for zlib, bzip2, libiconv and openssl for example - Test for curl will be failed, because of a bug #3053 It can detect a this type of problems * [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test. * [bzip2] Fix casing of cmake module name
2018-08-15[folly] Do not use -WerrorRobert Schumacher
2018-08-08New packages: libimobiledevice, getopt, readline (#3504)Frederik Carlier
* Add libplist * Add libusbmuxd * Fix typos * Add getopt * Add libimobiledevice * Fix typos * Add libideviceactivation * Add ideviceinstaller * Include utilities * Install usbmuxd * Add readline * Fix readline on 64-bit windows * Add libirecovery * libideviceactivation: include tools * Bump versions to fix build issues * Bump versions * Add idevicerestore * [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop * [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop * [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory * [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage(). * [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild() * [readline] Fix static builds
2018-05-14Add vcpkg_from_gitlab function.Samuel Kogler
2018-01-18[vcpkg-build-qmake][vcpkg-configure-qmake] Collapse config-specific versions.Robert Schumacher
2017-11-06merge from masterBarath Kannan
2017-11-06resolve conflict on non-existant vcpkg_acquire_depot_toolsBarath Kannan
2017-11-06use install target in Makefiles; make all portfile uniformBarath Kannan
2017-11-03Remove vcpkg_acquire_depot_toolsAlexander Karatarakis
2017-10-16working qt tools buildBarath Kannan
2017-08-30Add CMake function vcpkg_from_bitbucketFabien Péan
2017-06-02Include it in common toolsatkawa7
2017-05-03[vcpkg] Add support for installing from HEADRobert Schumacher
2017-03-02[ffmpeg] Initial commit of version 3.2.4Robert Schumacher
2017-02-21Add vcpkg_get_windows_sdk.cmakeAlexander Karatarakis
2017-02-14Add functions to find Program Files folders on the CMake sideAlexander Karatarakis
2017-02-09add libepoxycodicodi
2017-01-11Add glibcodicodi
2017-01-05cmake: add qmake-related helpers functionSilvio
2016-10-25need a function to repeatedly build up to a number of failures, since qt ↵Barath Kannan
builds are so flaky
2016-09-18Initial commitAlexander Karatarakis