Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodSpeedHQ/codspeed-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: CodSpeedHQ/codspeed-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 7 commits
  • 27 files changed
  • 2 contributors

Commits on Nov 20, 2025

  1. feat: accept rename instrumentation to simulation

    `instrumentation` is still accepted as an input, but it maps to
    simulation internally, as we plan to phase it out.
    GuillaumeLagrange committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    bee1708 View commit details
    Browse the repository at this point in the history
  2. chore: use c++17 to build core library

    std::filesystem usage requires c++17
    GuillaumeLagrange committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    c66d550 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    18f9286 View commit details
    Browse the repository at this point in the history
  2. feat: update release process to add full tarball and bump versions

    Github asset does not contain submodule code, we manually create the git
    archive with all submodules sources checked out to be used as a self
    contained bazel module.
    GuillaumeLagrange committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    3a4f42b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f23b68b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1c0806 View commit details
    Browse the repository at this point in the history
  5. chore: Release v2.0.0

    adriencaccia committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    5ef9067 View commit details
    Browse the repository at this point in the history
Loading