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

[pull] master from microsoft:master #62

Merged
merged 18 commits into from
Sep 6, 2023
Merged

[pull] master from microsoft:master #62

merged 18 commits into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. [capnproto] Update to v1.0.1 (#33446)

    Updated to include capnproto f4152f83b which fixes error C7692:
    "rewritten candidate function was excluded..." which occurs when
    building with MSVC 2022.
    
    The updated code brings in another bug which is only fixed in the v2
    branch of capnproto (not in master which is used here). The first
    patch in this commit disables the problematic code by disabling the
    coroutine check in async-prelude.h
    
    The second patch disables KJ_USE_EPOLL for Android NDK version < 23
    where sigtimedwait is not defined.
    hornang authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a1703aa View commit details
    Browse the repository at this point in the history
  2. [libxml2] Update to 2.11.5 (#33461)

    Co-authored-by: Mengna Li <[email protected]>
    SvenPStarFinanz and Adela0814 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    52678a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd6aef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bee51d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dfa578 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c04648 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e0474f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38073c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7a0678 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2364f74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be063cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77ee154 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df25503 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d70500 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    71d0c0c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b025c1a View commit details
    Browse the repository at this point in the history
  17. [zeroc-ice] Fixes include files missing IceUtil (#33516)

    As of version 3.6 IceUtil and Ice were merged, and as of 3.7 the IceUtil library was completely removed.
    IceUtil is directly compiled into the Ice library, the header files still exist though, and therefore need to be copied with every Ice core build.
    
    https://doc.zeroc.com/ice/3.7/release-notes/upgrading-your-application-from-ice-3-6#id-.UpgradingyourApplicationfromIce3.6v3.7-IceUtilLibraryRemoved
    jvbsl authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d7b4ba0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1384bec View commit details
    Browse the repository at this point in the history