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

Bugfix #2402 main_v11.0 sonarqube #2447

Merged
merged 18 commits into from
Feb 21, 2023

Commits on Feb 2, 2023

  1. Per #2402, updating the sonarqube properties to track progress for th…

    …is bugfix branch. DO NOT include these changes in the pull request for main_v11.0.
    JohnHalleyGotway committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f19bff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Per #2402, revert the sonar properties back to what they were. When I…

    … run manually for this bugfix branch on seneca I'm just using a local copy with changes rather than this version that lives in the repo.
    JohnHalleyGotway committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4100841 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Per #2402, reimplement the PiecewiseLinear class using std::vector to…

    … hopefully avoid SonarQube findings.
    JohnHalleyGotway committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f882d97 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    96ab78f View commit details
    Browse the repository at this point in the history
  2. Per #2402, updates ascii_table.cc by replacing dynamically allocated …

    …memory with std::vector to avoid SonarQube findings about out of bounds memory access.
    JohnHalleyGotway committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4e36503 View commit details
    Browse the repository at this point in the history
  3. Per #2402, update the CRC_Array template class to use stl vectors ins…

    …tead of dyanmically allocating memory to avoid SonarQube findings.
    JohnHalleyGotway committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    909a6b2 View commit details
    Browse the repository at this point in the history
  4. Per #2402, reimplement the TableFlatFile class using std::vector inst…

    …ead of dynamically allocating memory to eliminate SonarQube findings.
    JohnHalleyGotway committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    35c186d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1e61fe View commit details
    Browse the repository at this point in the history
  6. Per #2402, reimplement FcstObsSet using std::vector instead of dynami…

    …cally allocated memory to get rid of SonarQube findings.
    JohnHalleyGotway committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4b257ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f24770 View commit details
    Browse the repository at this point in the history
  8. Per #2402, update the implementation of CgFontCollection to use std::…

    …vector instead of dynamically allocating memory to avoid SonarQube findings.
    JohnHalleyGotway committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8f2445a View commit details
    Browse the repository at this point in the history
  9. Per #2402, rollback changes to set.h and set.cc which seem to have ca…

    …used a runtime memory error in MODE.
    JohnHalleyGotway committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1a5b076 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Per #2402, ci-run-unit fix CgFontCollection::init_from_scratch() to i…

    …nitialize Nalloc to 0 to avoid segfault.
    JohnHalleyGotway committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a7fb293 View commit details
    Browse the repository at this point in the history
  2. Per #2402, correct CgFontCollection::clear() to clear based on the nu…

    …mber of elements rather than the number of allocated elements after switching to using vectors.
    JohnHalleyGotway committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    3088da1 View commit details
    Browse the repository at this point in the history
  3. Per #2402, reimplement FcstObsSet using vectors instead of locally ma…

    …naged memory to avoid SonarQube issues.
    JohnHalleyGotway committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    fe03d74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e913570 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Per #2402, fix CRC_Array assign function to just copy the vector inst…

    …ead of doing an element by element assignment.
    JohnHalleyGotway committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    516eced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93a46dc View commit details
    Browse the repository at this point in the history