Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master merge #78

Merged
merged 590 commits into from
Aug 17, 2023
Merged

Master merge #78

merged 590 commits into from
Aug 17, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 14, 2023

  1. [pybind11] Fix debug link failure (microsoft#31318)

    * Fix debug link failure
    
    * update version
    
    * update version
    
    ---------
    
    Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
    JonLiu1993 and Zhao Liu authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4ce46dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    592cb84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e398928 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da6aca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15d03e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Skip OpenVINO in CI due to conflict with oneDNN. (microsoft#32567)

    * Skip OpenVINO in CI due to conflict with oneDNN.
    
    See microsoft#32418 (comment)
    BillyONeal authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7269926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36577b3 View commit details
    Browse the repository at this point in the history
  3. [vulkan-memory-allocator] Update port to current ToT (microsoft#32513)

    * [vulkan-memory-allocator] Update VMA port to current ToT
    
    Contains fixes for gcc13 and adds streamlined CMake support.
    
    See this PR for the recent CMake fixes:
    GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator#350
    
    * Update version database
    
    * Fix typo in usage, dedupe cmake.org link, move up 3.21+, remove extra newline.
    
    ---------
    
    Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
    juan-lunarg and BillyONeal authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    fba81a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    d512dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134faa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d7f6a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f11cac5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04adf7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0f1dcc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21bbb14 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    2ff2c82 View commit details
    Browse the repository at this point in the history
  2. [openal-soft] Fix android config (microsoft#32606)

    Fixes issue with linking command with an undefined OpenSL::OpenSLES in static mode and android
    bwrsandman authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3948644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93806d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f37cd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    861c330 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    f784667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37e138c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f07c54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5161e4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfc03cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3afacd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24bcc37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    489a01d View commit details
    Browse the repository at this point in the history
  9. Skip bde due to conflict with pcre and ryu. (microsoft#32645)

    Replaces microsoft#32601 ; will proceed with deindex only after some time for bde maintainers to fix this.
    BillyONeal authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    eee400a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b83d863 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    5e9cbd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6657c3 View commit details
    Browse the repository at this point in the history
  3. [kealib] Block attempting to load gdal's package.

    Resolves microsoft#32653
    
    The problem is that regardless of `LIBKEA_WITH_GDAL` it runs `find_package(GDAL`. (Ignoring the answer) Inside GDAL's package, they do `find_dependency(HDF5 COMPONENTS C)` which overrides kealib's attempted `find_package(HDF5 COMPONENTS CXX HL REQUIRED)` with the wrong libraries.
    BillyONeal authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4c1734b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a3c948 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    50a4aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56954f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    864c70b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7525d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    589cfb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d6f26b View commit details
    Browse the repository at this point in the history
  7. fix: take component from runtime only microsoft#32560 (microsoft#32683)

    Only take the COMPONENT part for the runtime settings like we
    already do for the DESTINATION component. The install local dependencies
    should only need to be run for RUNTIME components anyway.
    sandercox authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f41244d View commit details
    Browse the repository at this point in the history
  8. [vcpkg scripts] Fix check the different features have the same featur…

    …e variable in function vcpkg_check_features (microsoft#31984)
    JonLiu1993 authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a564a7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d47b24 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. [drogon] fix: patch drogon redis link (microsoft#32694)

    * fix: patch drogon redis link
    
    drogon's source root CMakeLists.txt is now patched to link to
    hiredis::hiredis provided by vcpkg hiredis port.
    
    when using vcpkg manifest mode it used to link drogon.dll target to
    hiredis.dll while on debug build, hiredisd.dll is only available.
    this patch resolves this problem.
    cthulhu-irl authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d765306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c402f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d20de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b10139 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06cbd71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d297fa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23c4901 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f54c91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edf7b91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98e184d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3678e75 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57ca276 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    472d146 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b7dba7f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    cada931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f826a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a036271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a18872f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c26e2bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9307a7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05f3ed1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    080bf4d View commit details
    Browse the repository at this point in the history
  9. [blpapi] add new port (microsoft#32603)

    * [blpapi] add new port
    
    * Deduplicate common prefixes, and better handle release-only triplets.
    
    ---------
    
    Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
    sweemer and BillyONeal authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    250209e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    68f680c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4160b0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa9d1fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6cb06f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01793b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    151c42c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebf90b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59fa2d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    202ef0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a003690 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a1d682b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e65af7b View commit details
    Browse the repository at this point in the history
  13. [date] Fix installation (microsoft#32772)

    * [date] Fix installation
    
    * update version database
    xiaozhuai authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c269756 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f84c18b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b08106 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    24d7259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b6001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91bb3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f204b54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16eeb02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c415aab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    430aa06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d523304 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32675c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8184c5e View commit details
    Browse the repository at this point in the history
  11. scripts/msys => scripts/cmake (microsoft#32375)

    * scripts/msys => scripts/cmake
    
    The "msys" directory looked like a "maintainer help" directory (like scripts/boost is) so it wasn't included in standalone distributions of vcpkg.
    
    It seems like the correct fix for this is just to move it into the scripts/cmake directory.
    BillyONeal authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    08f00b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    861d3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccd2e8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d8b396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b04a7b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. [rubberband] Update to 3.3.0 (microsoft#32843)

    * update rubberband
    
    * update version
    
    ---------
    
    Co-authored-by: Monica <v-liumonica@microsoft.com>
    MonicaLiu0311 and Monica authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f246d02 View commit details
    Browse the repository at this point in the history
  2. [sophus] updated to 1.22.10, removed optional dependencies (microsoft…

    …#32836)
    
    * [sophus] updated to 1.22.10, removed optional dependencies
    
    * Update version
    
    * cleanup
    
    * fix CI
    VladyslavUsenko authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ac17779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49efec3 View commit details
    Browse the repository at this point in the history
  4. [quill] Update to 3.3.0 (microsoft#32819)

    * [quill] Update to 3.3.0
    
    * [quill] Update version files
    RT2Code authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2e26218 View commit details
    Browse the repository at this point in the history
  5. [simdjson] Update to 3.2.1 (microsoft#32814)

    * [simdjson] Update to 3.2.1
    
    * [simdjson] Update version
    myd7349 authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ba5fb96 View commit details
    Browse the repository at this point in the history
  6. [cgal] update to 5.5.2 (microsoft#32804)

    * [cgal] update to 5.5.3
    
    * vcpkg x-add-version --all
    lrineau authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c7d5bca View commit details
    Browse the repository at this point in the history
  7. [glaze] Add call to vcpkg_cmake_config_fixup() (microsoft#32825)

    * [glaze] Add call to `vcpkg_cmake_config_fixup()`
    
    * version
    Thomas1664 authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8f5d80b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4af97c9 View commit details
    Browse the repository at this point in the history
  9. [bullet3] Add featrue extras (microsoft#32850)

    * Add feature extras
    
    * formated vcpkg.json
    
    * update version
    
    * formated portfile.cmake
    
    * update git-tree
    
    * formated portfile.cmake
    
    * update git-tree
    
    ---------
    
    Co-authored-by: Monica <v-liumonica@microsoft.com>
    MonicaLiu0311 and Monica authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    51569b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7ba255 View commit details
    Browse the repository at this point in the history
  11. [hiredis] update to 1.2.0 (microsoft#32817)

    * [hiredis] update to 1.2.0
    
    * update version
    himeno-hamster authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b43873a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d383622 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f70ae5 View commit details
    Browse the repository at this point in the history
  14. [glib] Fix build race between gio subdirs and gversionmacros.h (micro…

    …soft#32785)
    
    * [glib] Fix build race between gio subdirs and gversionmacros.h
    
    * update version
    LilyWangLL authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fc59c2a View commit details
    Browse the repository at this point in the history
  15. [apache-datasketches] New port (microsoft#32786)

    * [apache-datasketches] New port
    
    * update version database
    xiaozhuai authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7d677e1 View commit details
    Browse the repository at this point in the history
  16. [vcpkg] update CMake to 3.27.1 (microsoft#31931)

    * update cmake
    
    * update to rc2
    
    * use nightly build
    
    * update to rc3 drop freebsd due to dead link and update git while i am at it
    
    * fix missing sha
    
    * fix relative path
    
    * update to 3.27 release
    
    * [paho-mqtt] remove usage of OPENSSL_ROOT_DIR
    
    * [directxtex] control optional directx-headers dep
    
    * v db
    
    * IN LIST -> IN_LIST
    
    * v db
    
    * try fixing azure-storage-cpp
    
    * v db
    
    * update to 3.27.1
    Neumann-A authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6ced774 View commit details
    Browse the repository at this point in the history
  17. [freerdp] Update, cleanup + [libusb] Fix pc file (microsoft#32416)

    * [freerdp] Update, cleanup
    
    * Add freerdp feature test port
    
    * Update baseline
    
    * [freerdp] ffmpeg unsupported on windows
    
    * libusb availability limitations
    
    * [freerdp] Update supported platforms
    
    * [freerdp] Update supported platforms
    
    * [freerdp] Use ffmpeg link libraries
    
    * [freerdp] Fix install destinations
    
    * [freerdp] Fix tools
    
    * [freerdp] Fix osx
    
    * [freerdp] Fix patch
    
    * [freerdp] Keep duplicate link libs
    
    * [freerdp] Mac client needs Xcode
    
    * [freerdp] Fix wfreerdp-server exe lib name
    
    * [freerdp] Fix client-mac
    
    * Fix patch
    
    * CI
    
    * Fix patch
    
    * Fix patch
    
    * Set PDB_NAME for server exe
    
    * Trim patch
    
    * Test urbdrc on windows
    
    * [libusb] Fix pc file for windows
    
    * [freerdp] Add missing find_dependency()
    
    * [freerdp] Export interface include directories
    dg0yt authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2f6176c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. [catch2] Update to 3.4.0 (microsoft#32867)

    * [catch2] Update to 3.4.0
    
    * [catch2] Update version files
    RT2Code authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c55b665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b203463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bb296c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f42b3 View commit details
    Browse the repository at this point in the history
  5. [Proj] remove toolset restriction (microsoft#32858)

    * [proj] Remove toolset restrictions.
    
    * v db
    Neumann-A authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6de3d0c View commit details
    Browse the repository at this point in the history
  6. [smpeg2] Cleanup, fix build, export config (microsoft#32807)

    * [smpeg2] Fix non-msvc-build
    
    * Update CI baseline
    
    * [smpeg2] Cleanup, cmake config
    
    * Update copyright
    
    * Fix config
    dg0yt authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0895a81 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    0572170 View commit details
    Browse the repository at this point in the history
  2. [mdspan] Bump to 0.6.0 (microsoft#32889)

    * [mdspan] Bump to 0.6.0
    
    * update version database
    xiaozhuai authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4641826 View commit details
    Browse the repository at this point in the history
  3. [mongoose] update to 7.11 (microsoft#32877)

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    35f865d View commit details
    Browse the repository at this point in the history
  4. [autodock-vina] Update to 1.2.5 (microsoft#32875)

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    23f5b55 View commit details
    Browse the repository at this point in the history
  5. [ade] Update to v0.1.2 (microsoft#32873)

    * Update ade package to v0.1.2
    
    Update ade package to v0.1.2
    
    * Update vcpkg.json file
    
    Update vcpkg.json file
    
    * Update port-version
    
    Update port-version
    
    * Update version information
    
    Update version information
    
    * Update ade.json file
    
    Update ade.json file
    Jimmy-Hu authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3d4c020 View commit details
    Browse the repository at this point in the history
  6. [curl] Update to 8.2.1 (microsoft#32869)

    * [curl] Update to 8.2.1
    
    * update version
    LilyWangLL authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    679df19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b423d24 View commit details
    Browse the repository at this point in the history
  8. [fastgltf] fix link simdjson error (microsoft#32892)

    * fix link simdjson error
    
    * remove underscores in variable names
    Adela0814 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cbf6ca7 View commit details
    Browse the repository at this point in the history
  9. [angle] Avoid link to frameworks with absolute path on macOS (microso…

    …ft#32890)
    
    * [angle] Avoid link to frameworks with absolute path on macOS
    
    * update version database
    xiaozhuai authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    17def50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9352613 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06aa332 View commit details
    Browse the repository at this point in the history
  12. [qt5-base] Fix for feature postgresqlplugin on Windows (microsoft#32880)

    * Fix qt5-base[postgresqlplugin] build on Windows
    
    * Update qt5-base port version
    
    * Try sha suggested by remote build
    jvbsl authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2dc5c32 View commit details
    Browse the repository at this point in the history
  13. [bzip2] Fix version in pc file (microsoft#32839)

    * [bzip2] Fix version in pc file
    
    * license was correct
    
    * version
    Thomas1664 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    25b6dab View commit details
    Browse the repository at this point in the history
  14. [avro-cpp] Fix static build (microsoft#32854)

    * [avro-cpp] Fix windows static build
    
    * update version database
    xiaozhuai authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4bc219e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a28aae6 View commit details
    Browse the repository at this point in the history
  16. [cpptoml] version-string --> version (microsoft#32834)

    * [cpptoml] `version-string` --> `version`
    
    * version
    Thomas1664 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0e054a2 View commit details
    Browse the repository at this point in the history
  17. [dp-thread-pool] Add port for DeveloperPaul123/thread-pool (microsoft…

    …#32532)
    
    * Add port for DeveloperPaul123/thread-pool
    
    * Format vcpkg.json file
    
    * Update baseline versions
    
    * Update ports/devpaul123-thread-pool/portfile.cmake
    
    Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
    
    * Rename port to dp-thread-pool
    
    Updated commit hash (upstream project fixed some cmake issues for vcpkg support)
    
    * vcpkg x-add-version update
    
    * Fix packagename and config path
    
    * Use tagged version of library
    
    * Remove unused variable
    
    * Update to commit that doesn't blindly download CPM.cmake
    
    * Update portfile and version
    
    * Update versions
    
    ---------
    
    Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
    DeveloperPaul123 and Adela0814 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aee30bf View commit details
    Browse the repository at this point in the history
  18. [scotch] add new port (microsoft#32859)

    * [scotch] add new port
    
    * format manifest
    
    * v db
    
    * add pthread dep
    
    * v db
    
    * remove debug include folder
    
    * v db
    
    * !supports all ci failures
    
    * v db
    
    * remove man folder
    
    * v db
    Neumann-A authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    980ec0f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. [libxdf] Add new port (microsoft#32816)

    * [libxdf] Add new port
    
    * [libxdf] Format
    
    * [libxdf] Add version stuff
    
    * [libxdf] Use vcpkg_install_copyright
    
    * [libxdf] Overwrite version
    
    * [libxdf] Fix pugixml dependency
    
    * [libxdf] Overwrite version
    
    * [libxdf] Update to latest commit
    
    * [libxdf] Overwrite version
    
    * Revert "[libxdf] Overwrite version"
    
    This reverts commit a9a791b.
    
    Revert "[libxdf] Update to latest commit"
    
    This reverts commit 834ae87.
    myd7349 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    790f778 View commit details
    Browse the repository at this point in the history
  2. [aws-sdk-cpp] Update AWS SDK for C++ and its dependencies to 1.11.132 (

    …microsoft#32884)
    
    * Update aws-sdk-cpp and dependencies to 1.11.132
    
    * Replace patches with new -DAWS_SDK_WARNINGS_ARE_ERRORS
    
    * vcpkg x-add-version --all
    
    ---------
    
    Co-authored-by: Conor Ryan <conor.ryan2@ihsmarkit.com>
    Conor Ryan and Conor Ryan authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8b2d844 View commit details
    Browse the repository at this point in the history
  3. [librsvg] Remove -lm from the .pc file in Windows (microsoft#32893)

    * [librsvg] Remove -lm from the .pc file in Windows
    
    * Modify
    Cheney-W authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    83f77ef View commit details
    Browse the repository at this point in the history
  4. [drogon] fix drogon_ctl command not found error (microsoft#32870)

    * fix: patch to use find_program for drogon_ctl
    
    * update drogon port version
    cthulhu-irl authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b3d05b2 View commit details
    Browse the repository at this point in the history
  5. [modern-cpp-kafka] New port (microsoft#32903)

    * [modern-cpp-kafka] New port
    
    * update version database
    
    * fix dependencies
    
    * update version database
    
    * change header install path
    
    * update version database
    xiaozhuai authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4345d72 View commit details
    Browse the repository at this point in the history
  6. [c89stringutils, rhasheq] Update (microsoft#32829)

    * [c89stringutils] Update to 0.0.2
    
    * test UWP
    
    * [rhasheq] Update to latest commit
    
    * version
    
    * version
    
    * Use correct date
    
    * version
    
    * Add rhash patch
    
    * version
    
    * add find_dependency
    
    * version
    
    * remove custom find module
    
    * version
    Thomas1664 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    06a42bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    491d019 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc141be View commit details
    Browse the repository at this point in the history
  9. [libhdfs3] Fix libhdfs3 to build missing dependent libraries libuuid …

    …and libgsasl (microsoft#31065)
    
    * fix libhdfs3 build error
    
    * update version
    
    * fix dependency uuid
    
    * update version
    
    * fix dependency uuid
    
    * update version
    
    * fix osx
    
    * update version
    
    * fix uuid usage on osx
    
    * update version
    
    ---------
    
    Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
    jimwang118 and jimwang118 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9afce05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    500c6f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    1e9cf69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d373335 View commit details
    Browse the repository at this point in the history
  3. [libhv] Update version (microsoft#32959)

    * update libhv version to 1.3.1
    
    * update vcpkg version information
    
    * modify SHA512 value
    
    * modify vcpkg version information
    
    * delete patch file
    
    * modify vcpkg version information
    
    * Update ports/libhv/vcpkg.json
    
    Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
    
    * revert version
    
    * update version baseline
    
    ---------
    
    Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
    Co-authored-by: Frank <1433351828@qq.com>
    3 people authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9dacc3b View commit details
    Browse the repository at this point in the history
  4. [maddy] Bump to 1.2.0 (microsoft#32954)

    * [maddy] Bump to 1.2.0
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3ce93dc View commit details
    Browse the repository at this point in the history
  5. [volk] Bump to 1.3.250 (microsoft#32953)

    * [volk] Bump to 1.3.250
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f2056c7 View commit details
    Browse the repository at this point in the history
  6. [fastio] Bump to 2023-07-06 (microsoft#32952)

    * [fastio] Bump to 2023-07-06
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0830ecc View commit details
    Browse the repository at this point in the history
  7. [librdkafka] Upgrade up to v2.2.0 (microsoft#32951)

    * Upgrade librdkafka up to v2.2.0
    
    * Upgrade librdkafka up to v2.2.0
    
    ---------
    
    Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
    alexander-smyslov and Smyslov Alexander Nikolayevich authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3a4b722 View commit details
    Browse the repository at this point in the history
  8. [magic-enum] Bump to 0.9.3 (microsoft#32948)

    * [magic-enum] Bump to 0.9.3
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0e12581 View commit details
    Browse the repository at this point in the history
  9. [nanoprintf] Bump to 0.3.4 (microsoft#32947)

    * [nanoprintf] Bump to 0.3.4
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6359f49 View commit details
    Browse the repository at this point in the history
  10. [sse2neon] Bump to 1.6.0 (microsoft#32946)

    * [sse2neon] Bump to 1.6.0
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9e10627 View commit details
    Browse the repository at this point in the history
  11. [entt] Bump to 3.12.2 (microsoft#32945)

    * [entt] Bump to 3.12.2
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d6c1fc6 View commit details
    Browse the repository at this point in the history
  12. [rsm-binary-io] Update to 2.0.6 (microsoft#32938)

    * update to 2.0.6
    
    * update versions
    Ryan-rsm-McKenzie authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    51de327 View commit details
    Browse the repository at this point in the history
  13. [args] Bump to 6.4.6 (microsoft#32950)

    * [args] Bump to 6.4.6
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e58a894 View commit details
    Browse the repository at this point in the history
  14. [Thorvg] Update Thorvg port to v0.10.0 (microsoft#32934)

    * update : thorvg version update
    
    * update : baseline
    
    * feat : not supoort windows
    
    * update : thovg.json
    
    * fix : supports
    
    * update : port version up
    
    * update : not support windows
    
    * update : base line
    
    * feat : update windows support
    
    * update : x-add-version
    rinechran authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bd67c9c View commit details
    Browse the repository at this point in the history
  15. Update async-mqtt port to 1.0.9 (microsoft#32931)

    * Update async-mqtt port to 1.0.8.
    
    * Update async-mqtt port version to 1.0.9.
    redboltz authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fb29550 View commit details
    Browse the repository at this point in the history
  16. [cairomm] Bump to 1.17.1 (microsoft#32930)

    * [cairomm] Bump to 1.17.1
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    99b6acf View commit details
    Browse the repository at this point in the history
  17. [vulkan-headers] Bump to 1.3.260 (microsoft#32929)

    * [vulkan-headers] Bump to 1.3.260
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0adba49 View commit details
    Browse the repository at this point in the history
  18. [yoga] Bump to 2.0.0 (microsoft#32927)

    * [yoga] Bump to 2.0.0
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a19f192 View commit details
    Browse the repository at this point in the history
  19. [nanobench] Bump to 4.3.11 (microsoft#32925)

    * [nanobench] Bump to 4.3.11
    
    * update version database
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2ab975e View commit details
    Browse the repository at this point in the history
  20. [tbb] update to 2021.10.0 (microsoft#32924)

    * tbb: 2021.10.0
    
    * updated version database
    ilya-lavrenov authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b1b122f View commit details
    Browse the repository at this point in the history
  21. [openssl] update to 3.1.2 (microsoft#32919)

    * [openssl] update to 3.1.2
    
    * update version
    
    ---------
    
    Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
    JonLiu1993 and Zhao Liu authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ab5927a View commit details
    Browse the repository at this point in the history
  22. [bitsery] Update to v5.2.3 (microsoft#32898)

    * Update bitsery to v5.2.3
    
    Update bitsery to v5.2.3
    
    * Update bitsery.json file
    
    Update bitsery.json file
    
    * Update ports/bitsery/portfile.cmake
    
    Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
    
    * Update bitsery.json file
    
    Update bitsery.json file
    
    * update hash
    
    * version
    
    ---------
    
    Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
    Co-authored-by: Frank xie (Beyondsoft Corporation) <v-frankxie@microsoft.com>
    Co-authored-by: Frank <1433351828@qq.com>
    4 people authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b4d4529 View commit details
    Browse the repository at this point in the history
  23. [sfml] Fix specify c++ library on macOS (microsoft#32944)

    * [sfml] Fix specify c++ library on macOS
    
    * update version
    
    * format
    
    * version
    FrankXie05 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    becc2e4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3e7978b View commit details
    Browse the repository at this point in the history
  25. [szip] Fix build on android (microsoft#32914)

    * [szip] Fix build on android
    
    * update version database
    
    * fix ci baseline
    
    * fix ci.baseline.txt
    xiaozhuai authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    64d69a7 View commit details
    Browse the repository at this point in the history
  26. [fins] add libfins (microsoft#32795)

    * add libfins
    
    * fix version sha value
    
    * add keyword `supports`
    
    * fix version error
    
    * fix version data
    
    * add namespae for target
    
    * modify version date
    
    * modify platform. remove arm and add android
    
    * modify version data.
    
    * remove and delete patch "add_cmake_support"
    
    * modify version data
    
    * 1. modify lib version
    2. do not need and remove "add_cmake_support.patch"
    
    * modify fins port version infomation
    endingly authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2969ad3 View commit details
    Browse the repository at this point in the history
  27. [Docs] Fix the broken link in README_xx.md (microsoft#32923)

    * Update README_zh_CN.md
    
    * Update README_es.md
    
    * Update README_es.md
    
    * Update README_fr.md
    
    * Update README_ko_KR.md
    
    * Update README_pt.md
    
    * Update README_es.md
    
    * Update README_ko_KR.md
    
    * Update README_pt.md
    
    * Update README_zh_CN.md
    Cheney-W authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    78b6158 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. [simd] update to 5.3.128 (microsoft#33009)

    * [simd] update to 5.3.128
    
    * update version
    
    ---------
    
    Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
    JonLiu1993 and Zhao Liu authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c0efcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    143f543 View commit details
    Browse the repository at this point in the history
  3. [azure-iot-sdk-c] Update and fix (microsoft#32997)

    * [azure-iot-sdk-c] Remove obsolete patch
    
    * [azure-iot-sdk-c] Update to LTS_01_2023_Ref02
    
    * [azure-iot-sdk-c] Fix linking to parson
    dg0yt authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d87270b View commit details
    Browse the repository at this point in the history
  4. [gperftools] Update version to 2.10 (microsoft#32974)

    * [gperftools] Update version to 2.10
    
    * [gperftools] Update version database
    chris1786 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ddf8878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dd0710 View commit details
    Browse the repository at this point in the history
  6. [azure-core-amqp-cpp] Update to 1.0.0-beta.2 (microsoft#32973)

    ## 1.0.0-beta.2 (2023-08-04)
    
    ### Features Added
    
    - Added `Azure::Core::Amqp::Models::AmqpBinaryData::operator=(std::vector<std::uint8_t> const&)`.
    - Added `Azure::Core::Amqp::Models::AmqpMessage::MessageFormat`.
    - Collection types (`AmqpArray`, `AmqpMap`, `AmqpList`, `AmqpBinaryData`, `AmqpSymbol` and `AmqpComposite`):
      - Added explicit cast operator to underlying collection type.
      - Added `find()`.
    - Rationalized the return code for AMQP MessageSender and MessageReceiver and Management APIs to use AmqpError for error codes.
    - Added additional AMQP Error values.
    
    ### Breaking Changes
    
    - Renamed `Azure::Core::Amqp::Models::AmqpMessageFormatValue` to `AmqpDefaultMessageFormatValue`.
    - Changed the return values for the MessageSender, MessageReceiver and Management APIs.
    azure-sdk authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ce064b3 View commit details
    Browse the repository at this point in the history
  7. [azure-core-cpp] Update to 1.10.2 (microsoft#32971)

    ## 1.10.2 (2023-08-04)
    
    ### Bugs Fixed
    
    - [[microsoft#4792]](Azure/azure-sdk-for-cpp#4792) Only support CURL's root cert validation when CURL version is >= 7.77.0.
    azure-sdk authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    754105a View commit details
    Browse the repository at this point in the history
  8. [xsimd] Bump to 11.1.0 (microsoft#32956)

    * [xsimd] Bump to 11.1.0
    
    * update version database
    xiaozhuai authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    42ffe30 View commit details
    Browse the repository at this point in the history
  9. [cpp-httplib] Bump to 0.13.3 (microsoft#32949)

    * [cpp-httplib] Bump to 0.13.3
    
    * update version database
    xiaozhuai authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fcd7a06 View commit details
    Browse the repository at this point in the history
  10. [openimageio] Update version to 2.4.13 (microsoft#32920)

    * [openimageio] Update version to 2.4.13
    
    * version
    FrankXie05 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0ae3ed5 View commit details
    Browse the repository at this point in the history
  11. [libphonenumber] Bump to 8.13.17 & fix linux and macOS build (microso…

    …ft#32899)
    
    * [libphonenumber] Bump to 8.13.17 & fix linux and macOS build
    
    * update version database
    
    * fix windows icui18n lib name
    
    * update version database
    
    * fix patches
    
    * update version database
    
    * fix ci.baseline.txt
    xiaozhuai authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a67ca6b View commit details
    Browse the repository at this point in the history
  12. [ada-url] Update to 2.6.0 (microsoft#32815)

    * [ada-url] Update to 2.6.0
    
    * [ada-url] Update baseline version
    myd7349 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9141c3b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    774a877 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df77825 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2973016 View commit details
    Browse the repository at this point in the history
  16. [imgui-sfml] Fix build and exported config (microsoft#32982)

    * [imgui-sfml] Restore linking keyword
    
    * Merge patches
    
    * Move config to lower-case dir
    
    * Add find_dependency
    
    * Update versions
    
    * Trim patch
    dg0yt authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3ee6678 View commit details
    Browse the repository at this point in the history
  17. [gperf] Fix error in cpp17 mode (microsoft#32980)

    * fix gperf in cpp17 mode
    
    * update version
    
    * update version #2
    
    * remove unused header patch file
    
    * update version 3
    
    ---------
    
    Co-authored-by: rdh <ridwanabdulhafidh@gmail.com>
    rdhafidh and rdh authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    56a44f3 View commit details
    Browse the repository at this point in the history
  18. [openssl] Fix win64 perlasm scheme (microsoft#32957)

    * [openssl] Fix win64 perlasm scheme
    
    * CI
    dg0yt authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b2e069b View commit details
    Browse the repository at this point in the history
  19. [vulkan-hpp] deprecate vulkan-hpp (microsoft#32975)

    * deprecate vulkan-hpp
    
    * [vulkan-hpp] change version ot 'deprecated'
    qbojj authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    48d0be9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9a2fae7 View commit details
    Browse the repository at this point in the history
  21. [tuplet] New port (microsoft#33005) (microsoft#33006)

    * [tuplet] New port
    
    * update version database
    
    Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
    gotnone and Stanley Pinchak authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    af5230d View commit details
    Browse the repository at this point in the history
  22. Add support for rtti in glslang port (microsoft#32541)

    Co-authored-by: Martijn Otto <martijn@resolume.com>
    omartijn and martijn-resolume authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ec183f8 View commit details
    Browse the repository at this point in the history
  23. [salome-medcoupling] Add new port (microsoft#32916)

    * [salome-configuration|medcoupling] new ports
    
    * format manifest
    
    * v db
    
    * remove trace
    
    * v db
    
    * fix dep
    
    * v db
    
    * Apply suggestions from code review
    
    Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
    
    * v db
    
    * adjust SALOME_WITH_MPI depending on HDF5
    
    * remove nuking of CMAKE_PREFIX_PATH from salome
    
    * v db
    
    * fix post build
    
    * v db
    
    * Fix med-fichier config on linux
    
    * add supports
    
    * format manifest
    
    * v db
    
    * don't want to investigate linux failure further
    
    ---------
    
    Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
    Neumann-A and jimwang118 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a109b7c View commit details
    Browse the repository at this point in the history
  24. [vcpkg-find-acquire-program] Add mirror to nasm. (microsoft#32806)

    * Add mirror to nasm.
    
    See microsoft#2777 (comment).
    
    * Use mirror from gstreamer.freedesktop.org.
    teo-tsirpanis authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fe1369a View commit details
    Browse the repository at this point in the history
  25. [cpprestsdk] use platform expressions in default-features (microsoft#…

    …32998)
    
    * [cpprestsdk] use platform expressions in default-features
    
    * [microsoft-signalr] use platform expressions in default-features
    
    * [signalrclient] fix dependencies
    autoantwort authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6da00e1 View commit details
    Browse the repository at this point in the history
  26. [python3] Update to 3.11.4 (microsoft#31727)

    * [python3] Update to 3.11.3
    
    * Force set PythonForBuild on windows
    
    * Set LD_LIBRARY_PATH on unix
    
    * Always use vcpkg_find_acquire_program(PYTHON3) on windows
    
    * Remove LD_LIBRARY_PATH shenanigans
    
    * [vtk] Parse python version from include folder
    
    * Fix static builds on windows
    
    * Pass --with-build-python on unix
    
    * [omniorb] Fix python version in patch
    
    * Resurrect rpath patch
    
    * [python3] fix usage
    
    * [gobject-introspection] don't hardcode python version
    
    * Update vcpkg_find_aquire_program(PYTHON3)
    This is also required for gobject-introspection
    
    * [paraview] don't hardcode python version
    
    * [vtk-dicom] don't hardcode python version
    
    * Update python in vcpkgTools.xml
    
    * Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)
    
    * [libpq] Don't hardcode python version
    
    * [shiva] Don't pass python variables
    
    * [vcpkg-get-python-packages] Delete unused file, update hardcoded python version
    
    * [python3] update to 3.11.4
    
    * [omniorb] Use PREPEND in vcpkg_add_to_path
    So that python from vcpkg is picked before system python
    
    * libpq quickfix
    
    * re-fix libpq
    
    * fix vcpkg-get-python-packages
    
    * Make windows 7 patch compatible with unix builds
    
    * Copy pyd files to bin
    Also fixes copying files that do not belong to current build tree
    
    * Fix static builds
    
    * Speculatively fix osx regression
    
    * Fix omniorb on unix
    
    * [gobject-introspection] fix windows builds
    
    * [vtk] Update vendored copy of mpi4py for python 3.11 support
    
    * [mdl-sdk] Fix python
    
    * [gobject-introspection] fix the fix of a fix...
    
    * Update versions
    
    * Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)
    
    ---------
    
    Co-authored-by: root <root@DESKTOP-UIPL9V8>
    Osyotr and root authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c6928df View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    ad46340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad58514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a30230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f1c30f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e20c30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e7eab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ad5618 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    247662e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    f8950f4 View commit details
    Browse the repository at this point in the history
  2. [opencv4] Update to 4.8.0. (microsoft#33048)

    * [opencv4] Update to 4.8.0.
    
    * Fix downloads and also bump the metaport.
    
    * Apply arm64-windows build fix from upstream.
    BillyONeal authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a94dafa View commit details
    Browse the repository at this point in the history
  3. [azure-storage-files-shares-cpp] Update to 12.6.1 (microsoft#33058)

    ## 12.6.1 (2023-08-08)
    
    ### Bugs Fixed
    
    - Fixed a bug where `ShareDirectoryClient::ListFilesAndDirectories` only returns the first page without ContinuationToken, even if there are more pages.
    azure-sdk authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    69ec3a2 View commit details
    Browse the repository at this point in the history
  4. [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.1 (microsoft#33051)

    ## 1.0.0-beta.1 (2023-08-08)
    
    ### Features Added
    
    - Initial release.
    - Supported scenarios: Sending events and receiving events.
    See [README.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/eventhubs/azure-messaging-eventhubs/README.md) for more information on how to use the EventHubs client.
    azure-sdk authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3c25df3 View commit details
    Browse the repository at this point in the history
  5. [libosmium] update to 2.19.0 (microsoft#33038)

    * update libosmium to 2.19.0
    
    * Update ports/libosmium/portfile.cmake
    
    Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
    
    * update libosmium.json
    
    * cleanup
    
    ---------
    
    Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
    IldarKhayrutdinov and jimwang118 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d29610e View commit details
    Browse the repository at this point in the history
  6. [tcb-span] Update to 2022-06-15 (microsoft#33011)

    * [tcb-span] Update to 2022-06-15
    
    * Update versions/baseline.json & versions/t-/tcb-span.json
    Longhanks authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1a529a1 View commit details
    Browse the repository at this point in the history
  7. [fftw3] Fix build, cleanup (microsoft#32999)

    * [fftw3] Cleanup
    
    * [fftw3] Revise openmp requirement
    
    * [fftw] Revise and fix build of variants
    
    * [fftw3] Use pristine config installation
    
    * [fftw3] Export all targets
    
    * [fftw3] Drop pointless bench linking patch
    dg0yt authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    28de738 View commit details
    Browse the repository at this point in the history
  8. [3fd|python3] switch to vcpkg-msbuild (microsoft#33026)

    * [python3] switch to vcpkg-msbuild
    
    * v db
    
    * update 3fd to use vcpkg-msbuild as a sanity check
    
    * Fix windows cross builds
    
    * v db
    
    * arm needs another patch
    
    * v db
    
    * 3fd uwp msbuild_install
    
    * v db
    Neumann-A authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2727697 View commit details
    Browse the repository at this point in the history
  9. [new port] ZLMediaKit (microsoft#33024)

    * [new port] ZLMediaKit
    
    * format manifest
    
    * version
    
    * fix patch
    
    * version
    
    * fix cmake warnings, no idea why it happened
    
    * version
    
    * try to fix build
    
    * ver
    
    * fix build
    
    * ver
    
    * Add new feature mp4, set openssl as default feature
    
    * version
    
    * Add supports field
    
    * version
    
    * Add new feature sctp and webrtc
    
    * version
    
    * Add dependency libsrtp to feature webrtc
    
    * format
    
    * version
    
    * Add new feature mysql
    
    * version
    
    * remove feature x264
    
    * version
    
    * remove feature mysql, correct dependency relationship
    
    * version
    
    * disable ENABLE_PLAYER
    
    * ver
    
    * update version date
    
    * version
    
    ---------
    
    Co-authored-by: jyu49 <yu_jack@apple.com>
    JackBoosY and jyu49 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c9fa965 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. [harfbuzz] Update version to 8.1.1 (microsoft#33072)

    * [harfbuzz] Update version to 8.1.1
    
    * version
    FrankXie05 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    022c0dc View commit details
    Browse the repository at this point in the history
  2. [cnats] Update to 3.6.1 (microsoft#33065)

    * [cnats] Update to 3.6.1
    
    * [cnats] Update to 3.6.1
    GitJQ authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cbffe5d View commit details
    Browse the repository at this point in the history
  3. [azure-iot-sdk-c] LTS_08_2023 (microsoft#33016)

    * LTS 08-2023 Commit
    
    * Changing control version
    
    * Updating control version 2
    
    * Adding versions
    
    * Removing date update
    
    * Removing changes to umock-c
    
    * Removing azure macro utils c
    
    * Changes to port version
    RLeclair authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a03fa63 View commit details
    Browse the repository at this point in the history
  4. [simdutf] Update to 3.2.16 (microsoft#33004)

    * [simdutf] Update simdutf version to 3.2.15
    
    The command line tool that was added in version 2.0.0 of simdutf is available through the new "tools" feature.
    
    * [simdutf] Adjust baseline version
    
    * Apply suggestions from code review
    
    Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
    
    * [simdutf] Update baseline version
    
    * Revert all changes to the baseline
    
    This reverts commit b911468 and 7f71a77.
    
    * Reset port version to 0
    
    * Update baseline
    
    * [simdutf] Update to version 3.2.16 which fixes a build error when targeting x86-windows
    
    * [simdutf] Update version files
    
    ---------
    
    Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
    JuliusBrueggemann and Adela0814 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bb14ab7 View commit details
    Browse the repository at this point in the history
  5. [easyhook] msbuild update (microsoft#33091)

    * [easyhook] msbuild update
    
    * v db
    Neumann-A authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a96751d View commit details
    Browse the repository at this point in the history
  6. [activemq-cpp] switch msbuild (microsoft#33090)

    * [activemq-cpp] use vcpkg-msbuild
    
    * v db
    
    * Fix paths
    
    * v db
    Neumann-A authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fb791ab View commit details
    Browse the repository at this point in the history
  7. [ace] switch to vcpkg-msbuild (microsoft#33089)

    * [ace] switch to use vcpkg-msbuild
    
    * v db
    
    * missed one line
    
    * v db
    
    * fix copyright installation
    
    * v db
    
    * add supports: !uwp due to _execv
    
    * v db
    Neumann-A authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3a2694b View commit details
    Browse the repository at this point in the history
  8. openvino: migrate to 'platforms' in features (microsoft#33076)

    * openvino: migrate to 'platforms' in features
    
    * updated version databases
    ilya-lavrenov authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    050db47 View commit details
    Browse the repository at this point in the history
  9. [libsndfile] Fix cmake config not exist (microsoft#33070)

    * [libsndfile] Fix cmake config not exist
    
    * update version database
    xiaozhuai authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    65c013b View commit details
    Browse the repository at this point in the history
  10. [cgal] update to 5.6 (microsoft#32896)

    * [cgal] update to 5.6
    
    adds a patch:
      - do not use Boost MP number type on Windows x86 (32 bits)
    
    * vcpkg x-add-version --all
    
    * update the patch
    
    * vcpkg x-add-version --all
    lrineau authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b73601a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. [orc] Bump to 1.9.0 & fix usage (microsoft#33077)

    * [orc] Bump to 1.9.0 & fix usage
    
    * update version database
    
    * fix config
    
    * update version database
    
    * fix include
    
    * fix supports
    
    * update version database
    
    * optimize patches
    
    * update version database
    
    * optimize patches
    
    * update version database
    xiaozhuai authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e6c17cc View commit details
    Browse the repository at this point in the history
  2. [directx-dxc] Fix missing dxil.dll install (microsoft#33095)

    * added missing dxil.dll install
    
    * port version 1 -> 2
    
    * version added
    
    * rollback
    
    * Updated port file
    
    * clean x-add-version directx-dxc
    Darkblizzard21 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a6054cc View commit details
    Browse the repository at this point in the history
  3. [abseil] Bump to 20230802.0 (microsoft#33099)

    * [abseil] Bump to 20230802.0
    
    * update version database
    
    * apply suggestions
    
    * update version database
    xiaozhuai authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d36252e View commit details
    Browse the repository at this point in the history
  4. [libusb] msbuild update (microsoft#33105)

    * [libusb] update msbuild
    
    * v db
    Neumann-A authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7fb43df View commit details
    Browse the repository at this point in the history
  5. [Ecsutil] msbuild (microsoft#33107)

    * [ecsutil] msbuild update
    
    * v db
    Neumann-A authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    653ce6e View commit details
    Browse the repository at this point in the history
  6. [qoi] New port (microsoft#33100)

    * [qoi] New port
    
    * format manifest
    
    * update version database
    
    * apply suggestions
    
    * update version database
    xiaozhuai authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    26588c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7247446 View commit details
    Browse the repository at this point in the history
  8. [azure-core-cpp] Don't refer to versions of curl that don't exist. (m…

    …icrosoft#33109)
    
    There's a "version>=" against a version of curl that does not exist in the version database. This causes customers that use versioning with Azure components to fail to resolve a version; versions need to be in the version database for us to be able to compare them.
    BillyONeal authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9434026 View commit details
    Browse the repository at this point in the history
  9. [inih] Build with Meson + update to r57 (microsoft#33001)

    * [inih] Use meson build, bump version
    
    * [inih] Versioning
    
    * Specify c++11 to meson to fix osx?
    
    * [inih] Version
    
    * Restore line endings
    
    * Version
    
    * Address review comments
    
    - Removed CMake package versioning
      - Wasn't that useful as upstream don't use semver
    - Use straight configure_file to install CMake package config
    - Make cpp feature default
    - Prefer PkgConfig usage
    
    * Version
    
    * Actually delete the CMakeList
    
    * Version
    
    * separate C and C++ library usage
    
    * Version
    
    * Remove unofficial CMake config
    
    * Revert "Remove unofficial CMake config"
    
    This reverts commit 94ff6a9.
    
    * Take Javier's suggestion
    DownerCase authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0fa8459 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. [qoixx] New port (microsoft#33102)

    * [qoixx] New port
    
    * add header-only comment
    
    * update version database
    xiaozhuai authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4e2b371 View commit details
    Browse the repository at this point in the history
  2. Patch Tuesday August 2023. (microsoft#33088)

    * Update PowerShell to 7.3.6
    
    * Add asan install as requested by @Neumann-A
    
    * Use 1ES for Android docker hosts.
    
    * Update pools.
    
    * Update patch tuesday checklist to reflect 1ES.
    
    * [openslide] Fix missing header.
    
    * [libxt] Add missing header.
    BillyONeal authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5fa92f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10dcaaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9edb1b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    0789630 View commit details
    Browse the repository at this point in the history
  2. [liblemon] Fix cmake config (microsoft#33130)

    * [liblemon] Fix cmake config
    
    * update version database
    
    * update patch
    
    * update version database
    xiaozhuai authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d695b9f View commit details
    Browse the repository at this point in the history
  3. [python3] Don't set PYTHON_FOR_REGEN for host builds (microsoft#33132)

    We don't do any regen, so this can be skipped
    
    Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
    Osyotr and Osyotr authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    35fbd74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59b8415 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bf3a36 View commit details
    Browse the repository at this point in the history
  6. Enable mp4/webrtc default (microsoft#33122)

    And update zlmediakit
    
    Co-authored-by: xiongziliang <xiongziliang@baidu.com>
    xia-chu and xiongziliang authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7df1bb6 View commit details
    Browse the repository at this point in the history
  7. [simpleble] Add new port (microsoft#32813)

    * [simpleble] Add new port
    
    * [simpleble] Update to latest commit to fix build issues
    
    * [simpleble] Versioning
    
    * [simpleble] !Android & !UWP
    
    * [simpleble] Overwrite version
    myd7349 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4b19d9f View commit details
    Browse the repository at this point in the history
  8. [xmlsec] Public XMLSEC_NO_SIZE_T XMLSEC_NO_XSLT (microsoft#33092)

    * [xmlsec] Public XMLSEC_NO_SIZE_T XMLSEC_NO_XSLT
    
    * version
    
    * portfile.cmake
    
    * version
    
    * format
    
    * version
    FrankXie05 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f7bc402 View commit details
    Browse the repository at this point in the history
  9. [highway] Bump to 1.0.6 & fix usage (microsoft#32926)

    * [highway] Bump to 1.0.6 & fix usage
    
    * update version database
    xiaozhuai authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    576f3f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ccff7b0 View commit details
    Browse the repository at this point in the history