Age | Commit message (Expand) | Author |
2016-02-06 | util: added line length and boolean comparison style checkers | Steve Reinhardt |
2016-02-06 | util: clean up and extend style checker | Steve Reinhardt |
2015-02-11 | style: Fix broken m5format command | Andreas Sandberg |
2015-02-11 | style: Fix incorrect style checker option name | Andreas Sandberg |
2015-02-03 | style: Update the style checker to handle new include order | Andreas Sandberg |
2014-08-26 | style: Add support for a style ignore list and ignore ext/ | Andreas Sandberg |
2014-08-26 | style: Fixup strange semantics in hg m5style | Andreas Sandberg |
2014-06-09 | Util: Do not style check symlinks | Joel Hestness |
2012-07-27 | util: Fix issues with style checker. | Nathanael Premillieu |
2012-06-29 | Style: Make style.py's invalid warning print which file caused the infraction. | Matt Evans |
2011-09-24 | style.py: don't die on empty files | Steve Reinhardt |
2011-05-24 | style: Make the style hook work in directories other than the root. | Nathan Binkert |
2011-04-17 | style: fix all_regions code and remove bogus region type | Nathan Binkert |
2011-04-17 | style: remove extra debugging print | Nathan Binkert |
2011-04-15 | style: add sort_includes to the style hook | Nathan Binkert |
2011-04-15 | style: move style verifiers into classes | Nathan Binkert |
2011-04-15 | style: add a user interface wrapper class | Nathan Binkert |
2011-01-13 | Style checker: Fix a couple bugs in style.py. | Gabe Black |
2011-01-10 | style: prevent the style hook from aborting uncleanly because of an exception | Nathan Binkert |
2011-01-10 | style: clean up style hook code a bit | Nathan Binkert |
2010-12-30 | style: make style hook work with pre-qrefresh and update to use new code | Nathan Binkert |
2010-01-23 | style_hook: Fix the style hook | Nathan Binkert |
2009-09-17 | Functionality migrated to sequencer. | Polina Dudnik |
2009-08-21 | [mq]: first_patch | Polina Dudnik |
2009-04-08 | style: fix style hook for some newer versions of mercurial. | Nathan Binkert |
2009-01-13 | Fix style hook for Mercurial >= 1.1 | Ali Saidi |
2008-11-15 | Remove the pointless, repository destroying assertion and just have the scrip... | Clint Smullen |
2008-06-14 | Add hg commands for style check so you can check at times other than commit | Nathan Binkert |
2007-12-11 | Fix minor bug in util/style.py | Steve Reinhardt |
2007-08-21 | style: fix style hook when run from a repo subdir. | Nathan Binkert |
2007-08-14 | style: Don't try to fix files that should be ignored. | Nathan Binkert |
2007-07-29 | Merge with head. style.py was also missing an argument in one call to modifie... | Gabe Black |
2007-07-28 | Work around a mercurial bug in bdiff.blocks | Nathan Binkert |
2007-07-28 | style: fix stupid bugs | Nathan Binkert |
2007-07-28 | style: Check/Fix whitespace on SCons files | Nathan Binkert |
2007-07-23 | Allow the fixwhite stuff to work when committing from a subdir | Nathan Binkert |
2007-07-22 | do proper style checks for merged files | Nathan Binkert |
2007-07-22 | fix the style fixing thing | Nathan Binkert |
2007-07-21 | Add code to turn the style stuff into a mercurial hook. | Nathan Binkert |