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

Rebase Haiku changes from haiku102 branch part3 #19

Merged
merged 10 commits into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. Stub pthread_*_np() function calls for Haiku.

    - workaround to build the app because I couldn't compile with these functions.
    - Haiku has compatibility/gnu/pthread.h and looks it provides there, but it may requires tweaking header search path.
    kenz-gelsoft committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e6004d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee45bf View commit details
    Browse the repository at this point in the history
  3. Fix ipc build for Haiku

    kenz-gelsoft committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6900b9b View commit details
    Browse the repository at this point in the history
  4. Fix dav1d link error on Haiku

    - It looks ported to Haiku, but can't resolve Haiku thread APIs.
    - Disable it as an work around.
    kenz-gelsoft committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    262317f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcab11a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e2c871 View commit details
    Browse the repository at this point in the history
  7. Fix xptcall link build

    kenz-gelsoft committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e42a416 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b171b25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ef392d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62b1aad View commit details
    Browse the repository at this point in the history