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

Integration Candidate 2020-10-13 #944

Merged
merged 6 commits into from
Oct 13, 2020
Merged

Integration Candidate 2020-10-13 #944

merged 6 commits into from
Oct 13, 2020

Commits on Oct 7, 2020

  1. Fix #56, Refactor CDS to use generic pool implementation

    Rather than having a second pool implementation only for CDS, use
    the generic pool implementation.  This also uses the abstract resource
    identifiers to identify CDS blocks, rather than a direct reference.
    jphickey committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    daf6c04 View commit details
    Browse the repository at this point in the history
  2. Fix #940, Add module suffix and core name to configdata

    Add the system-specific module suffix (.o, .so, .obj, etc) and the
    default CFE core executable name to the configdata structure.
    
    This information has several useful purposes.
    jphickey committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    043b608 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Update #940, add ifndef values for new fields

    Adds an #ifndef empty string for the two new fields, which
    at the very least prevents IDEs (e.g. Eclipse) from redlining
    the value as an undefined symbol.
    
    (It is always passed in on command line when building via CMake)
    jphickey committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    655a66c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #939 from jphickey/fix-56-cds-mempool-consolidate

    Fix #56, Refactor CDS to use generic pool implementation
    astrogeco committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    85469ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #941 from jphickey/fix-940-filename-configdata

    Fix #940, Add module suffix and core name to configdata
    astrogeco committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b5ada30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2686e50 View commit details
    Browse the repository at this point in the history