Releases: cpplint/cpplint
Releases · cpplint/cpplint
2.0.2
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: 2.0.1...2.0.2
2.0.1
Sorry, something went wrong.
No results found
Yet another overdue... hotfix. Sorry this took so long.
What's Changed
New Contributors
Full Changelog: 2.0.0...2.0.1
2.0.0
Sorry, something went wrong.
No results found
jayvdb
released this
06 Oct 19:58
A large, long-overdue modernization of the codebase!
What's Changed
- 🩸Python 2 and 3.7 are no longer supported. Python 3.12 support was added along with fixed CI for 3.8, courtesy of @jayvdb
- As a result of all this, setup.py's lint subcommand was removed. Please run the commands directly instead.
- 🧹 Lots of refactoring , bug fixes, and updates to be more in line with latest C++ and Google style standards.
See CHANGELOG.rst for a full changelog, including quite a bit of features not mentioned here.
New Contributors