Johnny Shaw

Results 8 issues of Johnny Shaw

This PR will add support for unordered containers (`unordered_map`, `unordered_multimap`, `unordered_set`, and `unordered_multiset`). To do this I must patch `xhash` from the MSVC STL to eliminate the floating point arithmetic....

The project is under maintenance while we migrate from Process Hacker to System Informer. We ask the community have patience while we migrate. - Process Hacker is being renamed to...

A public constant structure with an array is not generated. Apologies if this has previously been reported or is documented as not in scope. I searched for a while without...

### Description of the bug: There appears to be a bug in toolchain resolution for bazel on Windows. There are two observed problems: 1. `--platforms` for a target other than...

type: bug
P3

The x64 version of bazelisk is compatible with a Windows ARM64 machine, it will run under x64 emulation on Windows. However it ends up pulling the x64 version of Bazel...

"Panic" in the Windows Kernel (or "bugchecking" the system [KeBugCheckEx](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-kebugcheckex)) is a last resort and should be reserved only for cases where the kernel is in a corrupted and unrecoverable...

Development in the Windows Kernel requires allocations from different pools and the capability to tag allocations is an invaluable tool for debugging/triage. Today this repository looks to recommend a global...

First, I'm very pleased to see this effort being open sourced. Big kudos to you all at Microsoft for formalizing a repository on this subject ❤️. This is not an...