hbristow / cpp-foundation

A C++ project foundation with enforced CI, testing, style and static analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Foundation

A C++ project foundation with enforced CI, testing, style and static analysis.

WARNING: This is not yet functional!

Build Status codecov

Features

  • Build using Bazel.
  • Continuous Integration using Travis CI.
  • Testing using GTest and GPerf.
  • Code coverage reporting using lcov and CodeCov.
  • Style checker using Clang Format.
  • Static analysis using Clang Tidy.

About

A C++ project foundation with enforced CI, testing, style and static analysis.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 54.9%Language:C++ 45.1%