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

Set debug flag for sonar-scanner #348

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

Set debug flag for sonar-scanner #348

wants to merge 37 commits into from

Commits on Apr 16, 2023

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

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    d3cf2ce View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    oxr463 authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    94c9223 View commit details
    Browse the repository at this point in the history
  3. Update main.yml

    oxr463 authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    9fb64a8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Update main.yml

    oxr463 authored May 2, 2023
    Configuration menu
    Copy the full SHA
    e3c2b04 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Update main.yml

    oxr463 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    aba91d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b907db3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Update main.yml

    oxr463 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    53bdc00 View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    oxr463 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    a33b04a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    e7f5a82 View commit details
    Browse the repository at this point in the history
  2. Update copyright year

    oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    cb76243 View commit details
    Browse the repository at this point in the history
  3. Add uthash submodule

    oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    b6fa7b5 View commit details
    Browse the repository at this point in the history
  4. Pin lib/uthash at v2.3.0

    oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    474d7d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9451581 View commit details
    Browse the repository at this point in the history
  6. Add option --mixed-mode to disable mixed execution

    Disable the check to see if the executable being executed
    is the same ELF machine as the host system. This is to
    support the case where ELF objects are run under a custom
    QEMU emulator or LD_LIBRARY_PATH.
    
    Bug: #343
    David Leonard authored and oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    d65be07 View commit details
    Browse the repository at this point in the history
  7. Fix test-0cf405b0 for newer versions of glibc.

    Newer versions of glibc apparently enforce argv to contain at least one
    argument, regardless of what what passed to execlp(). This behavioral
    change resulted in test-0cf405b0 performing an endless loop.
    
    This commit addresses this problem by setting an environment variable to
    indicate, whether the execlp() call has already been performed.
    KimonHoffmann authored and oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    bb50337 View commit details
    Browse the repository at this point in the history
  8. Rename test-0cf405b0.c

    oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a89791c View commit details
    Browse the repository at this point in the history
  9. Fix test-25069c12 and test-25069c13 for new kernels.

    Fix both tests in the same vein as [1].  Note that this behavior had been
    changed by Linux's [2], not by glibc as suggested by [1].
    
    [1] 10dd605
    [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dcd46d897adb70d63e025f175a00a89797d31a43
    jpoiret authored and oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    7278715 View commit details
    Browse the repository at this point in the history
  10. Prepare for PRoot release v5.4.0

    Prepare for CARE release v2.3.0
    oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    d781f34 View commit details
    Browse the repository at this point in the history
  11. Add comile_commands.json

    oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1d24132 View commit details
    Browse the repository at this point in the history
  12. Enable debug flag

    oxr463 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    dd98250 View commit details
    Browse the repository at this point in the history
  13. Update main.yml

    oxr463 authored May 13, 2023
    Configuration menu
    Copy the full SHA
    6257106 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Update main.yml

    oxr463 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    f9f256f View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    oxr463 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    9efd15a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a444bc4 View commit details
    Browse the repository at this point in the history
  4. Update main.yml

    oxr463 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    bf6a3eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39cfe47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    442082a View commit details
    Browse the repository at this point in the history
  7. Delete compile_commands.json

    oxr463 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    abc61a4 View commit details
    Browse the repository at this point in the history
  8. Update main.yml

    oxr463 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    6864092 View commit details
    Browse the repository at this point in the history
  9. Re-add compile_commands.json

    oxr463 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    18040ee View commit details
    Browse the repository at this point in the history
  10. Use build wrapper

    oxr463 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    6d64d56 View commit details
    Browse the repository at this point in the history
  11. Update CFLAGS and LDFLAGS

    oxr463 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1aa16eb View commit details
    Browse the repository at this point in the history
  12. Fix

    oxr463 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7d4b5b5 View commit details
    Browse the repository at this point in the history
  13. Remove

    oxr463 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    46fffd1 View commit details
    Browse the repository at this point in the history
  14. f

    oxr463 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d1d8a1a View commit details
    Browse the repository at this point in the history
  15. f

    oxr463 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a2bdf36 View commit details
    Browse the repository at this point in the history