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 the concept of a domain lifecycle state. #1879

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    56c82ae View commit details
    Browse the repository at this point in the history
  2. introduce dds_domain_lifecycle

    Represents the lifecycle state of the system.
    poetinger committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    edf2609 View commit details
    Browse the repository at this point in the history
  3. introduce the lifecycle state transition

    The only supported operation is transitioning from initialisation to operational.
    poetinger committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    47b5102 View commit details
    Browse the repository at this point in the history
  4. fix missing enum

    poetinger committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    03aa97a View commit details
    Browse the repository at this point in the history
  5. introduce dds_get_domain_lifecycle

    Includes a fix for accidental placement of implementation within an
     #ifdef causing havok.
    poetinger committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2d5a319 View commit details
    Browse the repository at this point in the history
  6. add symbol export tests

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    0a4488c View commit details
    Browse the repository at this point in the history
  2. wrap enum in typedef

    poetinger committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cf880f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39b82b1 View commit details
    Browse the repository at this point in the history