Mike Weller
Mike Weller
We compile with very strict compiler options, most notibly -Wconversion which will warn about any implicit conversions between signed and unsigned as well as when an integer is casted down...
I'm assuming you have some form of automated tests, and I think these should be available in the repository. For those of us making modifications on the codebase it's pretty...
**Does the feature exist in the most recent commit?** No **Why do we need this feature?** More strongly typed parameterized test types, and improved/customizable output of those parameters **Describe the...
**Does the feature exist in the most recent commit?** No **Why do we need this feature?** When implementing a custom `PrintTo` that needs to print some generic types, I currently...
Fake apps and setting the carrier text etc. do not work in the 4.0 Simulator. As a hack I used the path ~/Library/Application Support/iPhone Simulator/4.0 but maybe this is just...
### Feature Request It looks like VSCode only shows a certain subset of Doxygen tags/commands in the tooltip documentation, e.g. `\param`, `\note` are rendered, while others are not. In particular...
If I have Markdown in a Doxygen comment in C++: ``` /// * some list item ``` This will get wrapped using the standard text wrapping, i.e. wrapped text is...
When rewrapping comments in C++ (in my case, triple-slash `///`) I would like the behaviour for Markdown like bullet lists to be the same as when editing Markdown (.md) files....