Skip to content

Latest commit

 

History

History
129 lines (84 loc) · 2.7 KB

changelog.rst

File metadata and controls

129 lines (84 loc) · 2.7 KB

Changelog

1.4.4

Another cleanup release

  • NOBUG: fix unit/cli tests for source release
  • NOBUG: reduce diff to upstream by intentionally using deprecated functions where upstream uses them
  • add --version command (cpplint#27)

1.4.3

  • Revert "Fix the build/endif_comment check", same as reverted in upstream

1.4.2

  • Cleanup release, fixes further issues with tests and source distribution

1.4.1

  • Cleanup release, only adds test support files to source dist

1.4.0

  • Incorporate cpplint updates from google (e5d807c6a0d, 2018-05-03) * Fix the build/endif_comment check (google#169) * Teach the explicit constructor check about constexpr (#56) * Changed vs7 output format (#57) * Remove presubmit check for DISALLOW_* macros (#54) * add --quiet flag as in upstream (google#293) * support --root argument to run in different folder (google#291) * Fix 16bit Unicode issue (google#337)

1.3.0

  • Incorporate cpplint updates from google (6d3a7d8a2, 2016-07-14)
  • Add --headers flag to choose which extensions are header files.
  • Add regression testsing.

1.2.2

  • Fixes bug causing RValue detection with namespaces to fail.

1.2.1

  • Fixes error in setup.py.

1.2.0

  • 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.

1.1.0

  • Adds quiet option to suppress non error-related output.

1.0.1

  • Updates PyPi README.

1.0.0

  • Fixes a --repository flag bug.

0.0.9

  • Adds the --exclude flag to exclude files from being linted.

0.0.8

  • 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.

0.0.7

  • Fixes a Windows include guard bug.
  • Adds escaping and more detail to JUnit XML output.

0.0.6

  • Adds the --recursive flag.
  • Adds JUnit XML output.

0.0.5

  • Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible.

0.0.4

  • 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

0.0.3

  • python 3 compatibility

0.0.2

  • fixed and extended allowed extensions

0.0.1

  • import from googlecode, added setup.py
  • imported revision r83 (2012-05-11)