Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up MsgUtils script warning message output when ingesting Unhandled.conf

- Updated scripts/MsgUtils/../MsgData.py to change console warning messages, updated parameter regex matching, and change conditions for storing ingested rows.

Added *.egg-info/ to .gitignore and untracked scripts/MsgUtils/msgutils.egg-info.

- Added *.egg-info/ to .gitignore so pip's editable-install metadata stays out of the repo.

- Removed scripts/MsgUtils/msgutils.egg-info/ from the index (files remain on disk; they are regenerated by pip install -e).

    • -1
    • +0
    ./msgutils.egg-info/dependency_links.txt
  1. … 1 more file in changeset.
Moved MsgUtils/scripts to scripts directory in root of project to separate code generation scripts from actual code.

- Moved lib/MsgUtils/scripts to scripts/MsgUtils.

- Updated lib/MsgUtils/CMakeLists.txt and associated files for move.

    • -0
    • +40
    ./GenerateMsgDefsCpp.py
    • -0
    • +35
    ./GenerateProtobuf.py
    • -0
    • +6
    ./msgutils.egg-info/PKG-INFO
    • -0
    • +16
    ./msgutils.egg-info/SOURCES.txt
    • -0
    • +1
    ./msgutils.egg-info/dependency_links.txt
    • -0
    • +3
    ./msgutils.egg-info/entry_points.txt
    • -0
    • +1
    ./msgutils.egg-info/requires.txt
    • -0
    • +1
    ./msgutils.egg-info/top_level.txt
    • -0
    • +176
    ./msgutils/MsgCpp.py
    • -0
    • +234
    ./msgutils/MsgData.py
    • -0
    • +42
    ./msgutils/MsgProtobuf.py
    • -0
    • +147
    ./msgutils/templates/MsgDefs_cpp.jinja
    • -0
    • +96
    ./msgutils/templates/MsgDefs_h.jinja
    • -0
    • +60
    ./msgutils/templates/MsgDefs_proto.jinja
  1. … 14 more files in changeset.