Elliot

Results 21 issues of Elliot

while following the build instructions. when running `make` the build errors with ``` npm run start-example-node > [email protected] start-example-node /mnt/c/Users/ehb56/OneDrive/Documents/GitHub/Timeline/imgui-js > node example/index.js (node:13175) UnhandledPromiseRejectionWarning: ReferenceError: __dirname is not defined...

This moves hel and helix into subprojects to be used my mlibc without causing meson sandbox violations. Related prs https://github.com/managarm/bootstrap-managarm/pull/308#issue-2152034731, and https://github.com/managarm/mlibc/pull/1016#issue-2152034749

`XGameRuntimeFeature` currently has no enum case to indicate the number of fields, this requires hardcoding a 22 into an array length which is suboptimal when updating if new features are...

The error code [documentation](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/reference/errorcodes) suggests this error code is defined in XGameErr.h, It appears to be missing.

Consume these as dependencies rather than using relative includes to outside of meson. Related prs https://github.com/managarm/managarm/pull/629#issue-2152034747, and https://github.com/managarm/bootstrap-managarm/pull/308#issue-2152034731

### Version/Branch of Dear ImGui: Version 1.89.9, Branch: master ### Back-ends: imgui_impl_dx12.cpp + imgui_impl_win32.cpp ### Compiler, OS: Windows 11 build 22621 + clang-cl ### Full config/build information: ``` clang version...

building

Currently `GetComponentName`, `GetBitsPerComponent`, and `GetDetailTableIndexThrow` unconditionally use `throw` statements. Would it be possible to make this optional in a future release? Perhaps by compiling throws into `ASSUME()` or providing a...

this example plugin should match the provided sample code, but doesnt. ```cpp struct ExampleAttrInfo : public ParsedAttrInfo { ExampleAttrInfo() { static constexpr Spelling S[] = { {ParsedAttr::AS_Microsoft, "example"} }; Spellings...

clang:frontend
extension:microsoft

**Describe the bug** stbsp_vsnprintf and stbsp_snprintf have incorrect function signatures according to the C specification. According to n3096 7.23.6.5 and 7.23.6.12 the second parameter to [v]snprintf should be of type...