Commit Graph

  • e5699fdd42
    Merge c3bd1c464e into 5c31404022 #1542 CuriousTommy 2024-09-01 07:50:51 -0700
  • c3bd1c464e Update Submodules #1542 update_submodules Thomas A. 2024-09-01 07:48:37 -0700
  • be035cb27a
    Merge ce0de21e3a into 5c31404022 #1445 Benjamin Gaillard 2024-08-31 21:39:48 -0700
  • 5945b4458b
    Merge 7841e4299c into 5c31404022 #1450 CuriousTommy 2024-08-31 19:55:24 -0500
  • 56160c001a
    Merge 96cafb015b into 5c31404022 #1482 CuriousTommy 2024-08-31 23:13:37 +0000
  • 5c31404022
    Merge pull request #1541 from danix800/fix/cmd-mem-leak master CuriousTommy 2024-08-31 15:51:15 -0700
  • 7d3041a3e1
    Merge pull request #1539 from jlucfarias/add-midi-symbols CuriousTommy 2024-08-31 12:46:50 -0700
  • 6ab07320ef Add Note About Some Of These Values Intentionally Being "nil" #1539 Thomas A. 2024-08-31 10:54:56 -0700
  • ebe43d1b25 Free malloc'ed memory #1541 dingfei 2024-08-31 11:55:44 +0800
  • 1fa31dbcd8
    Merge pull request #1537 from darlinghq/ffmpeg_fix CuriousTommy 2024-08-29 17:40:00 -0700
  • 0d161c83f9 Uncomment kMIDIPropertyAdvanceScheduleTimeMuSec definition jlucfarias 2024-08-25 21:10:37 -0300
  • 0cc7e574d1 Add commented MIDI definitions to use later and organize them in categories jlucfarias 2024-08-25 21:08:52 -0300
  • 0bcc581554 Always Call av_probe_input_format #1537 Thomas A 2024-08-18 18:12:12 -0700
  • 9655d5598c Fix Building Against Newer Version Of FFmpeg Thomas A 2024-07-01 09:59:11 -0700
  • 773e9874cf
    Merge pull request #1522 from darlinghq/update_submodules syscall_rework CuriousTommy 2024-08-18 12:11:15 -0700
  • 42f93a9557 Update Submodules #1522 Thomas A. 2024-06-19 09:17:08 -0700
  • 7841e4299c Update Submodules #1450 feature/arm-support Thomas A. 2024-06-23 08:57:27 -0700
  • 524fd54ef5 Update Submodules Thomas A. 2024-05-25 10:57:12 -0700
  • 921cf8d708 Update Submodules Thomas A. 2024-03-28 11:03:58 -0700
  • 424286e900 Update Submodule Thomas A. 2024-01-24 09:57:26 -0800
  • 90e903e3b9 Add elfcalls_wrapper.h to SDK Thomas A. 2024-01-24 09:40:57 -0800
  • 47bace7a90 [mldr] Implement __darling_thread_get_tsd & __darling_thread_set_tsd Thomas A. 2024-01-24 09:40:22 -0800
  • c633c126aa [mldr] Add __arm64__ Macro If Building For ARM64 Thomas A. 2024-01-21 21:19:37 -0800
  • 0af99f1d9c [mldr] Bug Fix CuriousTommy 2024-01-12 10:16:03 -0800
  • 01c5f722e8 [coredump] Bug Fix CuriousTommy 2024-01-12 10:11:34 -0800
  • 17bab568b4 Update Submodules Thomas A. 2024-01-12 08:13:38 -0800
  • adc418a219 [mldr] Implement WIP ARM64 Support Thomas A. 2024-01-11 10:12:51 -0800
  • 2f2a61e520 [mldr] Avoid Building/Using x86 Specific Logic On Non-x86 Devices Thomas A. 2024-01-11 10:07:45 -0800
  • 7c561bab17 [mldr] Rework How "load" And "setup_stack" Are Handled Thomas A. 2024-01-11 10:04:38 -0800
  • 3f5e59c8de [mldr] Only Execute "execv" Logic For "reexec32" On Supported Platforms Thomas A. 2024-01-11 08:30:50 -0800
  • 3068fb17ba [mldr] Don't Include "cpuid.h" If Building For Non-x86 Platforms Thomas A. 2024-01-10 10:04:24 -0800
  • b0322f0006 [mldr] Store ARM64 "pc" Into entryPoint Thomas A. 2024-01-01 18:48:15 -0800
  • 7a349a082d [coredump] Implement WIP ARM64 Support Thomas A. 2024-01-01 18:44:47 -0800
  • 20221daca9 [mldr] Add Documentation For "entryPoint" And Throw Error If Implementation Is Missing For Arch Thomas A. 2024-01-01 09:33:47 -0800
  • a5091d0781 [launchd] Set ARM_THREAD_STATE For ARM64 Thomas A 2023-11-05 08:48:00 -0800
  • 3b6e38f27f [startup/mldr] Add Missing ARM64 Headers Thomas A 2023-11-04 22:02:48 -0700
  • 02be3f71a8 [libm] Fix Building For ARM64 & Add Stubs Thomas A 2023-11-04 21:58:20 -0700
  • 9270f96d4b Add Missing Headers Required For Building "core" on ARM64 Thomas A 2023-11-04 21:53:38 -0700
  • eefe2b101e [xtrace] Implement hook support for ARM64 Thomas A 2023-11-04 21:51:43 -0700
  • 1d50645977 [xtrace] Throw Error If "hook" Code Is Missing For Arch Thomas A 2023-11-04 21:50:26 -0700
  • d0c2981f98 [xtrace] Add Documentation On How "hook" Struct Works Thomas A 2023-11-04 21:47:54 -0700
  • 3793081b0d [coredump] Define "__arm64__" If Building For arm64 Thomas A 2023-05-23 17:47:49 -0700
  • 110ece22ba Fix cpuid typo Thomas A 2023-05-23 17:16:23 -0700
  • 66136c58de Fallback To "stdbool.h" Header If Build For Non-x86 Platform Thomas A 2023-05-23 17:11:32 -0700
  • 4efe474af1 [cmake/compiler_include] Use omp-tools.h Instead Thomas A 2023-05-23 10:36:53 -0700
  • e78b7515e0 Add TARGET_ARM64 Option. Add Arch And Build Target. Thomas A 2021-11-06 07:14:57 -0700
  • 203af1f604
    Merge pull request #1519 from darlinghq/coredump_cpp_and_fixes CuriousTommy 2024-06-13 12:47:12 -0700
  • eff1cab1b8 [coredump] Add Support For macOS Path #1519 Thomas A. 2024-06-12 11:42:24 -0700
  • d551ccac9e [coredump] Convert Into C++ Project Thomas A. 2024-06-11 10:23:41 -0700
  • 65c5198e9a
    Merge pull request #1502 from darlinghq/update_submodules CuriousTommy 2024-05-20 13:42:50 -0700
  • f8f2b0322f Update Submodules #1502 Thomas A. 2024-02-16 10:04:10 -0800
  • 983d339866 Updated uninstall script to remove darlingserver and darling-coredump. luchsj@rpi.edu 2024-04-05 16:16:35 -0400
  • 195684fc15
    Merge pull request #1515 from darlinghq/ubuntu_older_clang_build_fix CuriousTommy 2024-05-19 21:10:44 -0700
  • f542b59cbd Fix Building For Older Version Of Clang #1515 Thomas A 2024-05-17 16:39:33 -0700
  • 327488e0d7
    Merge pull request #1514 from alekitto/fix/debian-build CuriousTommy 2024-05-14 17:48:15 -0700
  • dd7318ea5a
    fix: fixed iosurface and python2 debian package generation #1514 Alessandro Chitolina 2024-05-14 22:02:11 +0200
  • f46eb721c1
    Merge pull request #1513 from darlinghq/mig_fix CuriousTommy 2024-05-11 12:18:04 -0700
  • 0b6b8a3e5c Set Fall Back Arch To The Primary Arch For MIG #1513 Thomas A. 2024-05-07 18:20:14 -0700
  • 42203fa265 Set Target Triplet To APPLE_TARGET_TRIPLET_PRIMARY For MIG Thomas A. 2024-05-05 13:33:29 -0700
  • 7c8415e679
    Merge pull request #1504 from CKegel/Extern-Variable-Warning-Fix CuriousTommy 2024-04-05 19:08:30 -0700
  • 53ea347e4d Updated uninstall script to remove darlingserver and darling-coredump. #1505 luchsj@rpi.edu 2024-04-05 16:16:35 -0400
  • 00c4fd66fb Remove extern declarations from constant definitions in ShazamKit. #1504 ckegel 2024-04-02 18:22:45 -0400
  • e8d00531c8 Remove extern declarations from constant definitions in private frameworks. ckegel 2024-04-02 18:19:05 -0400
  • b7b36f607f Remove extern declarations from constant definitions in SceneKit. ckegel 2024-04-02 18:09:15 -0400
  • 03e15c1274 Remove more extern declarations from constant definitions in QuartzComposer and ImageKit ckegel 2024-04-02 17:29:06 -0400
  • 405a4b79eb Remove extern declarations from constant definitions in QuartzFilters.m. ckegel 2024-04-02 17:21:02 -0400
  • 4a785bc749 Remove extern declarations from constant definitions in UniformTypeIdentifiers. ckegel 2024-04-02 17:13:41 -0400
  • 4a73e139f7
    Merge pull request #1501 from darlinghq/increase_backlog_size CuriousTommy 2024-03-28 21:20:07 -0700
  • 9fb515c774 Fix Simultaneously Launching Multiple Instances Of Darling #1501 Thomas A. 2024-03-27 21:14:43 -0700
  • 81b44cf1ff Revert "Replaced 'DYLD_ROOT_PATH' with 'DARLING_DYLD_ROOT_PATH'." luchsj 2024-02-27 11:28:58 -0500
  • f7148ab54b Revert "Replaced 'DYLD_ROOT_PATH' with 'DARLING_DYLD_ROOT_PATH'." luchsj 2024-02-27 11:28:49 -0500
  • c1eb89a217 Replaced 'DYLD_ROOT_PATH' with 'DARLING_DYLD_ROOT_PATH'. luchsj 2024-02-26 10:10:04 -0500
  • 4c5612a08d Replaced 'DYLD_ROOT_PATH' with 'DARLING_DYLD_ROOT_PATH'. luchsj 2024-02-26 10:09:57 -0500
  • 25afbc7642
    Merge pull request #1487 from darlinghq/update_submodules CuriousTommy 2024-02-03 15:20:54 -0800
  • f48009c573 Update Submodules #1487 Thomas A. 2024-02-03 13:02:15 -0800
  • 3e9ec8b648 Add libressl Branch Information To ".gitmodules" Thomas A. 2024-02-03 12:53:34 -0800
  • 96cafb015b Revert "Implement Semaphore CarbonCore Stubs" #1482 revert_SemaphoreStubs Thomas A. 2024-01-25 19:27:49 -0800
  • f3b0ae0c35
    Merge pull request #1479 from darlinghq/fix_simple_abort CuriousTommy 2024-01-21 16:16:58 -0800
  • ea6e6c6f9a Fix "__simple_abort" Method #1479 Thomas A. 2024-01-21 11:55:59 -0800
  • 435e260257 Update Submodules #1473 Paulo Medeiros 2024-01-14 19:22:18 -0100
  • 5ee6a68f1f
    Merge pull request #1470 from Fancy2209/SemaphoreStubs CuriousTommy 2024-01-14 07:43:21 -0800
  • 882fec3102 Implement Semaphore CarbonCore Stubs #1470 Paulo Medeiros 2024-01-14 13:00:32 -0100
  • c28d63693d
    Merge pull request #1469 from Fancy2209/patch-1 CuriousTommy 2024-01-13 23:48:53 -0800
  • eef163e299 Fix Ci Errors #1469 Fancy2209 2024-01-14 01:10:55 +0000
  • 1aa1d3cd6e
    Merge pull request #1461 from darlinghq/coredump_rework #1468 CuriousTommy 2023-12-13 18:59:12 -0800
  • 4b8daade36 [coredump] Avoid Hardcoding x86/x64 Logic #1461 Thomas A. 2023-12-13 10:34:11 -0800
  • 34351655a4 Temporarily revert 9980fa0a10 Ariel Abreu 2023-11-07 13:41:31 -0500
  • 141c24aaa8 [ci/deb] Allow using an existing UID/GID for the CI user launchd-session Ariel Abreu 2023-11-01 21:28:48 -0400
  • 8e3da42792 [deb,rpm] Remove python2 dep Ariel Abreu 2023-11-01 18:29:48 -0400
  • 82525f6d3a
    Merge pull request #1401 from darlinghq/mldr_thread_entry_rework CuriousTommy 2023-10-30 16:06:14 -0700
  • 2c0c72dd76 Update Submodules #1401 Thomas A 2023-07-12 09:39:35 -0700
  • c061846e42 [mldr] Rewrite darling_thread_entry Inline Assembly Thomas A 2023-07-09 11:33:14 -0700
  • 98c5c8abf7 Update darlingserver Ariel Abreu 2023-10-26 07:49:11 -0400
  • ce0de21e3a
    RPM: Dockerfile: /src and /root/rpmbuild are expected to be volumes #1445 Benjamin Gaillard 2023-10-25 19:41:48 +0200
  • 35e2679302
    RPM: Dockerfile: add EL support in addition to Fedora Benjamin Gaillard 2023-10-25 19:40:54 +0200
  • d13af8dcc0
    RPM: remove Python 2 dependency Benjamin Gaillard 2023-10-25 19:38:46 +0200
  • 55421d841d
    RPM: use standard POSIX shell and utilities instead of Bash Benjamin Gaillard 2023-10-25 19:32:51 +0200
  • 4a3655497a
    RPM: make regular copy instead of hard links Benjamin Gaillard 2023-10-25 19:25:21 +0200
  • ecba53ffae
    RPM: really use last commit date Benjamin Gaillard 2023-10-25 19:03:18 +0200
  • caf102712d
    RPM: use appropriate RPM macros Benjamin Gaillard 2023-10-25 18:46:46 +0200