summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480
2015-05-19Enforce tab-only indentation in Python and SCons filesTobias Markmann
This also converts CheckTabs.py script to tab indentation. Test-Information: Ran the script over all files in our repo and it detected space and mixed indented Python files. Change-Id: Ifed86d64c8e87ed55e85ef4d35157e312b937291
2012-10-26Only check tabs & copyright of committed files.Remko Tronçon
Change-Id: Iba37ecbf03bab9e23a1ee9c72b39ee4266ec4032
2012-04-24Change prints to functions in checktabsKevin Smith
2011-07-10Added enable_variants build option.Remko Tronçon
2010-04-08Fix expanded tabs.Remko Tronçon
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved BuildTools to a separate module.Remko Tronçon
2010-03-28Removing BuildTools module.Remko Tronçon
2009-11-27Avoid compiler warning.Remko Tronçon
2009-08-22Ignore tabs in Qt-generated files.Remko Tronçon
2009-08-22Return error value when found expanded tabs.Remko Tronçon
2009-08-16Ported CheckTabs script to Python.Remko Tronçon