annotate lint_all.sh @ 14:ba2f7596d1a2

-Added a couple of scripts to run cpplint.py on everything (apart from 3rd party imports) and to build and install the python module
author tomwalters
date Fri, 19 Feb 2010 14:19:32 +0000
parents
children f4e712d41321
rev   line source
tomwalters@14 1 #!/bin/bash
tomwalters@14 2 find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py
tomwalters@14 3