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

Introduce ddsrt_abort and ddsrt_exit #1877

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2023

  1. Introduce ddsrt_abort

    This will consolidate abort calls. This will make it easy to override, change, or suppress the abort feature. Borrowing a bit of structure from Rust, the new `ddsrt_abort` was placed inside ddsrt::process.
    poetinger committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    132a387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f46a945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43093e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. introduce ddsrt_exit

    poetinger committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f5515eb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    778fedb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. change abort() -> ddsrt_abort in core

    Signed-off-by: Philip Oetinger <[email protected]>
    poetinger committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b9d2e79 View commit details
    Browse the repository at this point in the history
  2. remove ddsrt_exit

    From feedback comment, it really is unnecessary.
    
    Signed-off-by: Philip Oetinger <[email protected]>
    poetinger committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a86760a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    9248c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68361f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba2766d View commit details
    Browse the repository at this point in the history