Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swiftlang/swift-corelibs-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: swiftlang/swift-corelibs-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/6.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 44 files changed
  • 7 contributors

Commits on Dec 3, 2024

  1. [Windows] FileManager.enumerator(at:) default error handler should co…

    …ntinue rather than exiting (#5136) (#5138)
    jmschonfeld authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e22cb7f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    f9fae48 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. [6.1][Android] Get this repo building again (#5151)

    * [android] Fix package manifest and one Bionic function's API version
    
    * Merge commit '246b3474fd4cb91d13b5ecb8fb5175aa6b50aa1e' into github/main
    
    * Fix fts_open now that apinotes are applied
    
    * Update Sources/Foundation/FileManager+POSIX.swift
    
    * fix Port.swift conditional
    
    * Ensure that the Android build on a windows host doesn't turn on WMO yet
    
    The windows host builds with the old driver for now, so it doesn't yet support wmo
    
    * [android] fix pthread flag inclusion in libxml2 package
    
    * review fixes
    
    * [android] Use Bionic imports instead where possible
    
    ---------
    
    Co-authored-by: Alex Lorenz <arphaman@gmail.com>
    Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
    3 people authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    739c14e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    d6aed57 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    0980651 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    12f2026 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. CoreFoundation: adjust declaration of private SPI

    The SPI declaration for `libdispatch_init` was not attribtued properly.
    The result of this omission was an improper reference to the function on
    Windows when disaptch is _not_ linked statically. Correct the
    declaration by re-using the `DISPATCH_EXPORT` macro to decorate the
    declaration with the appropriate DLLStorage as necessary.
    
    This was caught by running the Foundation tests with SPM with a
    refactoring of the toolchain layout during the build.
    
    (cherry picked from commit 853b681)
    compnerd committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    0b8ed50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721eabc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Process: unwrap the posix_spawnattr_t on Android (#5185)

    This is required as while `posix_spawnattr_init` permits a nullable
    type, `posix_spawnattr_setflags` properly expects a non-null parameter.
    Unwrap the newly minted spawnattr or abort if the allocation failed.
    
    Cherry pick commit #5179
    hjyamauchi authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    21bb65e View commit details
    Browse the repository at this point in the history
Loading