- Incorporate cpplint updates from google.
- Add --headers flag to choose which extensions are header files.
- Add regression testsing.
- Fixes bug causing RValue detection with namespaces to fail.
- Fixes error in setup.py.
- Adds .cu and .cuh as supported file extensions by default.
- Moves the warning "Include the directory when naming .h files" from the build/include category to the build/include_subdir category.
- Adds quiet option to suppress non error-related output.
- Updates PyPi README.
- Fixes a --repository flag bug.
- Adds the --exclude flag to exclude files from being linted.
- Adds the --repository flag to set the location of the project root for header guard calculations.
- Adds support for
#pragma once
as an alternative to header include guards.
- Fixes a Windows include guard bug.
- Adds escaping and more detail to JUnit XML output.
- Adds the --recursive flag.
- Adds JUnit XML output.
- Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible.
- Merged with upstream revision r141 (2014-12-04)
- This includes many new checks, see commit messages for details
- This also reverts some renaming of files, to stay close to the original project
- python 3 compatibility
- fixed and extended allowed extensions
- import from googlecode, added setup.py
- imported revision r83 (2012-05-11)