Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias 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-19 | Enforce tab-only indentation in Python and SCons files | Tobias 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-26 | Only check tabs & copyright of committed files. | Remko Tronçon | |
Change-Id: Iba37ecbf03bab9e23a1ee9c72b39ee4266ec4032 | |||
2012-04-24 | Change prints to functions in checktabs | Kevin Smith | |
2011-07-10 | Added enable_variants build option. | Remko Tronçon | |
2010-04-08 | Fix expanded tabs. | Remko Tronçon | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved BuildTools to a separate module. | Remko Tronçon | |
2010-03-28 | Removing BuildTools module. | Remko Tronçon | |
2009-11-27 | Avoid compiler warning. | Remko Tronçon | |
2009-08-22 | Ignore tabs in Qt-generated files. | Remko Tronçon | |
2009-08-22 | Return error value when found expanded tabs. | Remko Tronçon | |
2009-08-16 | Ported CheckTabs script to Python. | Remko Tronçon | |