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

Introduce gcovpreload repo to support code coverage report generation for swss and sairedis #11323

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

Commits on Jul 1, 2022

  1. introduce gcovpreload repo

    new-added gcov_preload repo
    pettershao-ragilenetworks authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    ab433a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fbf90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    685fa8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3957337 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba21501 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b9eaea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9a3e6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b28e173 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

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

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    d507796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928f04d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    446e6f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    710da0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f868eb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d158d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88cdfe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45bbeb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 5, 2022

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

Commits on Aug 17, 2022

  1. change permission of rules

    Signed-off-by: “pettershao” <pettershao@ragilenetworks.com>
    pettershao-ragilenetworks committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3a00844 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    a429f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1173bb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

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

Commits on Aug 31, 2022

  1. Update docker-sonic-vs.mk

    Add LIBGCOV_PRELOAD dependents in DOCKER_SONIC_VS_DEPENDS
    pettershao-ragilenetworks authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    733ceae View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Create .gitignore

    change .gitignore from /.gitignore to /src/preload/..gitignore
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    39f4256 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    change /.gitignore to /src/preload/.gitignore
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d3eef75 View commit details
    Browse the repository at this point in the history
  3. Create libgcovpreload.postinst

    Add libgcovpreload.postinst
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6cde260 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    Update .gitignore
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b0bbc1d View commit details
    Browse the repository at this point in the history
  5. Update docker-init.j2

    use postinst to replace "echo /usr/lib/libgcovpreload.so > /etc/ld.so.preload"
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0828cce View commit details
    Browse the repository at this point in the history
  6. Update Dockerfile.j2

    use postinst to replace "echo /usr/lib/libgcovpreload.so > /etc/ld.so.preload"
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    fc04151 View commit details
    Browse the repository at this point in the history
  7. Update Dockerfile.j2

    use postinst to replace "echo /usr/lib/libgcovpreload.so > /etc/ld.so.preload"
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a6d97d0 View commit details
    Browse the repository at this point in the history
  8. Update Dockerfile.j2

    use postinst to replace "echo /usr/lib/libgcovpreload.so > /etc/ld.so.preload"
    pettershao-ragilenetworks authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e9c60ab View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update libgcovpreload.postinst

    To trigger rebuild&test
    pettershao-ragilenetworks authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    59af7a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Update libgcovpreload.postinst

    trigger build&test
    pettershao-ragilenetworks authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    c306750 View commit details
    Browse the repository at this point in the history