timoscs
timoscs
I'm using the library on a 128kB STM32F4 -processor, and #include brings in about 140kB of data, which obviously won't fit in the flash. Without iostream, this library increases code...
Fixes warnings on gcc 9.2. -Wall. I'm assuming static_arbitrary_seed cannot be constructed on purpose, and so my fix keeps things that way, while eliminating -Wctor-dtor-privacy.
### Detailed steps on how to reproduce the bug Attempting to list plugins, if there's a VST3 which cannot be loaded (in this case, due to incompatible architecture, with the...
The apparent reason is that when the engines `output_previous` template parameter is true, the previous internal state generated with the previous increment is returned first. This is at least unintuitive,...
When the setting "Auto Update Include Guard" is enabled, and I try to rename a C++ variable using the [C/C++ tools](https://github.com/Microsoft/vscode-cpptools) extension, and if: - the rename touches several files...
We have a custom BOOT2 that checks if the rest of the firmware is okay using a CRC checksum, and if not, it calls _reset_to_usb_boot from the ROM to enter...