[mythtv-commits] mythtv branch master updated by dhampton. v30-Pre-272-gfd3eca2

Git Repo Owner noreply at mythtv.org
Wed Nov 1 00:36:20 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  fd3eca25b0736512dddf9836330f742bf512e6df (commit)
       via  14df86a5def13d36f1c43aea7eadd93337bd5ec3 (commit)
       via  78600f0144a2afa8fbe6702d9421a7a5d74c34b7 (commit)
       via  df474db5e027bacd0f057144a631a4c5e458f7bc (commit)
       via  1819d7bfccf303118d76b53e900250ee7883767c (commit)
       via  73c307ef54bd5d14ca70f1e74338940bf537dfc3 (commit)
       via  5cf3898e57496247d4a9ee915ae87c17d5028781 (commit)
       via  88bff3a3a03e7ec3bf51759d9f9a2d1d95a58a52 (commit)
      from  77e704fe6fc49c04bd16389cf9c97fbd989d41de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fd3eca25b0736512dddf9836330f742bf512e6df
Author:    David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 20:26:33 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 20:35:35 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fd3eca25b0736512dddf9836330f742bf512e6df

Fix cppcheck 'missing explicit constructor' messages.
These messages can be eliminated simply by marking the constructor as
explicit.

Refs #13164.



commit 14df86a5def13d36f1c43aea7eadd93337bd5ec3
Author:    David Hampton <mythtv at love2code.net> at Mon, 30 Oct 2017 23:51:58 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 20:30:52 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=14df86a5def13d36f1c43aea7eadd93337bd5ec3

Use angle brackets instead of quotes for system includes.



commit 78600f0144a2afa8fbe6702d9421a7a5d74c34b7
Author:    David Hampton <mythtv at love2code.net> at Wed, 25 Oct 2017 23:24:55 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 20:30:52 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=78600f0144a2afa8fbe6702d9421a7a5d74c34b7

Fix cppcheck complaints about variable scope.
Reduce the scope of a couple of variables by moving them inside of the
loops where they are used.



commit df474db5e027bacd0f057144a631a4c5e458f7bc
Author:    David Hampton <mythtv at love2code.net> at Wed, 25 Oct 2017 22:28:59 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 20:30:52 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=df474db5e027bacd0f057144a631a4c5e458f7bc

Fix cppcheck unread variable warning in themestringstool main().
This variable doesn't seem to have been used since at least 2009.
Move the variable inside of an #if/#endif section the same as its one
possible usage.



commit 1819d7bfccf303118d76b53e900250ee7883767c
Author:    David Hampton <mythtv at love2code.net> at Wed, 25 Oct 2017 21:18:04 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 20:30:45 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1819d7bfccf303118d76b53e900250ee7883767c

Fix another cppcheck complaint about 'or'ing a value with 'true'.
Restate this instruction in a form that is a little easier to
understand, and doesn't trigger a cppcheck warning.



commit 73c307ef54bd5d14ca70f1e74338940bf537dfc3
Author:    David Hampton <mythtv at love2code.net> at Wed, 4 Oct 2017 08:21:07 -0700
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 11:52:51 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=73c307ef54bd5d14ca70f1e74338940bf537dfc3

Fix cppcheck complaint about uninitialized member variables.
Add initialization for the pthread controller_thread member variable
used in the DFDPriv class.



commit 5cf3898e57496247d4a9ee915ae87c17d5028781
Author:    David Hampton <mythtv at love2code.net> at Wed, 4 Oct 2017 08:10:35 -0700
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 11:52:51 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5cf3898e57496247d4a9ee915ae87c17d5028781

Fix cppcheck complaint about uninitialized member variables.
Add initialization for the pthread 'mutex' and 'cond' member variables
used in the MPEG2replex class.



commit 88bff3a3a03e7ec3bf51759d9f9a2d1d95a58a52
Author:    David Hampton <mythtv at love2code.net> at Wed, 4 Oct 2017 08:08:05 -0700
Committer: David Hampton <mythtv at love2code.net> at Tue, 31 Oct 2017 11:52:51 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=88bff3a3a03e7ec3bf51759d9f9a2d1d95a58a52

Fix cppcheck complaint about 'or'ing a value with 'true'.
Any boolean 'or'ed with true is true, so replace these lines with the
simpler assignment of 'true' to the variable.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmyth/dbsettings.h                   |    2 +-
 mythtv/libs/libmyth/standardsettings.h             |   22 +++++++++---------
 mythtv/libs/libmythbase/mythcdrom-linux.cpp        |    2 +-
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythprotoserver/mythsocketmanager.h |    2 +-
 .../requesthandler/fileserverutil.h                |    2 +-
 .../libmythservicecontracts/datacontracts/enum.h   |    2 +-
 .../datacontracts/enumItem.h                       |    2 +-
 .../datacontracts/frontendActionList.h             |    2 +-
 .../datacontracts/frontendStatus.h                 |    2 +-
 .../datacontracts/liveStreamInfo.h                 |    2 +-
 .../datacontracts/liveStreamInfoList.h             |    2 +-
 .../services/frontendServices.h                    |    2 +-
 .../services/rttiServices.h                        |    2 +-
 .../libs/libmythtv/channelscan/channelscan_sm.cpp  |    3 +-
 mythtv/libs/libmythtv/mpeg/dvbtables.h             |    2 +-
 mythtv/libs/libmythtv/osd.h                        |    2 +-
 mythtv/libs/libmythtv/playercontext.h              |    2 +-
 mythtv/libs/libmythtv/playgroup.cpp                |   10 ++++----
 mythtv/libs/libmythtv/profilegroup.h               |    8 +++---
 mythtv/libs/libmythtv/programdata.h                |    2 +-
 mythtv/libs/libmythtv/recorders/audioinputalsa.h   |    2 +-
 .../libmythtv/recorders/darwinfirewiredevice.cpp   |    1 +
 mythtv/libs/libmythtv/recorders/dtvrecorder.cpp    |    4 +-
 mythtv/libs/libmythtv/scheduledrecording.h         |    2 +-
 mythtv/libs/libmythtv/teletextdecoder.h            |    2 +-
 mythtv/libs/libmythtv/tv_rec.h                     |    4 +-
 mythtv/libs/libmythtv/v4l2util.h                   |    2 +-
 mythtv/libs/libmythtv/videocolourspace.h           |    2 +-
 mythtv/libs/libmythui/AppleRemoteListener.cpp      |    3 +-
 mythtv/programs/mythcommflag/quickselect.c         |   24 ++++++++++----------
 mythtv/programs/mythtranscode/mpeg2fix.cpp         |    4 ++-
 themestringstool/main.cpp                          |    4 ++-
 33 files changed, 68 insertions(+), 63 deletions(-)

-- 



More information about the mythtv-commits mailing list