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

feat: libaustin #136

Draft
wants to merge 22 commits into
base: devel
Choose a base branch
from
Draft

feat: libaustin #136

wants to merge 22 commits into from

Commits on Feb 26, 2023

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

Commits on Feb 28, 2023

  1. ci(benchmarks): improve benchmark reporting

    This change improves the report from benchmark runs by adding t-tests
    for each scenario. This allows the benchmarks to provide a summary at
    the end with the scenarios that are likely to show perfomance difference
    between the latest released version and the one that comes with the PR
    the benchmarks run for.
    
    This also updates the versions that are being benchmarked to include the
    latest releases.
    P403n1x87 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b9d38aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #174 from P403n1x87/ci/benchmarks-ttest

    ci(benchmarks): improve benchmark reporting
    P403n1x87 authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4c3e26b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. ci: add data validation workflow

    This change adds a data validation workflow. Data is validated by
    performing a Hotelling T2 test on the collected data.
    P403n1x87 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a3dcaa2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #175 from P403n1x87/ci/data-validation

    ci: add data validation workflow
    P403n1x87 authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8ff6d23 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. ci: build Python wheels

    This change adds extra steps to the CI workflows to build Python
    wheels so that the Austin binary can be installed with pip from
    PyPI.
    P403n1x87 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    acea3d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #176 from P403n1x87/ci/build-wheels

    ci: build Python wheels
    P403n1x87 authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    0a53589 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Minor compilation fix with gcc 11.3

    Unused variable alloc
    r1viollet committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e28f871 View commit details
    Browse the repository at this point in the history
  2. Compilation fix on musl - check always true

    The d_name variable is a table of 256. It can not be null.
    r1viollet committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ee36e08 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    f19119b View commit details
    Browse the repository at this point in the history
  2. refactor: use proper lasti formula for 3.11

    Use the more correct expression for computing the lasti index with
    Python 3.11.
    P403n1x87 committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    8189b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c14a9b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #179 from P403n1x87/ci/ubuntu-update

    ci(ubuntu): update before install
    P403n1x87 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    369b825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51fc1f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ebbe10 View commit details
    Browse the repository at this point in the history
  7. ci(checks): build cppcheck from sources

    The version of cppcheck available from the package manager tends to be
    outdated. In this change we build from sources instead. We cache the
    build result for faster execution.
    P403n1x87 committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    57f360b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #177 from r1viollet/r1viollet/minor_unused_var

    chore: minor compilation fixes with gcc 11.3
    P403n1x87 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    f53679e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #180 from P403n1x87/ci/cppcheck-from-sources

    ci(checks): build cppcheck from sources
    P403n1x87 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    fbec16f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b864e7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #178 from P403n1x87/refactor/311-lasti

    refactor: use proper lasti formula for 3.11
    P403n1x87 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    0484829 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. refactor: libaustin

    P403n1x87 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a7a292b View commit details
    Browse the repository at this point in the history