yh-sb

Results 8 issues of yh-sb

I have looked into pull requests which add cmake to imgui project. Trying to cover both, imgui backends and examples, they just stuck in review state. Let's go another way:...

building

Fixed https://github.com/ocornut/imgui/issues/4594 (**imgui_impl_dx12.cpp** compilation issue): ``` D:\dev\software\x86\c++\projects\opengl\opengl-example\third_party\imgui\backends\imgui_impl_dx12.cpp: In function 'bool ImGui_ImplDX12_CreateDeviceObjects()': D:\dev\software\x86\c++\projects\opengl\opengl-example\third_party\imgui\backends\imgui_impl_dx12.cpp:517:9: error: 'PFN_D3D12_SERIALIZE_ROOT_SIGNATURE' was not declared in this scope; did you mean 'PFN_D3D12_SERIALIZE_VERSIONED_ROOT_SIGNATURE'? 517 | PFN_D3D12_SERIALIZE_ROOT_SIGNATURE D3D12SerializeRootSignatureFn = (PFN_D3D12_SERIALIZE_ROOT_SIGNATURE)::GetProcAddress(d3d12_dll,...

backends
dx12

libnmea build error was added by https://github.com/jacketizer/libnmea/pull/46 😔 Since src/parsers directory wasn't in include path, it leads to the following error while compiling libnmea: ``` src/parsers/gpgga.h:7:10: fatal error: nmea.h: No...

With this changes it is possible to easily integrate rax into any CMake project as well as build it as standalone project.

### Xmake Version 2.8.6 ### Operating System Version and Architecture Windows 11 Pro 23H2 22631.3155 ### Describe Bug **NOTE: there is no such error if MinGW-w64 is placed, for example,...

bug

### Xmake Version v2.8.7+master.76af94c04 ### Operating System Version and Architecture Windows 11 Pro 23H2 22631.3155 ### Describe Bug Boost package installation is failing all the time after changing platform or...

bug

### Description of the bug sublime_text doesn't start on Ubuntu 22.04. If you tried to start it from terminal it outputs the following error log: ```sh $ subl Unable to...

The following issues are fixed: * Allow zstd to decompress symlinks. "... is a symbolic link, ignoring" warning. * Temp directory for compressed image should be created first. Otherwise, you...