Rian Quinn
Rian Quinn
C++ exceptions are amazing, but they introduce an issue with how to handle state. The commit / rollback pattern is amazing at handling this: http://stackoverflow.com/questions/10983791/c-transaction-like-pattern-for-all-or-nothing-work Basically, it allows you to...
Here's an interesting use case for IncludeOS. I have been getting a lot of questions with respect to LibVMI support in [Bareflank](https://github.com/Bareflank/hypervisor). Bareflank itself should be able to support some...
I am working on the following project: https://github.com/Bareflank/bsl We have good line coverage, but branch coverage is the issue. Specifically with any template code. All of the code supports "constexpr"...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [x] This bug exists for C++ - [ ]...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [x] This bug exists for C - [x] This bug exists for C++ - [ ] This...
When I run save, it tells me to look at the output window, but nothing is there. If I run clang-format on the command line it works fine. Is there...
So far I love this project, but I am more used to the arg types being listed as an "=[type]" instead of just " type". I was able to add...
When using hippomocks with xxxFunc calls, clang-tidy's clang-analyzer-core.StackAddressEscape check is triggering.
Make install does not install any of the needed headers. ``` /home/user/bfprefix/include/hippomocks.h:100:28: fatal error: detail/replace.h: No such file or directory #include "detail/replace.h" ```