Skip to content

Commit

Permalink
[tracy] Update to v0.11.1 (microsoft#40671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honeybunch authored Aug 28, 2024
1 parent b6fcbea commit a747ea2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ports/tracy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wolfpld/tracy
REF "v${VERSION}"
SHA512 8c33a22f43b895f3e00f231f002c8272f72a3d7ce60858d58caf916c2721de478710dbd6ab6b16621a796491303fbce9c2315008b00d7a53d05ee7660b414874
SHA512 d3d99284e3c3172236c3f02b3bc52df111ef650fb8609e54fb3302ece28e55a06cd16713ed532f1e1aad66678ff09639dfc7e01a1e96880fb923b267a1b1b79b
HEAD_REF master
PATCHES
build-tools.patch
Expand All @@ -14,6 +14,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
fibers TRACY_FIBERS
cli-tools VCPKG_CLI_TOOLS
gui-tools VCPKG_GUI_TOOLS
verbose TRACY_VERBOSE
INVERTED_FEATURES
crash-handler TRACY_NO_CRASH_HANDLER
)
Expand Down
5 changes: 4 additions & 1 deletion ports/tracy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracy",
"version": "0.11.0",
"version": "0.11.1",
"description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
"homepage": "https://github.com/wolfpld/tracy",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -81,6 +81,9 @@
},
"on-demand": {
"description": "Enable on-demand profiling"
},
"verbose": {
"description": "Enables verbose logging"
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8965,7 +8965,7 @@
"port-version": 4
},
"tracy": {
"baseline": "0.11.0",
"baseline": "0.11.1",
"port-version": 0
},
"transwarp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tracy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b4af568b6d5180007564a094751cb736d136f1e0",
"version": "0.11.1",
"port-version": 0
},
{
"git-tree": "aa1a3312579f656635fbce79edcb1ddb0688186f",
"version": "0.11.0",
Expand Down

0 comments on commit a747ea2

Please sign in to comment.