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

Use local includes for Cascade files #47

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

Commits on Jul 17, 2023

  1. Standardized include directives

    Following the standard practices we've applied to Derecho, #includes for
    headers within the Cascade library should use quotes rather than angle
    brackets and appear in a separate group before all non-Cascade includes.
    The Derecho includes should also be grouped before the standard library
    includes, since Derecho is more like a related sub-component of Cascade
    than a third-party library (they share a namespace).
    
    This is a manual cherry-pick of commit
    5758256 from the cascade_chain branch,
    where I already made this change a while ago.
    etremel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e95fb5e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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