-
Notifications
You must be signed in to change notification settings - Fork 469
Comparing changes
Open a pull request
base repository: swiftlang/swift-corelibs-libdispatch
base: swift-6.0.3-RELEASE
head repository: swiftlang/swift-corelibs-libdispatch
compare: swift-6.1-RELEASE
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6495db7 - Browse repository at this point
Copy the full SHA 6495db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a056677 - Browse repository at this point
Copy the full SHA a056677View commit details -
Merge pull request #822 from allevato/patch-1
Add a missing semicolon in src/io.c.
Configuration menu - View commit details
-
Copy full SHA for 1897407 - Browse repository at this point
Copy the full SHA 1897407View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2df0f76 - Browse repository at this point
Copy the full SHA 2df0f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7776634 - Browse repository at this point
Copy the full SHA 7776634View commit details
Commits on Apr 21, 2024
-
Check for
aligned_alloc()
and useposix_memalign()
instead on pla……tforms, like Android before API 28, that didn't have it
Configuration menu - View commit details
-
Copy full SHA for 4a832dc - Browse repository at this point
Copy the full SHA 4a832dcView commit details
Commits on Apr 25, 2024
-
Merge pull request #811 from finagolfin/droid
Keep posix_memalign() around for older Android APIs
Configuration menu - View commit details
-
Copy full SHA for d35e7a3 - Browse repository at this point
Copy the full SHA d35e7a3View commit details
Commits on May 9, 2024
-
build: android bundles pthread into libc
Add an additional flag to indicate that `-lc` is sufficient for pthread support and that `-lpthread` is not needed. This allows us to build with newer NDKs.
Configuration menu - View commit details
-
Copy full SHA for 7fa1340 - Browse repository at this point
Copy the full SHA 7fa1340View commit details
Commits on May 10, 2024
-
Merge pull request #828 from compnerd/pthread
build: android bundles pthread into libc
Configuration menu - View commit details
-
Copy full SHA for 2d21ba5 - Browse repository at this point
Copy the full SHA 2d21ba5View commit details
Commits on Jun 7, 2024
-
This change switches back _dispatch_operation_perform and other simil…
…ar places to use posix_memalign from aligned_malloc. This was caught by thread sanitizer.
Configuration menu - View commit details
-
Copy full SHA for e173eda - Browse repository at this point
Copy the full SHA e173edaView commit details
Commits on Jun 13, 2024
-
Merge pull request #826 from apple/eng/PR-123808864
Switching back _dispatch_operation_perform to use posix_memalign from aligned_malloc
Configuration menu - View commit details
-
Copy full SHA for 542b7f3 - Browse repository at this point
Copy the full SHA 542b7f3View commit details
Commits on Jun 27, 2024
-
We should use build IDs on Linux so that we can identify the built artefacts, and also so that we can match them up with debug information should we choose to separate it. rdar://130582819
Configuration menu - View commit details
-
Copy full SHA for 8e43e3e - Browse repository at this point
Copy the full SHA 8e43e3eView commit details
Commits on Jul 25, 2024
-
Correct the comment for DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE
Configuration menu - View commit details
-
Copy full SHA for c22afb0 - Browse repository at this point
Copy the full SHA c22afb0View commit details
Commits on Jul 31, 2024
-
Merge pull request #836 from lamtrinhdev/Correct_comment_at_mach_priv…
…ate.h Correct the comment DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE at mach_private.h
Configuration menu - View commit details
-
Copy full SHA for 85369ba - Browse repository at this point
Copy the full SHA 85369baView commit details
Commits on Aug 2, 2024
-
Add more comments for #endif in .h file.
Lam Trinh committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 0b9beca - Browse repository at this point
Copy the full SHA 0b9becaView commit details
Commits on Aug 8, 2024
-
Merge pull request #839 from lamtrinhdev/Add_Comments
Add more comments for #endif in .h file.
Configuration menu - View commit details
-
Copy full SHA for 7ee5ee9 - Browse repository at this point
Copy the full SHA 7ee5ee9View commit details -
Disable new
cast-function-type-mismatch
Should fix this properly, but for now just disable the warning itself.
Configuration menu - View commit details
-
Copy full SHA for 1990f4e - Browse repository at this point
Copy the full SHA 1990f4eView commit details
Commits on Aug 9, 2024
-
Merge pull request #840 from bnbarham/disable-new-warning
Disable new `cast-function-type-mismatch`
Configuration menu - View commit details
-
Copy full SHA for 30bb801 - Browse repository at this point
Copy the full SHA 30bb801View commit details
Commits on Aug 12, 2024
-
Merge pull request #832 from al45tair/eng/PR-130582819
[Linux] Enable build IDs.
Configuration menu - View commit details
-
Copy full SHA for e85f6a0 - Browse repository at this point
Copy the full SHA e85f6a0View commit details
Commits on Oct 29, 2024
-
Fix a memory leak in
DispatchData.withUnsafeBytes
`DispatchData.withUnsafeBytes` created a new `dispatch_data_t` by calling `dispatch_data_create_map`. I assume that the intention was that this memory was freed when `data` is destroyed, based on the presence of `_fixLifetime(data)` but `data` was just a plain `dispatch_data_t` C struct, that doesn’t have any cleanup operations associated with it when destroyed. To fix the leak, wrap the `dispatch_data_t` in a `DispatchData`, which takes over the ownership of the `dispatch_data_t` and releases it when `data` gets destroyed. Alternatively, `_fixLifetime` could have been replaced by `_swift_dispatch_release(unsafeBitCast(data, to: dispatch_object_t.self))` but I think using `DispatchData` is the cleaner solution.
Configuration menu - View commit details
-
Copy full SHA for ee9c2b1 - Browse repository at this point
Copy the full SHA ee9c2b1View commit details
Commits on Oct 30, 2024
-
Merge pull request #850 from ahoppen/data-leak
Fix a memory leak in `DispatchData.withUnsafeBytes`
Configuration menu - View commit details
-
Copy full SHA for 0d67182 - Browse repository at this point
Copy the full SHA 0d67182View commit details
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 48b4a64 - Browse repository at this point
Copy the full SHA 48b4a64View commit details
Commits on Mar 7, 2025
-
Merge pull request #858 from readdle/win-multibyte-paths-6.1
🍒[6.1] Handle multibyte path strings on Windows
Configuration menu - View commit details
-
Copy full SHA for 886ca22 - Browse repository at this point
Copy the full SHA 886ca22View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff swift-6.0.3-RELEASE...swift-6.1-RELEASE