-
Notifications
You must be signed in to change notification settings - Fork 666
Comparing changes
Open a pull request
base repository: google/pprof
base: 27863c8
head repository: google/pprof
compare: f64d9cf
- 13 commits
- 31 files changed
- 4 contributors
Commits on Apr 17, 2025
-
Ubuntu 20.04 image is deprecated by GitHub actions, use 22 and 24. (#938
Configuration menu - View commit details
-
Copy full SHA for a87c506 - Browse repository at this point
Copy the full SHA a87c506View commit details -
Bump actions/setup-go from 5.3.0 to 5.4.0 (#935)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b7f742 - Browse repository at this point
Copy the full SHA 4b7f742View commit details -
Fix the OSX demangling fallback comparison. (#939)
This is a follow-up to #924. In the comparison we should compare to the string with stripped underscore, otherwise the comparison will never be true and we strip the underscore in cases we shouldn't. See the added test case. Also, while we are here, add copying demangling options that we also missed. Hopefully we can get ianlancetaylor/demangle#24 in and this won't be needed.
Configuration menu - View commit details
-
Copy full SHA for ae77971 - Browse repository at this point
Copy the full SHA ae77971View commit details
Commits on Apr 18, 2025
-
Fix canvas to fill the full height. (#937)
The canvas used to scale itself to the aspect ratio of the full graph, which might be fairly wide. That means even while zooming, the original aspect ratio is preserved and only a 'letterbox' is shown. This CSS change fixes that. Fixes: #835 Signed-off-by: Henner Zeller <[email protected]> Co-authored-by: Alexey Alexandrov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24c5476 - Browse repository at this point
Copy the full SHA 24c5476View commit details
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8047eb6 - Browse repository at this point
Copy the full SHA 8047eb6View commit details -
Remove copying demangler options, not needed anymore. (#942)
With [this demangler fix](ianlancetaylor/demangle@f615e6b) this isn't needed anymore.
Configuration menu - View commit details
-
Copy full SHA for e1f9c19 - Browse repository at this point
Copy the full SHA e1f9c19View commit details
Commits on Apr 23, 2025
-
Signed-off-by: cuishuang <[email protected]> Co-authored-by: Alexey Alexandrov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 337e5dd - Browse repository at this point
Copy the full SHA 337e5ddView commit details
Commits on May 1, 2025
-
Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#944)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c008609 - Browse repository at this point
Copy the full SHA c008609View commit details
Commits on Jun 2, 2025
-
Bump actions/setup-go from 5.4.0 to 5.5.0 (#945)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6617b8 - Browse repository at this point
Copy the full SHA c6617b8View commit details
Commits on Jun 7, 2025
-
Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#946)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...18283e0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Alexandrov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 033d6d7 - Browse repository at this point
Copy the full SHA 033d6d7View commit details
Commits on Jun 29, 2025
-
refactor: use a more modern writing style (#947)
Signed-off-by: cuishuang <[email protected]> Co-authored-by: Alexey Alexandrov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e611ec3 - Browse repository at this point
Copy the full SHA e611ec3View commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6e76a2b - Browse repository at this point
Copy the full SHA 6e76a2bView commit details
Commits on Aug 20, 2025
-
Update Go and Windows versions. (#953)
Go 1.25 released, so switch to 1.24 and 1.25 as the two supported versions. Windows 2019 support is dropped by GitHub Actions, so switch to 2022.
Configuration menu - View commit details
-
Copy full SHA for f64d9cf - Browse repository at this point
Copy the full SHA f64d9cfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 27863c8...f64d9cf