issues
search
swiftlang
/
swift-corelibs-libdispatch
The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
swift.org
Apache License 2.0
2.47k
stars
460
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
FTBFS - Cast function type mismatch
#851
melizasw
opened
3 weeks ago
0
Fix a memory leak in `DispatchData.withUnsafeBytes`
#850
ahoppen
closed
3 weeks ago
7
Delete CONTRIBUTING.md
#849
parispittman
opened
1 month ago
1
class DispatchSerialQueue not available under Linux
#848
mman
opened
1 month ago
1
`DispatchQoS` and `DispatchSpecificKey` should have consistent `Sendable` conformances between macOS and linux
#847
tayloraswift
opened
1 month ago
0
`DispatchQueue.main` is not bound to main thread on Windows
#846
HeMet
opened
2 months ago
0
bug: `DispatchSpecificKey` missing conditional `Sendable` annotation
#845
mman
opened
2 months ago
0
Occasional `swiftc` crash on Windows, "disposed a muxnote with an active thread"
#844
z2oh
opened
2 months ago
1
[Windows] Improve timer accuracy.
#843
al45tair
opened
2 months ago
10
Basic Linux and Windows Thread Prioritisation for worker threads
#842
hmelder
opened
2 months ago
2
Add `_dispatch_install_thread_detach_callback()` on all platforms
#841
triplef
opened
3 months ago
0
Disable new `cast-function-type-mismatch`
#840
bnbarham
closed
3 months ago
1
Add more comments for #endif in .h file.
#839
lamtrinhdev
closed
3 months ago
8
Add more comments for #endif in .h file.
#838
lamtrinhdev
closed
3 months ago
1
Add more comments for #endif in .h file.
#837
lamtrinhdev
closed
3 months ago
3
Correct the comment DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE at mach_private.h
#836
lamtrinhdev
closed
3 months ago
7
Can't link libdispatch in C language
#835
RainyLave
opened
4 months ago
0
Re-adding dispatch source for socket file descriptors results in reuse and incorrect update of dispatch_muxnote_t on Ubuntu, Android, and Windows
#833
hmelder
opened
4 months ago
5
[Linux] Enable build IDs.
#832
al45tair
closed
3 months ago
5
add support for riscv64
#831
futurejones
closed
2 months ago
0
Switching back _dispatch_operation_perform to use posix_memalign from aligned_malloc for 6.0 release
#830
PriyaAvhad
closed
5 months ago
3
Merge apple main
#829
rustle
closed
6 months ago
0
build: android bundles pthread into libc
#828
compnerd
closed
6 months ago
3
[6.0] Check for `aligned_alloc()` and use `posix_memalign()` instead on platforms that don't have it
#827
finagolfin
closed
5 months ago
4
Switching back _dispatch_operation_perform to use posix_memalign from aligned_malloc
#826
PriyaAvhad
closed
5 months ago
13
Have all codepaths do *(void **)dest = (void *)ptr;
#825
AreaZR
opened
7 months ago
0
[6.0] Add a missing semicolon in src/io.c.
#824
allevato
closed
7 months ago
3
[6.0] Adopt Sendable in DispatchQueue and similar types
#823
ktoso
closed
7 months ago
1
Add a missing semicolon in src/io.c.
#822
allevato
closed
7 months ago
4
Adopt Sendable in DispatchQueue and similar types
#821
ktoso
closed
7 months ago
5
DispatchIO.read spinning while pipe is open on Windows
#820
DimaKozhinov
opened
8 months ago
20
Remove objc_retainAutoreleasedReturnValue workaround.
#819
al45tair
closed
8 months ago
3
Test dispatch_after flakiness
#818
hjyamauchi
opened
8 months ago
0
MacOS 14: Crash on dispatch_activate after fork
#817
bukka
opened
8 months ago
0
Add a workaround for Windows ARM64 miscompile
#816
hjyamauchi
closed
8 months ago
8
Changes for Musl compatibility
#815
al45tair
closed
9 months ago
2
Support compiling on MSYS2
#814
qmfrederik
closed
9 months ago
5
bug: There is no way to get current queue / current queue label under Linux
#813
mman
opened
9 months ago
2
Support Windows ARM64 builds
#812
hjyamauchi
closed
9 months ago
2
Keep posix_memalign() around for older Android APIs
#811
finagolfin
closed
7 months ago
9
atomically read page_bitmaps
#810
AreaZR
opened
11 months ago
0
Merge libdispatch-1462.0.4
#809
AreaZR
opened
11 months ago
2
Sonoma merge
#808
AreaZR
closed
11 months ago
0
Use proper atomics and ref counting
#807
AreaZR
opened
11 months ago
5
Convert deprecated functions to use modern atomic variable handling
#806
AreaZR
opened
11 months ago
3
Prefer aligned_alloc over posix_memalign
#805
AreaZR
closed
9 months ago
12
Avoid using rand() that leads to a lock contention
#804
ilya-fedin
closed
10 months ago
3
Fix Windows ARM64 Detection
#803
hmelder
closed
9 months ago
6
[5.9] Clamp the length for WriteFile calls on win32 pipes.
#802
ahoppen
closed
11 months ago
2
Generate libdispatch.pc on non-apple platforms
#801
hmelder
opened
1 year ago
4
Next