Skip to content

schnaggelz/cpp-examples

Repository files navigation

C++ Examples

Some build system evaluation for C++ with Micosoft VSCode and Jetbrains Clion.

Bazel

Featutes Checked (VSCode)

Code intelligence: Via compile_commands.json only. There is a feature request for the official Bazel plugin.Alternatively, there are compile_commands.json generators like the Hedronvision one.

Coverage analysis: Via tasks.json and bazel coverage the test coverage can be started and the generated covergae data converted via genhtml -o into a human readable document. Furthermore, the the official Bazel plugin discovers the .dat file and integrates it with the Test Explorer.

Debugging:

CMake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published