File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ The modifications in this branch are minor fixes and cosmetic changes:
3232* continuous integration on travis
3333* support for recursive file discover via the --recursive argument
3434* JUnit XML output format
35+ * Overriding repository root auto-detection via --repository
36+ * Support ``#pragma once `` as an alternative to header include guards
3537
3638Maintaining
3739-----------
Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 0.0.8
5+ -----
6+
7+ Adds the --repository flag and adds support for ``#pragma once `` as an alternative to header include guards.
8+
490.0.7
510-----
611
Original file line number Diff line number Diff line change 22
33
44setup (name = 'cpplint' ,
5- version = '0.0.7 ' ,
5+ version = '0.0.8 ' ,
66 py_modules = ['cpplint' ],
77 # generate platform specific start script
88 entry_points = {
You can’t perform that action at this time.
0 commit comments