|
1 | 1 | Changelog |
2 | 2 | --------- |
3 | 3 |
|
| 4 | +1.0.0 |
| 5 | +----- |
| 6 | + |
| 7 | +* Fixes a --repository flag bug |
| 8 | + |
4 | 9 | 0.0.9 |
5 | 10 | ----- |
6 | 11 |
|
7 | | -Adds the --exclude flag to exclude files from being linted. |
| 12 | +* Adds the --exclude flag to exclude files from being linted |
8 | 13 |
|
9 | 14 | 0.0.8 |
10 | 15 | ----- |
11 | 16 |
|
12 | | -Adds the --repository flag and adds support for ``#pragma once`` as an alternative to header include guards. |
| 17 | +* Adds the --repository flag to set the location of the project root for header guard calculations |
| 18 | +* Adds support for ``#pragma once`` as an alternative to header include guards |
13 | 19 |
|
14 | 20 | 0.0.7 |
15 | 21 | ----- |
16 | 22 |
|
17 | | -Fixes a Windows include guard bug and adds escaping and more detail to JUnit XML output. |
| 23 | +* Fixes a Windows include guard bug |
| 24 | +* Adds escaping and more detail to JUnit XML output |
18 | 25 |
|
19 | 26 | 0.0.6 |
20 | 27 | ----- |
21 | 28 |
|
22 | | -Adds the --recursive flag and JUnit XML output. |
| 29 | +* Adds the --recursive flag |
| 30 | +* Adds JUnit XML output |
23 | 31 |
|
24 | 32 | 0.0.5 |
25 | 33 | ----- |
26 | 34 |
|
27 | | -Maintenance release, undoes earlier project folder structure changes |
28 | | -to remain as true to upstream as possible. |
| 35 | +* Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible |
29 | 36 |
|
30 | 37 | 0.0.4 |
31 | 38 | ----- |
32 | 39 |
|
33 | | -- Merged with upstream revision r141 (2014-12-04) |
34 | | -This includes many new checks, see commit messages for details. |
35 | | -This also reverts some renaming of files, to stay close to the original project. |
| 40 | +* Merged with upstream revision r141 (2014-12-04) |
| 41 | +* This includes many new checks, see commit messages for details |
| 42 | +* This also reverts some renaming of files, to stay close to the original project |
36 | 43 |
|
37 | 44 |
|
38 | 45 | 0.0.3 |
39 | 46 | ----- |
40 | 47 |
|
41 | | -- py3k compatibility |
| 48 | +* python 3 compatibility |
42 | 49 |
|
43 | 50 | 0.0.2 |
44 | 51 | ----- |
45 | 52 |
|
46 | | -- fixed and extended allowed extensions |
| 53 | +* fixed and extended allowed extensions |
47 | 54 |
|
48 | 55 | 0.0.1 |
49 | 56 | ----- |
50 | 57 |
|
51 | | -- import from googlecode, added setup.py |
52 | | -- imported revision r83 (2012-05-11) |
| 58 | +* import from googlecode, added setup.py |
| 59 | +* imported revision r83 (2012-05-11) |
0 commit comments