vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[tracy] update to 0.11.1

Open moritz-h opened this issue 1 year ago • 1 comments

  • [x] Changes comply with the maintainer guide.
  • [x] SHA512s are updated for each updated download.
  • [x] The "supports" clause reflects platforms that may be fixed by this new version.
  • [x] Any fixed CI baseline entries are removed from that file.
  • [x] Any patches that are no longer applied are deleted from the port's directory.
  • [x] The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • [x] Only one version is added to each modified port's versions file.

Update tracy to 0.11.1 and fix tools install to work with release/debug only triplets.

moritz-h avatar Aug 23 '24 12:08 moritz-h

All features are tested successfully in the following triplet:

  • x86-windows
  • x64-windows

JonLiu1993 avatar Aug 27 '24 02:08 JonLiu1993

Duplicate of https://github.com/microsoft/vcpkg/pull/40671, @moritz-h, You don't need to update the version, just treat this PR as a port bug and fix it, because PR https://github.com/microsoft/vcpkg/pull/40671 has updated tracy to the latest version.

JonLiu1993 avatar Aug 28 '24 10:08 JonLiu1993

@JonLiu1993 Yes I just saw that there was an other PR opened last night which is already merged (and broke tracy[cli-tools]). I will update as soon as possible, but please note that this originally was not a duplicate as the other PR is just 8h old.

moritz-h avatar Aug 28 '24 11:08 moritz-h

Tested usage successfully by tracy:x64-windows:

tracy provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(Tracy CONFIG REQUIRED)
  target_link_libraries(main PRIVATE Tracy::TracyClient)

JonLiu1993 avatar Aug 29 '24 08:08 JonLiu1993