Skip to content

updated releasenotes.txt [skip ci]#5702

Merged
firewave merged 1 commit into
cppcheck-opensource:mainfrom
firewave:releasenotes
Dec 11, 2023
Merged

updated releasenotes.txt [skip ci]#5702
firewave merged 1 commit into
cppcheck-opensource:mainfrom
firewave:releasenotes

Conversation

@firewave
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread releasenotes.txt
- Files will now be processed in the order as specified via the command-line.
- Added command-line options "--fsigned-char" and "--funsigned-char" to control the signess of the "char" type. This overrides previously specified "--platform" options and is overrides by following ones.
- Markup files will now be processed after the regular source files when using multiple threads/processes (some issues remain - see Trac #12167 for details).
- Added file name to ValueFlow "--debug" output.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is something only cppcheck developers might care about right? I'm not sure if I would write that info here.

Comment thread releasenotes.txt
- You can suppress warnings in a block of code using "-begin" and "-end".
- You can suppress warnings in current file using "-file".
- You can suppress all warnings where macro is used using "-macro"
- Cppcheck will now error out when an option, which requires code which is not compiled in, is being specified. In the past it might have silently ignored it or reported it as unknown.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is "Changed interface"

Comment thread releasenotes.txt
- fixed CMake build with UBSAN and GCC
- Files will now be processed in the order as specified via the command-line.
- Added command-line options "--fsigned-char" and "--funsigned-char" to control the signess of the "char" type. This overrides previously specified "--platform" options and is overrides by following ones.
- Markup files will now be processed after the regular source files when using multiple threads/processes (some issues remain - see Trac #12167 for details).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Improved checking" right?

Comment thread releasenotes.txt
- Cppcheck will now error out when an option, which requires code which is not compiled in, is being specified. In the past it might have silently ignored it or reported it as unknown.
- Several macros defined by "limits.h"/"climits" will now be generated from the used platform condiguration and passed to the analysis.
- fixed CMake build with UBSAN and GCC
- Files will now be processed in the order as specified via the command-line.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is "Changed interface" right?

@firewave firewave marked this pull request as draft November 27, 2023 18:16
@firewave firewave marked this pull request as ready for review December 11, 2023 14:39
@firewave
Copy link
Copy Markdown
Collaborator Author

I am merging this so it isn't forgotten before the release. We can still re-shuffle it beforehand,

@firewave firewave merged commit 7c456ac into cppcheck-opensource:main Dec 11, 2023
@firewave firewave deleted the releasenotes branch December 11, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants