|
1 | 1 | Changelog |
2 | 2 | --------- |
3 | 3 |
|
4 | | -1.2.0 |
| 4 | +1.2.2 |
| 5 | +----- |
| 6 | + |
| 7 | +* Fixes bug causing RValue detection with namespaces to fail. |
| 8 | + |
| 9 | +1.2.1 |
5 | 10 | ----- |
6 | 11 |
|
7 | | -* Fixed error in setup.py |
| 12 | +* Fixes error in setup.py. |
8 | 13 |
|
9 | 14 | 1.2.0 |
10 | 15 | ----- |
11 | 16 |
|
12 | | -* Added `.cu` and `.cuh` as supported file extensions by default. |
13 | | -* Moved the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category. |
| 17 | +* Adds `.cu` and `.cuh` as supported file extensions by default. |
| 18 | +* Moves the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category. |
14 | 19 |
|
15 | 20 | 1.1.0 |
16 | 21 | ----- |
17 | 22 |
|
18 | | -* Add quiet option to suppress non error-related output. |
| 23 | +* Adds quiet option to suppress non error-related output. |
19 | 24 |
|
20 | 25 | 1.0.1 |
21 | 26 | ----- |
22 | 27 |
|
23 | | -* Updates PyPi README |
| 28 | +* Updates PyPi README. |
24 | 29 |
|
25 | 30 | 1.0.0 |
26 | 31 | ----- |
27 | 32 |
|
28 | | -* Fixes a --repository flag bug |
| 33 | +* Fixes a --repository flag bug. |
29 | 34 |
|
30 | 35 | 0.0.9 |
31 | 36 | ----- |
32 | 37 |
|
33 | | -* Adds the --exclude flag to exclude files from being linted |
| 38 | +* Adds the --exclude flag to exclude files from being linted. |
34 | 39 |
|
35 | 40 | 0.0.8 |
36 | 41 | ----- |
37 | 42 |
|
38 | | -* Adds the --repository flag to set the location of the project root for header guard calculations |
39 | | -* Adds support for ``#pragma once`` as an alternative to header include guards |
| 43 | +* Adds the --repository flag to set the location of the project root for header guard calculations. |
| 44 | +* Adds support for ``#pragma once`` as an alternative to header include guards. |
40 | 45 |
|
41 | 46 | 0.0.7 |
42 | 47 | ----- |
43 | 48 |
|
44 | | -* Fixes a Windows include guard bug |
45 | | -* Adds escaping and more detail to JUnit XML output |
| 49 | +* Fixes a Windows include guard bug. |
| 50 | +* Adds escaping and more detail to JUnit XML output. |
46 | 51 |
|
47 | 52 | 0.0.6 |
48 | 53 | ----- |
49 | 54 |
|
50 | | -* Adds the --recursive flag |
51 | | -* Adds JUnit XML output |
| 55 | +* Adds the --recursive flag. |
| 56 | +* Adds JUnit XML output. |
52 | 57 |
|
53 | 58 | 0.0.5 |
54 | 59 | ----- |
55 | 60 |
|
56 | | -* Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible |
| 61 | +* Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible. |
57 | 62 |
|
58 | 63 | 0.0.4 |
59 | 64 | ----- |
|
0 commit comments