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 Common++ unit test project based on Gtest. #1507

Open
wants to merge 40 commits into
base: dev
Choose a base branch
from

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    5f02028 View commit details
    Browse the repository at this point in the history
  2. Fixed includes.

    Dimi1010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    0687ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a004e3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94a3b0e View commit details
    Browse the repository at this point in the history
  5. Added IPv6 tests.

    Dimi1010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    be20d78 View commit details
    Browse the repository at this point in the history
  6. Added IPAddress tests.

    Dimi1010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    3395ac7 View commit details
    Browse the repository at this point in the history
  7. Lint

    Dimi1010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    55fdf10 View commit details
    Browse the repository at this point in the history
  8. Fixed matcher error.

    Dimi1010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f447d9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b37a1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12e4599 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f20bb9 View commit details
    Browse the repository at this point in the history
  12. Added IPNetwork unit tests.

    Dimi1010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    a2718d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Added more unit tests.

    - Added IPAddress multicast unit tests.
    - Added IPNetwork includes unit tests.
    - Formatting
    Dimi1010 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e29190a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3f927 View commit details
    Browse the repository at this point in the history
  3. Lint

    Dimi1010 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c8d04de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a67ebe7 View commit details
    Browse the repository at this point in the history
  5. Added MacAddress unit tests.

    Dimi1010 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a93a202 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66d1937 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa92f72 View commit details
    Browse the repository at this point in the history
  8. Lint

    Dimi1010 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d191cdb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    bd8ecd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70708fd View commit details
    Browse the repository at this point in the history
  3. Fixed wrong variable assert.

    Dimi1010 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d45b54d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9cd1b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4803471 View commit details
    Browse the repository at this point in the history
  6. Lint

    Dimi1010 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9e77c18 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    63a8fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d503bcd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

    Dimi1010 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f1baa83 View commit details
    Browse the repository at this point in the history
  3. Fixed issue with temporary.

    Dimi1010 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6b50130 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    706fb4b View commit details
    Browse the repository at this point in the history
  2. Lint - hopefully.

    Dimi1010 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    012df84 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Pulled operator << overloads into the 'pcpp' namespace to leverage AD…

    …L as it does not consider functions in the global namespace.
    
    - Pulled operator<< for IpAddress into the `pcpp` namespace.
    - Pulled operator<< for IpV4Address into the `pcpp` namespace.
    - Pulled operator<< for IpV6Address into the `pcpp` namespace.
    - Pulled operator<< for IpNetwork into the `pcpp` namespace.
    - Pulled operator<< for IpV4Network into the `pcpp` namespace.
    - Pulled operator<< for IpV6Network into the `pcpp` namespace.
    - Pulled operator<< for MacAddress into the `pcpp` namespace.
    Dimi1010 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e875c0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a97325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07b0bf View commit details
    Browse the repository at this point in the history
  4. CMakeLists lint...

    Dimi1010 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    01b5cc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge remote-tracking branch 'upstream/dev' into feature/gtest-framework

    # Conflicts:
    #	.pre-commit-config.yaml
    Dimi1010 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ddf1d3a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 14, 2024

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