aboutsummaryrefslogtreecommitdiff
path: root/devel/google-styleguide/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - update DIST_SUBDIR to copy files from correct pathYen-Ming Lee2011-01-181-1/+1
| | | | | | | | Noticed by: pav Feature safe: yes Notes: svn path=/head/; revision=267947
* - utilize DIST_SUBDIR to solve distfiles conflictYen-Ming Lee2011-01-171-0/+1
| | | | | | | | Suggested by: vanilla Feature safe: yes Notes: svn path=/head/; revision=267901
* - update to Revision 66 and unbreak itYen-Ming Lee2011-01-141-1/+1
| | | | | | | | Noticed by: erwin Feature safe: yes Notes: svn path=/head/; revision=267791
* - add google-styleguide 52Yen-Ming Lee2010-07-311-0/+38
This is automated checker to make sure a C++ file follows Google's C++ style guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it heavily relies on regular expressions, cpplint.py won't catch all violations of the style guide and will very occasionally report a false positive. There is a list of things we currently don't handle very well at the top of cpplint.py, and we welcome patches to improve it. WWW: http://code.google.com/p/google-styleguide/ Notes: svn path=/head/; revision=258517