aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
AgeCommit message (Collapse)Author
2021-09-23[vcpkg_fixup_pkgconfig] Add support for Cflags.private (#19852)Dawid Wróbel
2021-09-14docs: Improve docs for vcpkg_build_nmake (#20139)autoantwort
2021-09-13Don't touch mingw static lib .a suffix (#20096)Kai Pastor
2021-09-13update some msys components (#19654)Alexander Neumann
2021-09-13[vcpkg_cmake_configure/vcpkg_configure_cmake] Support VS2022 17.0 (#19088)Phoebe
* [vcpkg] Support VS2022 17.0 * small changes * Update vcpkg.cmake * Update the baseline version * Update the baseline version * Update the baselin version * Adress the review suggestions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-13[Python3] update to 3.9.7 (#19851)JonLiu1993
* [Python3] update to 3.9.7 * update version * update vcpkg tool python3 to 3.9.7 * update hash to lowercase * update portifile.cmake * update version
2021-09-09[meson] fix cross compiling from linux to windows (#18927)autoantwort
* [meson] fix cross compiling from linux to windows * Fix mingw system name * Omit empty fields from standard libraries * Use VCPKG_CROSSCOMPILING * vcpkg_configure_meson: do not double escape include paths * vcpkg_configure_meson: set winres instead of rc * vcpkg_configure_meson: do not always cross build * Apply suggestions from code review * fix the issue I made * [meson] error when gcc uses a different linker executeable * [meson] apply code review from strega-nil * [meson] more verbose error messages * [meson] remove wrong check Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-09-01[vcpkg_from_github] Fix version regex matching issue (#19815)Phoebe
2021-08-30Document VCPKG_TARGET_IS_MINGW (#19790)autoantwort
2021-08-20[vcpkg baseline][paraview:x64-osx][vcpkg_cmake_config_fixup] Revert #19469 ↵Phoebe
(#19633) * [vcpkg_cmake_config_fixup] Revert #19469 * Update the version date * actually just revert * move stuff around in vcpkg-cmake-config.json file Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-08-16[vcpkg_fixup_pkgconfig] HOTFIX -- revert #19469 (#19607)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-08-16[rollup:2021-08-09] Rollup PR (#19469)nicole mazzuca
* [rollup:2021-08-09] PR #16706 (@JackBoosY) [vcpkg_fixup_cmake_targets] Fix up OSX system development path * [rollup:2021-08-09] PR #19238 (@strega-nil) [scripts-audit] vcpkg_download_distfile * [rollup:2021-08-09] PR #19239 (@strega-nil) [scripts-audit] vcpkg_find_fortran * [rollup:2021-08-09] PR #19338 (@strega-nil) [tinyfiledialogs] Fix for good * [rollup:2021-08-09] PR #19348 (@strega-nil) [scripts-audit] vcpkg_fixup_pkgconfig * fix ports.cmake with newer vcpkg_download_distfile * fix vcpkg create * move vcpkg_common_definitions down so that it's not incorrect * fix vcpkg_internal_get_cmake_vars Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-08-13[vcpkg_find_fortran] Update libiconv and zlib hash (#19545)Jack·Boos·Yu
* [vcpkg_find_fortran] Update libiconv hash * Fix more hash
2021-08-11[cmake] Update to 3.21.1 (#18955)Jack·Boos·Yu
2021-08-10[vcpkg-cmake] Fix vcpkg_copy_pdbs false alarm (#19369)myd7349
2021-08-07[vcpkg baseline][vcpkg_configure_make] Pass make tool to `vcpkg_build_make` ↵Kai Pastor
(#19361) * Pass 'make' between vcpkg scripts * Restore original BSD gmake lookup * [starlink-ast] Add ADDITIONAL_MSYS_PACKAGES to vcpkg_configure_make * [starlink-ast] x-add-version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-08-05update find_fortran.cmake (#18876)JonLiu1993
2021-08-03[vcpkg-cmake] Fix docs and usage of option MAYBE_UNUSED_VARIABLES (#19245)Jack·Boos·Yu
* Remove unused cmake options and MAYBE_UNUSED_VARIABLES values * Update MAYBE_UNUSED_VARIABLES docs * update version * version stuff * version stuff * update docs
2021-08-02Always use msys make on win32 host (#19164)Kai Pastor
2021-07-30[vcpkg_minimum_required] fix, add unit tests (#19257)nicole mazzuca
* fix vcpkg_minimum_required drive-by scripts audit * initial unit tests * finish unit tests
2021-07-29[rollup] 2021-07-26 (#19157)nicole mazzuca
* [rollup:2021-07-26 1/6] PR #18783 (@strega-nil) [scripts-audit] vcpkg_copy_tools and friends * [rollup:2021-07-26 2/6] PR #18898 (@dg0yt) [vcpkg] Fix toolchain compatibility with cmake < 3.15 * [rollup:2021-07-26 3/6] PR #18980 (@strega-nil) [cmake-guidelines] Minor update, for `if()` * [rollup:2021-07-26 4/6] PR #18981 (@strega-nil) [scripts-audit] vcpkg_check_linkage * [rollup:2021-07-26 5/6] PR #19158 (@Hoikas) [vcpkg.cmake] Fix variable case. * [rollup:2021-07-26 6/6] PR #18839 [scripts-audit] z_vcpkg_get_cmake_vars Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-07-27[vcpkg] Pass AUTHORIZATION_TOKEN to the vcpkg_download_distfile() command ↵Sergii Baitala
which retrieves VCPKG_HEAD_VERSION (#19077)
2021-07-26[vcpkg/scripts/make] avoid versioning for android (#17089)huangqinjin
2021-07-22vcpkg_configure_make: MacOS assume target arch is host arch (#18632)Eric Kilmer
This is to guard against MacOS triplets that don't list VCPKG_OSX_ARCHITECTURES
2021-07-22[vcpkg] Update vcpkg tools (#18817)Phoebe
* [perl/nuget] Update to latest release * Update nuget to 5.10.0 in vcpkgTools.xml * Update git aria2 scons go doxygen ruby bazel python3 * Update clang * Update meson to 5.8.1 * Update the baseline verison * Update vswhere to 2.8.4 * Update gsutil, add x86 nodejs on windows * Update git to 2.32.0.2 * Update the doc * Revert changes for adding nodejs Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-20[rollup] Rollup PR 2021-07-16 (#19001)nicole mazzuca
* [rollup:2021-07-16 1/7] PR #18201 (@JackBoosY) [vcpkg-cmake] Add check for unused cmake variables * [rollup:2021-07-16 2/7] PR #18397 (@strega-nil) [vcpkg_list] add new function * [rollup:2021-07-16 3/7] PR #18782 (@strega-nil) [scripts-audit] vcpkg_build_ninja * [rollup:2021-07-16 4/7] PR #18784 (@strega-nil) [scripts-audit] vcpkg_minimum_required * [rollup:2021-07-16 5/7] PR #18785 (@strega-nil) [scripts-audit] vcpkg_replace_string * [rollup:2021-07-16 6/7] PR #18786 (@strega-nil) [scripts-audit] windows scripts * [rollup:2021-07-16 7/7] PR #18945 (@strega-nil) [many ports] remove deprecated vcpkg_check_features call [1/5] Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-07-16CMake command docs say to use 0 for missing SHA512 (#18611)Charles Ellis
2021-07-15[vcpkg] Add debug_message to vcpkg_configure_meson.cmake (#18207)Vitaly
* Add debug_message to vcpkg_configure_meson.cmake * Update vcpkg_configure_meson.cmake * Update vcpkg_configure_meson.cmake
2021-07-14[rollup:2021-07-06] Rollup PR (#18838)nicole mazzuca
* [rollup:2021-07-06 1/8] PR #18272 (@strega-nil) [scripts-audit] vcpkg_from_* * [rollup:2021-07-06 2/8] PR #18319 (@strega-nil) [scripts-audit] add guidelines for cmake * [rollup 2021-07-06 3/8] PR #18410 (@mheyman) [vcpkg-cmake-config] documentation fix * [rollup:2021-07-06 4/8] PR #18488 (@strega-nil) [scripts-audit] vcpkg_execute_* * [rollup:2021-07-06 5/8] PR #18517 (@strega-nil) [scripts-audit] vcpkg_extract_source_archive * [rollup:2021-07-06 6/8] PR #18674 (@NancyLi1013) [vcpkg doc] Update examples * [rollup:2021-07-06 7/8] PR #18695 (@JackBoosY) [vcpkg] Update the minimum version of vcpkg * [rollup:2021-07-06 8/8] PR #18758 (@ras0219-msft) [vcpkg_from_git] Fix error if downloads folder does not exist * build docs! * fix bond:*-windows * fix nmap Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Michael Heyman <Michael.Heyman@jhuapl.edu> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-07-13[python3] Update to 3.9.6 (#18754)Adam Johnson
* [python3] Bump to 3.9.6 * x-add-version * Update all tools to Python 3.9.6.
2021-07-01[vcpkg] Expand Architecture list with escape chars (#18156)Sander Cox
* Expand Architecture list with escape chars This expands the architecture lists with escape characters. When building FAT binaries for macos using multiple architectures in the values they need to be escaped otherwise they are passed on to CMake incorrectly #14932 * Adding the architecture fix to vcpkg-cmake port updating port vcpkg-cmake version * updated version in baseline
2021-06-30[vcpkg_configure_make] Fix mingw (cross) build issues (#18554)Kai Pastor
* Set ENV{WINDRES} for mingw * Fix passing of '${prefix}' for mingw cross builds
2021-06-15[vcpkg_download_distfile] Add condition for padding the SHA (#18459)NancyLi1013
2021-06-11[vcpkg_download_distfile] Add explicit case for "0" (#18285)ras0219
2021-06-11[vcpkg_download_distfile] Fix regression for downloading via ARIA2 and ↵Robert Schumacher
downloading with HTTP headers (#18340) * [vcpkg_download_distfile] Use CMake to download if HTTP headers are supplied * [vcpkg_download_distfile] Restore RENAME for the aria2 downloader Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-06-11[openssl] Fix build on ARM64 macos (#18310)Lucius Q. User
2021-06-08Add VCPKG_MAKE_CONFIGURE_OPTIONS (that can be set in the triplet) (#18132)pastdue
* Add VCPKG_MAKE_CONFIGURE_OPTIONS that can be set in the triplet To append options to the configure command * Add documentation * Expand without quotes Co-Authored-By: ras0219 <533828+ras0219@users.noreply.github.com> * Add VCPKG_CMAKE_CONFIGURE_OPTIONS that can be set in the triplet Co-Authored-By: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Bump vcpkg-cmake port-version * Run x-add-version vcpkg-cmake * Apply suggestions from code review * [vcpkg-cmake] add version Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-06-05[vcpkg_download_distfile] fix download while in manifest mode (#18283)nicole mazzuca
When vcpkg detects a manifest root, it attempts to take a filesystem lock; this is a bug in `x-download`. We fix this bug by disabling manifests.
2021-06-04[doc] document vcpkg_fixup_pkgconfig merging behaviour (#18091)Matthias C. M. Troffaes
* [doc] document vcpkg_fixup_pkgconfig merging behaviour * [doc] add source
2021-06-04[docs] vcpkg_from_github beast moved to boost-beast (#18106)Pratik Chowdhury
2021-06-04[vcpkg] Add experimental $X_VCPKG_ASSET_SOURCES for source caching (#13639)ras0219
* [vcpkg] Add experimental $VCPKG_X_READWRITE_MIRROR_URL_TEMPLATE for source caching * [vcpkg] Use prerelease version for testing * [docs] Add assetcaching.md * Revert bootstrap changes * [vcpkg_download_distfile] Deprecate SILENT_EXIT * cmake_parse_arguments() always defines option arguments * Adjust CI baseline * [vcpkg_download_distfile] Address CR comments, restore ARIA2 * [CI] Add source caching to Linux and OSX CI passes * [ci.baseline.txt] Skip chartdir on more platforms
2021-06-03[vcpkg/scripts/make] correct linker flag name (#17084)huangqinjin
* [vcpkg/scripts/make] correct linker flag name * Trigger CI
2021-06-03[vcpkg] Don't override pkg-config prefix (#17205)Kai Pastor
* Don't override pkg-config prefix * Rebuild
2021-06-02[vcpkg_install_gn] Fix variable name typo (#18186)Martin Vejdarski
2021-05-26[python3] Update to 3.9.5 (#17773)Christian Rendina
* [python3] update to 3.9.5 * [vcpkg] update baseline * [scripts] update to py 3.9.5
2021-05-26[meson] fix build_machine (#17845)Alexandre Bique
2021-05-26[vcpkg/scripts/make] determine whether to use automake wrappers (#17215)huangqinjin
2021-05-26[scripts-audit] Rollup 2021-05-21 (#18112)nicole mazzuca
* [scripts-audit] vcpkg_acquire_msys (#17687) * [vcpkg.cmake] Change find_package function -> macro in order to shorten trace (#17997) switch from function to macro * [scripts-audit] z_vcpkg_apply_patches (#18013) * [scripts-audit] z_vcpkg_escape_regex_control_characters (#18013) * [scripts-audit] vcpkg_fail_port_install (#18054) Note that this change allows existing failures; it changes MATCHES to STREQUAL, meaning that vcpkg_fail_port_install(ON_ARCH "arm") now succeeds on arm64; this change in behavior is fine (IMO) since it strictly succeeds when it used to fail.
2021-05-26[vcpkg] Fix lib uuid handling for x64-mingw-dynamic (#17137)Kai Pastor
* Link static uuid on MiNGW * Trigger rebuild
2021-05-24[vcpkg_fixup_pkgconfig] Fix handling of empty fields (#17898)Kai Pastor