Skip to content

Update dependency danmar/cppcheck to v2.19.1 (ftxui)#148

Closed
mcmarius wants to merge 1 commit intoftxuifrom
renovate/ftxui-danmar-cppcheck-2.x
Closed

Update dependency danmar/cppcheck to v2.19.1 (ftxui)#148
mcmarius wants to merge 1 commit intoftxuifrom
renovate/ftxui-danmar-cppcheck-2.x

Conversation

@mcmarius
Copy link
Owner

This PR contains the following updates:

Package Update Change
danmar/cppcheck minor 2.18.32.19.1

Release Notes

danmar/cppcheck (danmar/cppcheck)

v2.19.1

Compare Source

v2.19.0

Compare Source

Release Notes for Cppcheck 2.19

Major bug fixes & crashes:

  • Crash in CheckClass::checkConst()
  • fuzzing crash (assert) in Token::update_property_info()
  • Crash in checkConstVariable()
  • Crash in valueFlowLifetimeClassConstructor()
  • GUI: scratch pad crash
  • Assert failure in getParentValueTypes()
  • Crash in simplecpp::Macro::expand()
  • crash in Tokenizer::simplifyCPPAttribute()

New checks:

  • Detect zero initialization of unions in which its largest member is not
    declared as the first one. Depending on the compiler, there's no guarantee
    that the complete union will be zero initialized in such scenarios leading to
    potential access of uninitialized memory.
  • Added warning when main() throws an exception

C/C++ support:

  • Fixed syntax error for C++23 lambda without parameter clause
  • Added support for typeof and __typeof operators

GUI:

  • Fix bug: checks multiple configurations even though user provides defines

Changed interface:

  • some preprocessorErrorDirective and syntaxError errors got more specific error IDs.
  • Removed deprecated platforms unix32-unsigned and unix64-unsigned
  • Improve progress value
  • Added float bits support in platform configuration
  • Fixed --showtime not accounting for addons

Performance:

  • Introduced cache for followAllReferences() calls

Infrastructure & dependencies:

  • Removed deprecated support for builds with Qt5.
  • Added make variables CXXOPTS and LDOPTS to extend existing CXXFLAGS and LDFLAGS.
  • Added make variables CPPOPTS to extend existing CPPFLAGS.
  • CPPFLAGS are not longer being passed to the linker command for cppcheck and testrunner.
  • Updated Qt to 6.10.0 (official Windows release only).
  • The official Windows binary is now built against Boost 1.89 for increased performance.
  • Updated to simplecpp 1.6.2
  • The Visual Studio builds not longer set the WIN32 define.
  • Added DISALLOW_PROCESS_EXECUTOR for building without fork().

The changes focus heavily on stability (crash fixes), C/C++ compatibility, reducing false positives, and improving performance.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mcmarius
Copy link
Owner Author

To be rebased from main

@mcmarius mcmarius closed this Feb 16, 2026
@mcmarius mcmarius deleted the renovate/ftxui-danmar-cppcheck-2.x branch February 16, 2026 07:03
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