Skip to content

Releases: swiftlang/swift-corelibs-libdispatch

Swift 6.1 Release

01 Apr 08:12
886ca22
Compare
Choose a tag to compare

What's Changed

  • Add a missing semicolon in src/io.c. by @allevato in #822
  • Adopt Sendable in DispatchQueue and similar types by @ktoso in #821
  • Keep posix_memalign() around for older Android APIs by @finagolfin in #811
  • build: android bundles pthread into libc by @compnerd in #828
  • Switching back _dispatch_operation_perform to use posix_memalign from aligned_malloc by @PriyaAvhad in #826
  • Correct the comment DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE at mach_private.h by @lamtrinhdev in #836
  • Add more comments for #endif in .h file. by @lamtrinhdev in #839
  • Disable new cast-function-type-mismatch by @bnbarham in #840
  • [Linux] Enable build IDs. by @al45tair in #832
  • Fix a memory leak in DispatchData.withUnsafeBytes by @ahoppen in #850
  • 🍒[6.1] Handle multibyte path strings on Windows by @lxbndr in #858

New Contributors

Full Changelog: swift-6.0.3-RELEASE...swift-6.1-RELEASE

Swift 6.0.3 Release

13 Dec 07:13
137b6cf
Compare
Choose a tag to compare

Swift 5.10.1 Release

06 Jun 19:04
9566a13
Compare
Choose a tag to compare
Merge pull request #796 from tristanlabelle/clamp-pipe-WriteFile

Prevent infinite attempts to write to Win32 pipes

Swift 5.10 Release

06 Mar 15:51
9566a13
Compare
Choose a tag to compare

What's Changed

  • Fix build break due to calling convention mismatch on Windows by @tristanlabelle in #784
  • build: slightly improve the build for libdispatch by @compnerd in #785
  • Mark DispatchTimeInterval as Sendable by @MaxDesiatov in #788
  • build: add a link against AdvAPI32 on Windows by @compnerd in #790
  • shims: fix a subtle bug in semaphore initialisation on Windows by @compnerd in #791
  • dispatch: install the correct modulemap when building static by @compnerd in #793
  • Prevent infinite attempts to write to Win32 pipes by @tristanlabelle in #796

Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE

swift-5.5-RELEASE

21 Sep 04:12
851fbd3
Compare
Choose a tag to compare
Merge pull request #573 from compnerd/5.5-slpi-22000

shims: adjust the SLPI enumeration for Windows 11

swift-4.2.2-RELEASE

05 Feb 01:46
fb6d7c5
Compare
Choose a tag to compare
Merge pull request #388 from ktopley-apple/ktopley-dispatch-42-rdar40…

Swift 4.2.1 Release

10 Nov 17:28
fb6d7c5
Compare
Choose a tag to compare
swift-4.2.1-RELEASE

Merge pull request #388 from ktopley-apple/ktopley-dispatch-42-rdar40…

Swift 4.2 Release

26 Sep 22:52
fb6d7c5
Compare
Choose a tag to compare
swift-4.2-RELEASE

Merge pull request #388 from ktopley-apple/ktopley-dispatch-42-rdar40…