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

Makes Core into Core and Client and Exposes Client API to Users #120

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 3, 2024

  1. Removes fPIC from SetupCompiler.cmake since it's already set portably…

    … in the top level CMakeLists.txt
    ilumsden committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dc99d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73369c0 View commit details
    Browse the repository at this point in the history
  3. Replaces werror mechanism with a more resilient version that's less l…

    …ikely to interfere with users' code
    ilumsden committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9a331b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    766738c View commit details
    Browse the repository at this point in the history
  5. Adds some code to set DYAD_KVS_NAMESPACE in broker module to allow dy…

    …ad_ctx_init to succeed
    
    Adds missing curly brace in top level CMake
    ilumsden committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    28eae85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9eb74b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0b92982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33838f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    e41b3ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a988611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9b224a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf9b732 View commit details
    Browse the repository at this point in the history
  5. More header fixes

    ilumsden committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b78f0ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57991dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce2dc66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d62c2e0 View commit details
    Browse the repository at this point in the history
  9. Typo fix

    ilumsden committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8622168 View commit details
    Browse the repository at this point in the history