Kai Pastor
Kai Pastor
> I still think it might be beneficial to cherry-pick some updates into individual PRs. >> Why reason for more burdensome processes? I did't ask to delay the PR. I...
Couldn't a default feature `profiling` solve the issue? > TRACY_ENABLE: ON has been set in the [cmakelists.txt](https://github.com/wolfpld/tracy/blob/0295ef2b3cbfa91c6b9bf6bd163a5f9d61244a81/CMakeLists.txt#L65) file of the upstream code, and no additional settings are required. Misses the...
This is what I see and understand: The `TRACY_ENABLE` setting is - burnt into the binary lib. - burnt into the CMake config's `INTERFACE_COMPILE_DEFINITIONS`. The first might not be a...
> Certainly possible, but it would be a large patch. 10 installed headers affected, one line each. Could be done with a post-install glob/replace. > to remove the `TRACY_ENABLE` definition...
In Qt5, positioning is part of location, port qt5-location. ~~~ qt5-location:x64-windows:/bin/Qt5Positioning.dll qt5-location:x64-windows:/bin/Qt5Positioning.pdb qt5-location:x64-windows:/bin/Qt5PositioningQuick.dll qt5-location:x64-windows:/bin/Qt5PositioningQuick.pdb ~~~
Invalid.
> The ports shouldn't emit a notice. We invoke code that requires `autoconf-archive` to be installed in [vcpkg_configure_make](https://learn.microsoft.com/en-us/vcpkg/maintainers/functions/vcpkg_configure_make), This is wrong. vcpkg provides `autoconf-archive` only for Windows where it takes...
Builds in vpckg CI. Show more console output. In particular versions.
This complements https://github.com/xiph/flac/blob/8d648456a2d7444d54a579e365bab4c815ac6873/src/libFLAC/CMakeLists.txt#L111-L113.
Hm, reverting the whole change, including the exported CMake config, seem quite a big step back just to restore build-internal target properties. The broken use case was tight coupling, and...