COMMITS
/ scripts/cpp_lint.py December 12, 2019
T
Fix simple typo: overrided -> overridden
Tim Gates committed
March 17, 2017
G
Added python 3 compatibility to cpp_lint.py
Guillaume Dumont committed
November 27, 2016
Z
fix many typos by using codespell
Zhou Mo committed
March 4, 2016
M
Removed lint script reference to non-existant caffe_memcpy function.
max argus committed
February 22, 2015
J
cpp_lint.py fails silently with Python3 (which is the default on some systems).
James Supancic III committed
August 31, 2014
K
Add lint rule for caffe data layer setup
Kai Li committed
August 5, 2014
J
Add caffe/alt_fn rule to lint checks to check for functions (like memset
Jeff Donahue committed
August 6, 2014
E
lint for copyright
Evan Shelhamer committed
August 2, 2014
J
Enable the 'build/include_alpha' rules to make lint check that the
Jeff Donahue committed
April 23, 2014
J
add caffe/random_fn lint rule to check for use of rand, rand_r, random
Jeff Donahue committed
March 29, 2014
J
make lint check for 'Copyright [year] BVLC and contributors.'
Jeff Donahue committed
J
compile the copyright regex
Jeff Donahue committed
February 26, 2014
J
make lint will not rerun if successful and no source files have been
Jeff Donahue committed
J
cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINE
Jeff Donahue committed