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

FOGL-8119 OMF lookup performance enhancements and string handling pre-allocation #1176

Merged
merged 41 commits into from
Oct 2, 2023

Commits on Aug 3, 2023

  1. Updated test_memcheck.sh file to generate logs and xml report based o…

    …n the params passed
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    Mohit04tomar committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    fe54b68 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Feedback changes

    Signed-off-by: Mohit Singh Tomar <[email protected]>
    Mohit04tomar committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    27344c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Refactored code

    Signed-off-by: Mohit Singh Tomar <[email protected]>
    Mohit04tomar committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9eca6b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    5c3186a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39da259 View commit details
    Browse the repository at this point in the history
  3. North service enhancements to cleanup or exit

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9523004 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    5983970 View commit details
    Browse the repository at this point in the history
  2. Add virtual destructor to south service and remove copy of readings w…

    …hen ingesting via Python
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3916ff2 View commit details
    Browse the repository at this point in the history
  3. Delete north service

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c645a5d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Updates in north service

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8fd965a View commit details
    Browse the repository at this point in the history
  2. Delete empty reading sets

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cd65b1d View commit details
    Browse the repository at this point in the history
  3. Make sure reconfigure thread is shutdown

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1ed4755 View commit details
    Browse the repository at this point in the history
  4. Add south plugin destructor

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    11065d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Updates in south service

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f96784f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4e19f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Checkpoint

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a2b0fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dde144 View commit details
    Browse the repository at this point in the history
  3. Cleanup queues

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    50a71b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Fix unitialised data read

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    944aa96 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Resolve sharing of readings issue

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    62dd106 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Revert to push_back for PythonReadingSet

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9c29717 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Limit north queues

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b8f0e33 View commit details
    Browse the repository at this point in the history
  2. Experimental checkin

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d483522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5415914 View commit details
    Browse the repository at this point in the history
  4. Experiment with removing virtual from reading set destructor

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cd1d374 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Fix dangerous ReadingSet::append that could result in readings being …

    …deleted twice
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1b23140 View commit details
    Browse the repository at this point in the history
  2. Reinstate optimal south ingest

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8f9a4f9 View commit details
    Browse the repository at this point in the history
  3. Remove conditional code

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    81a0187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    643c5fd View commit details
    Browse the repository at this point in the history
  5. Fix issue with base class calling method in derived class from the de…

    …structor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c5271d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    205cf8c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

  1. Use unordered_maps for lookup tables

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b3be1d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Increase initial string reserve

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6cd5217 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Assume version supports linmked data unless otehrwise stated

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bcddfff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400ea3a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Turn on instrument

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6087627 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. FOGL-8119 Strip CR/NL from exception message and add re-creation of

    sender class
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    888a931 View commit details
    Browse the repository at this point in the history
  2. Fix unitialised variable

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bd43417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8508f49 View commit details
    Browse the repository at this point in the history