Jack·Boos·Yu

Results 286 comments of Jack·Boos·Yu

`RelWithDebInfo` should belong to triplet, not port.

Waiting for further review.

> Maybe it should be skipped for most triplets until major enough? Too much world rebuild congestion ATM. (And too much feature development in old maintainer scripts.) I think it...

I think we should go through the configuration process completely every time instead of using a cache that might contain problems? When --editable is used, the cache is undoubtedly activated.

> @JackBoosY another baseline regression... Fixing in https://github.com/microsoft/vcpkg/pull/26783.

Should we wait for #27105 merge or just rerun the pipeline test?

Function `ImGui_ImplMetal_NewFrame` is declared in https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_metal.h with 2 simlar mode: ```cpp ... #ifdef __OBJC__ IMGUI_IMPL_API void ImGui_ImplMetal_NewFrame(MTLRenderPassDescriptor* renderPassDescriptor); ... #endif ... #ifdef IMGUI_IMPL_METAL_CPP #include #ifndef __OBJC__ ... IMGUI_IMPL_API void ImGui_ImplMetal_NewFrame(MTL::RenderPassDescriptor*...