~darling-team/darling-emu/+git/darling-libdispatch:master

Last commit made on 2023-09-25
Get this branch:
git clone -b master https://git.launchpad.net/~darling-team/darling-emu/+git/darling-libdispatch

Branch merges

Branch information

Recent commits

380f03c... by Ariel Abreu <email address hidden>

Don't build anything in `src/BlocksRuntime`

Those sources are for non-Darwin platforms. On Darwin platforms,
libdispatch uses libsystem_blocks instead.

Additionally, this was causing issues because both libdispatch and
libsystem_blocks were exporting the block class globals, but only one of
them could be exported by libSystem, and which one gets exported was
at the whim of whatever dyld decided at runtime.

2252b53... by CuriousTommy <email address hidden>

Merge pull request #2 from darlinghq/fedora_38_fix

Fix Building For Fedora 38

d905f55... by Thomas A <email address hidden>

Fix implicit-function-declaration

f2206fe... by CuriousTommy <email address hidden>

Merge pull request #1 from darlinghq/update_sources_11.5

Update Sources 11.5 - libdispatch

c18e332... by Thomas A <email address hidden>

Upload README.md

4e83e2f... by Thomas A <email address hidden>

Fix Building

043772d... by Thomas A <email address hidden>

Reorganize Source Files And Added Source Files

342a5fc... by Thomas A <email address hidden>

Restore Darling specific changes

4ae5219... by Thomas A <email address hidden>

Add back test cases

5490af7... by Thomas A <email address hidden>

Update to libdispatch-1271.120.2