Wim Leflere

Results 9 issues of Wim Leflere

Added a warning when 'using namespace' is used in a header file. The rest of the file is ignored because the output could be incorrect.

**Channel** "C++Weekly" **Topics** How can you run C++ in the browser? Maybe interesting to run the example game project in the browser? **Length** More long form (10-20 minutes), maybe an...

episode idea

**Channel** This a "C++Weekly" episode request. **Topics** An introduction to C++/CLI (C++ dialect to interop with C#). Some best practices. **Length** More long form (10-20 minutes) or multiple episodes.

episode idea
[Fill in the Blank]

I have updated from v0.9.6.1 to v0.9.7.0 to make use of some new features. But now I get the 'system_cppunit.exe is skipped as it is a managed module' message and...

help wanted

Add a command line option to no longer skip managed modules. Our unit test executable is skipped because it contains a few testcases with managed code. The command line option...

Need feedbacks

I think a treemap view of the coverage might be a nice addition to the (html) report. Example: https://www.ndepend.com/docs/treemap-visualization-of-code-metrics#Color I'm adding one to the template we use at work. Would...

enhancement

I made the files table sortable with the jquery plugin tablesorter. The table can now be sorted by clicking on the column headers. The table can be sorted by coverage...

Need feedbacks

It might be interesting to be able to define custom names for values. Now `dark_blue` name will be `"dark_blue"` automatically. Defining a custom name might be useful, e.g. `"dark blue"`.

enhancement

**Channel** "C++Weekly" **Topics** Have a look at some C or old C++ style open source projects and port them to modern C++, similar to the Doom video. Or do a...

episode idea