ePrivacy and GPDR Cookie Consent by Cookie Consent
Cppcheck software

Cppcheck - releases history

Top Download Club  |  Development  |  Other  |  Cppcheck
Version Change log
Cppcheck 2.14 Apr 20, 2024 Summary:
Fixed 23 "crash" tickets
Fixed 69 "false positive" tickets
Fixed 36 "improve check" tickets
New checks:
eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds
returnByReference: warns when a large class member is returned by value from a getter function
GUI:
-Make it possible to suppress warnings in all files in a folder
Changed interface:
Fixed crash with '--rule-file=' if some data was missing.
'--rule-file' will now bail out if a rule could not be added or a file contains unexpected data.
Add option '--check-version', you can use it to pin the cppcheck version in a script.
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.
Add --file-filter=- option that reads file filters from stdin. Added for a plugin.
Cppcheck 2.12 Sep 10, 2023 New checks:
uselessOverride finds overriding functions that either duplicate code from or delegate back to the base class implementation
knownPointerToBool finds pointer to bool conversions that are always true or false
Improved checking:
truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double
duplInheritedMember also reports duplicated member functions
constParameter*/constVariable* checks find more instances of pointers/references that can be const, e.g. when calling library functions
GUI:
Show in statistics which checkers have been activated in latest analysis
Make it more visible if there has been critical errors that caused checkers to be skipped
Changed interface:
Write how many checkers was activated after a run
Added --checkers-report that can be used to generate a report in a file that shows what checkers was activated and disabled
Cppcheck 2.14 Apr 20, 2024 Summary:
Fixed 23 "crash" tickets
Fixed 69 "false positive" tickets
Fixed 36 "improve check" tickets
New checks:
eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds
returnByReference: warns when a large class member is returned by value from a getter function
GUI:
-Make it possible to suppress warnings in all files in a folder
Changed interface:
Fixed crash with '--rule-file=' if some data was missing.
'--rule-file' will now bail out if a rule could not be added or a file contains unexpected data.
Add option '--check-version', you can use it to pin the cppcheck version in a script.
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.
Add --file-filter=- option that reads file filters from stdin. Added for a plugin.
Cppcheck 2.12 Sep 10, 2023 New checks:
uselessOverride finds overriding functions that either duplicate code from or delegate back to the base class implementation
knownPointerToBool finds pointer to bool conversions that are always true or false
Improved checking:
truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double
duplInheritedMember also reports duplicated member functions
constParameter*/constVariable* checks find more instances of pointers/references that can be const, e.g. when calling library functions
GUI:
Show in statistics which checkers have been activated in latest analysis
Make it more visible if there has been critical errors that caused checkers to be skipped
Changed interface:
Write how many checkers was activated after a run
Added --checkers-report that can be used to generate a report in a file that shows what checkers was activated and disabled
Cppcheck 2.11 Jun 22, 2023 Improved checking:
Improve useStlAlgorithm check to handle many more conditions in the loop for any_of, all_of and none_of algorithms
ValueFlow can evaluate the return value of functions even when conditionals are used
ValueFlow will now forward the container sizes being returned from a function
ValueFlow can infer possible values from possible symbolic values
Improve valueflow after pushing to container
GUI:
The platform type 'Unspecified' within .cppcheck projects has been deprecated and will be removed in Cppcheck 2.14. Please use 'unspecified' instead.
Do not replace relative paths with absolute paths in suppressions in the project file dialog
Cppcheck 2.10 Jan 28, 2023
Cppcheck 2.9 Aug 28, 2022
Cppcheck 2.8 May 21, 2022
Cppcheck 2.7 Feb 5, 2022
Cppcheck 2.6 Oct 1, 2021
NEWSLETTER
© 2024 TopDownload.Club  |  All rights reserved.
created by FAUST

Cppcheck full changelog

Version Change log
Cppcheck 2.14 Apr 20, 2024 Summary:
Fixed 23 "crash" tickets
Fixed 69 "false positive" tickets
Fixed 36 "improve check" tickets
New checks:
eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds
returnByReference: warns when a large class member is returned by value from a getter function
GUI:
-Make it possible to suppress warnings in all files in a folder
Changed interface:
Fixed crash with '--rule-file=' if some data was missing.
'--rule-file' will now bail out if a rule could not be added or a file contains unexpected data.
Add option '--check-version', you can use it to pin the cppcheck version in a script.
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.
Add --file-filter=- option that reads file filters from stdin. Added for a plugin.
Cppcheck 2.12 Sep 10, 2023 New checks:
uselessOverride finds overriding functions that either duplicate code from or delegate back to the base class implementation
knownPointerToBool finds pointer to bool conversions that are always true or false
Improved checking:
truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double
duplInheritedMember also reports duplicated member functions
constParameter*/constVariable* checks find more instances of pointers/references that can be const, e.g. when calling library functions
GUI:
Show in statistics which checkers have been activated in latest analysis
Make it more visible if there has been critical errors that caused checkers to be skipped
Changed interface:
Write how many checkers was activated after a run
Added --checkers-report that can be used to generate a report in a file that shows what checkers was activated and disabled
Cppcheck 2.14 Apr 20, 2024 Summary:
Fixed 23 "crash" tickets
Fixed 69 "false positive" tickets
Fixed 36 "improve check" tickets
New checks:
eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds
returnByReference: warns when a large class member is returned by value from a getter function
GUI:
-Make it possible to suppress warnings in all files in a folder
Changed interface:
Fixed crash with '--rule-file=' if some data was missing.
'--rule-file' will now bail out if a rule could not be added or a file contains unexpected data.
Add option '--check-version', you can use it to pin the cppcheck version in a script.
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.
Add --file-filter=- option that reads file filters from stdin. Added for a plugin.
Cppcheck 2.12 Sep 10, 2023 New checks:
uselessOverride finds overriding functions that either duplicate code from or delegate back to the base class implementation
knownPointerToBool finds pointer to bool conversions that are always true or false
Improved checking:
truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double
duplInheritedMember also reports duplicated member functions
constParameter*/constVariable* checks find more instances of pointers/references that can be const, e.g. when calling library functions
GUI:
Show in statistics which checkers have been activated in latest analysis
Make it more visible if there has been critical errors that caused checkers to be skipped
Changed interface:
Write how many checkers was activated after a run
Added --checkers-report that can be used to generate a report in a file that shows what checkers was activated and disabled
Cppcheck 2.11 Jun 22, 2023 Improved checking:
Improve useStlAlgorithm check to handle many more conditions in the loop for any_of, all_of and none_of algorithms
ValueFlow can evaluate the return value of functions even when conditionals are used
ValueFlow will now forward the container sizes being returned from a function
ValueFlow can infer possible values from possible symbolic values
Improve valueflow after pushing to container
GUI:
The platform type 'Unspecified' within .cppcheck projects has been deprecated and will be removed in Cppcheck 2.14. Please use 'unspecified' instead.
Do not replace relative paths with absolute paths in suppressions in the project file dialog
Cppcheck 2.10 Jan 28, 2023
Cppcheck 2.9 Aug 28, 2022
Cppcheck 2.8 May 21, 2022
Cppcheck 2.7 Feb 5, 2022
Cppcheck 2.6 Oct 1, 2021

Cppcheck for Windows 8 - free download notice

Windows 8 Download periodically updates software information of Cppcheck from the publisher.


Full Cppcheck 2.14 details

Download Cppcheck 2.14



« BACK
NEWSLETTER
© 2024 TopDownload.Club  |  All rights reserved.
created by FAUST