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

Added calculation for relational cohesion metric #747

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    3c853e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7536c0a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Update Tarball generation for Ubuntu 20.04 Focal Fossa.

    NodeJS v18 is not compatible with Ubuntu 16.04, due to the GLIBC mismatch.
    mcserep committed May 2, 2024
    Configuration menu
    Copy the full SHA
    613ee04 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    0299025 View commit details
    Browse the repository at this point in the history
  2. Fixed an include error

    kmkristof committed May 8, 2024
    Configuration menu
    Copy the full SHA
    313d540 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Ericsson#743 from mcserep/ci-release-build

    Build CodeCompass in Release mode in CI
    intjftw authored May 8, 2024
    Configuration menu
    Copy the full SHA
    de60077 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Ericsson#744 from mcserep/metric-log

    Log the start of each C++ metric computation
    intjftw authored May 8, 2024
    Configuration menu
    Copy the full SHA
    582981f View commit details
    Browse the repository at this point in the history
  5. Merge pull request Ericsson#745 from mcserep/cpp-parser-debug-success

    Debug info upon C++ parser finished a TU
    intjftw authored May 8, 2024
    Configuration menu
    Copy the full SHA
    48131f4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Ericsson#746 from Ericsson/tarball-ubuntu-focal

    Update Tarball generation for Ubuntu 20.04 Focal Fossa
    intjftw authored May 8, 2024
    Configuration menu
    Copy the full SHA
    5f49828 View commit details
    Browse the repository at this point in the history
  7. Incremental parsing issue fixes (Ericsson#736)

    Fix segmentation fault due to access of file ID on non-loaded file.
    Eliminated use of size() on ODB query result in SourceManager. Added isSingletonResult instead to dbutil.
    dbukki authored May 8, 2024
    Configuration menu
    Copy the full SHA
    7ba19f9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    bb94b8a View commit details
    Browse the repository at this point in the history
  2. Fixed an include error

    kmkristof committed May 22, 2024
    Configuration menu
    Copy the full SHA
    310da0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b51959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55078ec View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jul 6, 2024

  1. Fixed requested changes

    kmkristof committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cfc9ad2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Added unit test data

    kmkristof committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4a18189 View commit details
    Browse the repository at this point in the history
  2. Removed unneded logging

    kmkristof committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e8720ec View commit details
    Browse the repository at this point in the history