[mythtv-commits] [MythTV/mythtv] da3436: tidy: Convert to use a range-based loop.
David Hampton
noreply at github.com
Sun Nov 12 02:10:35 UTC 2023
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: da3436eec386e57bb8070effca73a7200595d34e
https://github.com/MythTV/mythtv/commit/da3436eec386e57bb8070effca73a7200595d34e
Author: David Hampton <mythtv at love2code.net>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M mythtv/programs/mythbackend/servicesv2/v2video.cpp
Log Message:
-----------
tidy: Convert to use a range-based loop.
https://clang.llvm.org/extra/clang-tidy/checks/modernize/loop-convert.html
Commit: cc1ac89f612a064528e2647f93c39927b960b626
https://github.com/MythTV/mythtv/commit/cc1ac89f612a064528e2647f93c39927b960b626
Author: David Hampton <mythtv at love2code.net>
Date: 2023-11-11 (Sat, 11 Nov 2023)
Changed paths:
M mythtv/libs/libmythbase/programtypes.h
M mythtv/libs/libmythtv/cardutil.cpp
M mythtv/libs/libmythtv/channelscan/channelscan_sm.h
M mythtv/libs/libmythtv/channelscan/externrecscanner.cpp
M mythtv/libs/libmythtv/channelscan/hdhrchannelfetcher.cpp
M mythtv/libs/libmythtv/channelscan/iptvchannelfetcher.cpp
M mythtv/libs/libmythtv/deletemap.h
M mythtv/libs/libmythtv/sourceutil.cpp
M mythtv/programs/mythtranscode/cutter.cpp
Log Message:
-----------
clazy: Don't include the entire QtCore module.
Including the <QtCore> module header file causes the compiler to
include at least 140 other header files, likely more. Remove this
include and replace it with an include of the header that is actually
needed by the code.
Compare: https://github.com/MythTV/mythtv/compare/caa7993bc342...cc1ac89f612a
More information about the mythtv-commits
mailing list