cppcheck/releasenotes.txt
2024-02-04 22:16:28 +01:00

25 lines
858 B
Plaintext

Release Notes for Cppcheck 2.14
New checks:
eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds
Improved checking:
-
GUI:
-
Changed interface:
-
Deprecations:
-
Other:
- Added CMake option 'EXTERNALS_AS_SYSTEM' to treat external includes as 'SYSTEM' ones.
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5 / Visual Studio 2015
- The minimum required CMake version has been bumped to 3.5
- Using Visual Studio with CMake now checks if the CMake version is at least 3.13. This was always required but was not checked explicitly.
- Added '--template=simple'. It is expands to '{file}:{line}:{column}: {severity}:{inconclusive:inconclusive:} {message} [{id}]' without any additional location details.
- Removed deprecated platform type 'Unspecified'. Please use 'unspecified' instead.