Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Darlingserver Branch To Include Relocation Changes #1165

Merged
merged 31 commits into from
May 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4d400c5
Update CoreAudio for new libavcodec
facekapow Feb 20, 2022
156c306
AudioToolbox: Remove unnecessary include
facekapow Feb 26, 2022
9631286
Remove libmalloc from darling repo
CuriousTommy Apr 3, 2022
de252b5
Add `libmalloc` submodule
CuriousTommy Apr 3, 2022
0e42ca3
Fix Building `libmalloc`
CuriousTommy Apr 4, 2022
8d343d3
Fix `libmalloc` in `libc` CMakeLists.txt
CuriousTommy Apr 4, 2022
d1ea90a
Merge pull request #1145 from darlinghq/relocate_libmalloc
CuriousTommy Apr 4, 2022
bc89a0c
Update .gitmodules
iinux Apr 10, 2022
7da675d
Merge pull request #1157 from iinux/patch-1
CuriousTommy Apr 10, 2022
223f262
Remove Libc From Darling Repo
CuriousTommy Apr 9, 2022
fd9e88c
Add `darling-Libc` submodule
CuriousTommy Apr 9, 2022
0253375
Fix Building Libc
CuriousTommy Apr 10, 2022
5ba966a
Merge pull request #1158 from darlinghq/relocate_libc
CuriousTommy Apr 10, 2022
c120988
Remove Libsystem from Darling Repo
CuriousTommy Apr 17, 2022
3c03736
Add Libsystem Submodule
CuriousTommy Apr 17, 2022
1888097
Fix Building For Libsystem
CuriousTommy Apr 18, 2022
29456e4
Merge pull request #1160 from darlinghq/relocate_Libsystem
CuriousTommy Apr 18, 2022
6d4e2d6
Remove Dyld Code From Main Repo
CuriousTommy Apr 19, 2022
8f269cb
Add Dyld Submodule
CuriousTommy Apr 19, 2022
28dc247
Fix building dyld
CuriousTommy Apr 19, 2022
e0a2788
Merge pull request #1162 from darlinghq/relocate_dyld
CuriousTommy Apr 19, 2022
fba4c64
Remove AvailabilityVersions From Main Repo
CuriousTommy Apr 22, 2022
5a23efc
Add AvailabilityVersions Submodule
CuriousTommy Apr 22, 2022
7d10bb3
Fix AvailabilityVersions Symbol Links
CuriousTommy Apr 22, 2022
8182a56
Merge pull request #1163 from darlinghq/relocate-AvailabilityVersions
CuriousTommy Apr 22, 2022
6351921
Remove `libnotify` From Main Repo
CuriousTommy Apr 23, 2022
5ebab95
Add `libnotify` Submodule
CuriousTommy Apr 23, 2022
3bf2992
Fix Building libnotify
CuriousTommy Apr 23, 2022
26e55e1
Merge pull request #1164 from darlinghq/relocate-libnotify
CuriousTommy Apr 24, 2022
da3ac8d
Merge branch 'master' into darlingserver_relocation_updates
CuriousTommy Apr 30, 2022
c45ffd9
Update submodules
CuriousTommy Apr 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 18 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,21 @@
[submodule "src/external/darlingserver"]
path = src/external/darlingserver
url = ../darlingserver.git
[submodule "src/external/libmalloc"]
path = src/external/libmalloc
url = ../darling-libmalloc.git
[submodule "src/external/libc"]
path = src/external/libc
url = ../darling-Libc.git
[submodule "src/external/libsystem"]
path = src/external/libsystem
url = ../darling-Libsystem.git
[submodule "src/external/dyld"]
path = src/external/dyld
url = ../darling-dyld.git
[submodule "src/external/AvailabilityVersions"]
path = src/external/AvailabilityVersions
url = ../darling-AvailabilityVersions
[submodule "src/external/libnotify"]
path = src/external/libnotify
url = ../darling-Libnotify.git

This file was deleted.

Loading