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

cFE Integration candidate: 2021-06-01 #1584

Merged
merged 48 commits into from
Jun 8, 2021
Merged

cFE Integration candidate: 2021-06-01 #1584

merged 48 commits into from
Jun 8, 2021

Commits on May 18, 2021

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

Commits on May 20, 2021

  1. Fix #1554, add doxygen aliases for OSAL parameter/retvals

    Adds "nonnull", "nonzero", and "covtest" tags to mark parameters
    and return values in documentation.  This info is helpful when
    auditing the test cases.
    jphickey committed May 20, 2021
    Configuration menu
    Copy the full SHA
    41dff63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1d5d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    849eed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18152c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    202c122 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee19f18 View commit details
    Browse the repository at this point in the history
  7. Fix #1561, use OSAL script to generate API guide

    Instead of including the OSAL API guide templates and pages
    in the CFE repo, invoke the build script now provided in
    the OSAL repo itself.
    jphickey committed May 20, 2021
    Configuration menu
    Copy the full SHA
    a98d831 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e0bc9f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    6333d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c84e57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4652c0d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    d7c2b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce0230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9aa9ca View commit details
    Browse the repository at this point in the history
  4. Fix #1386, Remove CFE_EVS_Unregister API

    - Removed requirement cEVS3101
    - Removed documentation references
    - Removed from API header
    - Removed stub
    - Removed implementation
    - Removed coverage test
    skliper committed May 25, 2021
    Configuration menu
    Copy the full SHA
    8280c27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8128384 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18e4d06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    251267a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    ee6c43d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c0091 View commit details
    Browse the repository at this point in the history
  3. Fix #1362, Simplify file open/truncate logic

    - Updated CFE_ES_QueryAllCmd handler
    - Updated CFE_ES_QueryAllTasksCmd handler
    skliper committed May 26, 2021
    Configuration menu
    Copy the full SHA
    560111c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13eb53f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Merge pull request #1580 from skliper/fix1364-es_verify_errors

    Fix #1364, Update ES verify errors to match test
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    b7bfaba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1578 from skliper/fix1366-mismatch_endforeach

    Fix #1366, Resolve mismatched endforeach of CMakeList.txt
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    41d6eaa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1579 from skliper/fix1390-event_filter_doc

    Fix #1390, Improve event filter documentation
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    6d8b907 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1576 from skliper/fix1391-evs_fs_doc_cleanup

    Fix #1391, EVS/FS documentation cleanup
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    de3af04 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1575 from skliper/fix1394-file_subtype

    Fix #1394, Remove shell file subtype and clarify scope
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    5febad7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1582 from skliper/fix1362-open_truncate

    Fix #1362, Simplify CFE_ES_QueryAllCmd file open logic
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    2a93eaf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1567 from skliper/fix1423-remove_deprecated

    Fix #1423, Remove deprecated elements
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    7f08fc3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1556 from zanzaben/fix1441_Replace_File_content_m…

    …agic_number
    
    Fix #1441, Replace Header Content Type magic number.
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    517a18f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1553 from pepepr08/fix1446-logmode-defines

    Fix #1446, Remove unused EVS LogMode defines
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    0cab138 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1570 from skliper/fix1452-sb_msg_sbr_comments

    Fix #1452, #1569, SB/MSG/SBR documentation cleanup and remove unused `CFE_SB_NO_SUBSCRIBERS`
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    786125e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1565 from skliper/fix1455-destination_tag

    Fix #1455, Add CFE_SB_DestinationD tag and use for pointers
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    9a01dcc View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1564 from skliper/fix1476-sequencecounttype

    Fix #1476, Use CFE_MSG_SequenceCount_t for seqcnt type
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    b1f36ee View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1562 from skliper/fix1485-numblocksize_error_doc

    Fix #1485, Document CFE_ES_PoolCreateEx NumBlockSizes error handling
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    efd72a0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1560 from skliper/fix1494-tbltime_doc_cleanup

    Fix #1494, Documentation cleanup in TBL/TIME
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    1344f7f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1558 from skliper/fix1507-tblname_processor_specific

    Fix #1507, Document TblName as app specific
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    3fdecc6 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1563 from jphickey/fix-1561-osal-apiguide

    Fix #1561, use OSAL script to generate API guide
    astrogeco authored May 27, 2021
    Configuration menu
    Copy the full SHA
    d71583a View commit details
    Browse the repository at this point in the history
  17. IC:2021-06-01, Remove deprecated doxygen reference

    HOTFIX, `CFE_ES_CDS_REGISTRY_FULL` is deprecated
    astrogeco committed May 27, 2021
    Configuration menu
    Copy the full SHA
    acea60e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

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

Commits on Jun 2, 2021

  1. Merge pull request #1557 from skliper/fix1548-include_verify

    Fix #1548, Include verify headers to validate config
    astrogeco authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    df3d75f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1513 from ArielSAdamsNASA/fix-1512-coding-standar…

    …d-codeql
    
    Fix #1512, Add Coding Standard Rules in CodeQL
    astrogeco authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    41d552c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1591 from zanzaben/fix1585_fix_crc_header

    Fix #1585, Fix Calculate CRC header return description.
    astrogeco authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    2d97cb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1572 from skliper/fix1435-eventid_type

    Fix #1435, Consistent use of uint16 for EventID
    astrogeco committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    00d1a39 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1577 from skliper/fix1386-remove_evs_unregister

    Fix #1386, Remove CFE_EVS_Unregister API
    astrogeco committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4a3129c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge pull request #1555 from jphickey/fix-1554-doc-tags

    Fix #1554, add doxygen aliases for OSAL parameter/retvals
    
    NOTE: Manually merged/propagated to CFE-common resolve warnings
    when referencing OSAL headers from CFE usersguide build.
    jphickey committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    51ecd53 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

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