Skip to content

Releases: matyalatte/cpplint-cpp

v0.3.0

19 Oct 21:50
aacdd98
Compare
Choose a tag to compare

Changelog

  • cpplint-cpp now conforms to cpplint 2.0.
    • Disabled readability/fn_size by default. (#14)
    • Cast checks now uses standard fixed-width typenames. (#15)
    • Fixed false positives on concept declaration. (#16)
  • Fixed a bug where latch and numbers were not considered as c++ headers, courtesy of @GermanAizek. (#6)
  • --exclude now supports glob patterns. (#9)
  • Added support for unix convention of using - for stdin. (#13)
  • Fixed a compile error on Clang, courtesy of @GermanAizek. (#5)
  • Fixed a compile error on Ubuntu20.04 with an old version of GCC. (#12)

Installation

pip install cpplint-cpp --no-index --find-links https://matyalatte.github.io/cpplint-cpp/packages.html

v0.2.1

25 Aug 05:07
12c0a86
Compare
Choose a tag to compare

The first release for cpplint-cpp.

Installation

pip install cpplint-cpp --no-index --find-links https://matyalatte.github.io/cpplint-cpp/packages.html

Note

glibc build requires glibc 2.34 or later. When you use an older version of glibc, pip installs musl build that is slower than glibc build.