[mythtv-commits] [MythTV/mythtv] 4a495a: clazy: Use qstring multi-arg for consecutive strin...

David Hampton noreply at github.com
Tue Nov 4 18:21:56 UTC 2025


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 4a495a84b3d27bc6cffb7f74fe17be644d98bded
      https://github.com/MythTV/mythtv/commit/4a495a84b3d27bc6cffb7f74fe17be644d98bded
  Author: David Hampton <mythtv at love2code.net>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/ExternalStreamHandler.cpp

  Log Message:
  -----------
  clazy: Use qstring multi-arg for consecutive string arguments.

This is more efficient as it only performs a single memory allocation
instead of two memory allocations.

https://github.com/KDE/clazy/blob/master/docs/checks/README-qstring-arg.md


  Commit: 4867b2ca5abbd5ae0b7b8a873507df76d1b251d5
      https://github.com/MythTV/mythtv/commit/4867b2ca5abbd5ae0b7b8a873507df76d1b251d5
  Author: David Hampton <mythtv at love2code.net>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M mythtv/libs/libmythtv/dbcheck.cpp

  Log Message:
  -----------
  Clean up potentially inconsistent data before upgrading to 1385.

Its possible that a 1384 database may already have one or more copies
of the data added by 1385.  Delete that data and reinsert it to
guarantee that only one instance of the data is present.


Compare: https://github.com/MythTV/mythtv/compare/9951493f8e91...4867b2ca5abb

To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list