oltolm
oltolm
This fixes the assertion `Second attempt to perform debug registration.` which happens in `GDBJITRegistrationListener`. It happens on Linux if compiled in debug mode. ``` auto cache = ObjectCache::load(path); ``` This...
This adds support for Clang and GCC on Windows and fixes most of the warnings. I have also made audio and video work with Qt6 and plan to submit the...
I added my patch: https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=d544a1dca23469d212e7e9edc754487352c5f042;hp=f530d5f1bab6eb5adc65f422ef811fb278a21a4b
Another cleanup. I set `strictNullChecks` to `true` in `tsconfig.json` and the fixed all the errors.
# Description Please describe the scope of the fix or feature addition. Fixes https://github.com/wolfSSL/wolfssl/issues/5438 `add_option` in `functions.cmake` always produces variables of type string even for boolean options. I fixed it...
Adds git-stack: "Stacked branch management for Git". - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
Setting shortcuts does not work properly for me. If I want to assign `Ctrl+F` to some action I press `Ctrl` and it shows "Control" then I press `F` and it...
# Description I fixed the way `options.h` is generated. It is now being generated properly using `configure_file`. Fixes #4489. # Testing I built wolfssl with CMake.