Skip to content

Commit 1e4e601

Browse files
committed
Updated release notes
1 parent cf98e5f commit 1e4e601

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

releasenotes.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,22 @@ Release Notes for Cppcheck 2.15
22

33
New checks:
44
- suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision
5-
-
6-
7-
Improved checking:
8-
-
95

106
GUI:
11-
-
7+
- Added misra/cert/autosar reports
8+
- Fixed "Recheck"
9+
- Add "inline suppressions" option in project file
10+
- Make it possible to define extra defines when importing a project
1211

1312
Changed interface:
14-
-
13+
- Added command-line option `--cpp-header-probe` (and `--no-cpp-header-probe`) to probe headers and extension-less files for Emacs marker (see https://trac.cppcheck.net/ticket/10692 for more details)
1514

1615
Deprecations:
1716
- Support for Python 2.7 has been deprecated (it went EOL in January 2020) and will be removed in Cppcheck 2.16 - please use Python 3.x instead.
1817
- The already deprecated support for qmake will be removed in Cppcheck 2.16 - please use CMake instead.
19-
-
2018

2119
Other:
2220
- Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics.
23-
- Added command-line option `--cpp-header-probe` (and `--no-cpp-header-probe`) to probe headers and extension-less files for Emacs marker (see https://trac.cppcheck.net/ticket/10692 for more details)
2421
- Add "remark comments" that can be used to generate reports with justifications for warnings
2522
- The whole program analysis is now being executed when "--project" is being used.
26-
-
23+
- Improved import of Visual Studio projects, support shared items projects (*.vcxitems).

0 commit comments

Comments
 (0)