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

Initial work on hierarchy #1

Closed
wants to merge 12 commits into from

Commits on Jan 3, 2024

  1. Fix misc gcc 13.2 compiler warnings

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9d29181 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. odb: rm dbTech::_version_buf and use std::string for safety

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f0ab579 View commit details
    Browse the repository at this point in the history
  2. odb: clang-format

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    10ccad7 View commit details
    Browse the repository at this point in the history
  3. mpl2: clean output

    Signed-off-by: Arthur Koucher <[email protected]>
    AcKoucher committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ba24802 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df155d5 View commit details
    Browse the repository at this point in the history
  5. Exclude third-party from code coverage to avoid reporting on dependen…

    …cies
    
    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8c8c324 View commit details
    Browse the repository at this point in the history
  6. sta gui: reduce default number of paths to 50

    1000 paths can take a LONG time to update, who needs more than 50 initially?
    
    Alternatively, the GUI could return immediately and populate in the background
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    bd1d4e1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4483 from The-OpenROAD-Project-staging/gcc13

    Fix misc gcc 13.2 compiler warnings
    maliberty authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b387e33 View commit details
    Browse the repository at this point in the history
  8. par: update ok

    Signed-off-by: Arthur Koucher <[email protected]>
    AcKoucher committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c36549b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4485 from The-OpenROAD-Project-staging/cov-local

    Exclude .local from code coverage to avoid reporting on dependencies
    maliberty authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7f592ce View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4488 from Pinata-Consulting/sta-gui-50-paths-is-e…

    …nough
    
    Sta gui 50 paths is enough
    maliberty authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    51b02b4 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4484 from AcKoucher/mpl2_logger

    mpl2 & par: clear logger
    maliberty authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c96b74d View commit details
    Browse the repository at this point in the history