[mythtv-commits] mythtv branch master updated by dekarl. v29-pre-278-gd1f336c

Git Repo Owner noreply at mythtv.org
Sun Jan 22 12:27:58 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  d1f336c61f17df5548abf3d729ef63ceb4a24a3c (commit)
       via  0518e19826762a28d9d55505704cd70d4932e275 (commit)
       via  30e688d46cbed35a3c412986f294f6aa8a3ea866 (commit)
       via  9049d007ec45813322343bc95c8ab14029a96972 (commit)
      from  af12482d677cd9ebf9c044c89e1d1568a4b9d60f (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 d1f336c61f17df5548abf3d729ef63ceb4a24a3c
Author:    Karl Dietz <dekarl at mythtv.org> at Sun, 22 Jan 2017 13:26:53 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 22 Jan 2017 13:27:29 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d1f336c61f17df5548abf3d729ef63ceb4a24a3c

OOP09-CPP. Ensure that single-argument constructors are marked "explicit"
recorders

Pointed out by cppcheck



commit 0518e19826762a28d9d55505704cd70d4932e275
Author:    Karl Dietz <dekarl at mythtv.org> at Sun, 22 Jan 2017 12:01:41 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 22 Jan 2017 13:27:29 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0518e19826762a28d9d55505704cd70d4932e275

OOP09-CPP. Ensure that single-argument constructors are marked "explicit"
recordingprofile.{cpp,h}

Pointed out by cppcheck



commit 30e688d46cbed35a3c412986f294f6aa8a3ea866
Author:    Karl Dietz <dekarl at mythtv.org> at Sat, 21 Jan 2017 22:36:12 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 22 Jan 2017 13:27:28 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=30e688d46cbed35a3c412986f294f6aa8a3ea866

OOP09-CPP. Ensure that single-argument constructors are marked "explicit"
transporteditor.{cpp,h}

Pointed out by cppcheck



commit 9049d007ec45813322343bc95c8ab14029a96972
Author:    Karl Dietz <dekarl at mythtv.org> at Sat, 21 Jan 2017 22:29:56 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 22 Jan 2017 13:27:28 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9049d007ec45813322343bc95c8ab14029a96972

OOP09-CPP. Ensure that single-argument constructors are marked "explicit"
videosource.{cpp,h}

Pointed out by cppcheck



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

Summary of changes:
 .../libmythtv/recorders/ExternalStreamHandler.h    |    2 +-
 .../libmythtv/recorders/HLS/HLSPlaylistWorker.h    |    2 +-
 .../libs/libmythtv/recorders/HLS/HLSStreamWorker.h |    2 +-
 mythtv/libs/libmythtv/recorders/asistreamhandler.h |    2 +-
 mythtv/libs/libmythtv/recorders/audioinput.h       |    2 +-
 mythtv/libs/libmythtv/recorders/audioinputoss.h    |    2 +-
 .../libs/libmythtv/recorders/cetonstreamhandler.h  |    2 +-
 mythtv/libs/libmythtv/recorders/channelbase.h      |    2 +-
 mythtv/libs/libmythtv/recorders/dtvchannel.h       |    2 +-
 mythtv/libs/libmythtv/recorders/dtvrecorder.h      |    2 +-
 mythtv/libs/libmythtv/recorders/dummychannel.h     |    2 +-
 mythtv/libs/libmythtv/recorders/dvbcam.h           |    2 +-
 mythtv/libs/libmythtv/recorders/dvbdev/dvbci.h     |    4 +-
 mythtv/libs/libmythtv/recorders/dvbstreamhandler.h |    4 +-
 mythtv/libs/libmythtv/recorders/firewirerecorder.h |    2 +-
 .../libmythtv/recorders/firewiresignalmonitor.h    |    2 +-
 .../libs/libmythtv/recorders/hdhrstreamhandler.h   |    2 +-
 mythtv/libs/libmythtv/recorders/hlsstreamhandler.h |    2 +-
 .../libs/libmythtv/recorders/httptsstreamhandler.h |    4 +-
 mythtv/libs/libmythtv/recorders/importrecorder.h   |    2 +-
 .../libs/libmythtv/recorders/iptvstreamhandler.h   |    4 +-
 mythtv/libs/libmythtv/recorders/mpegrecorder.h     |    2 +-
 mythtv/libs/libmythtv/recorders/recorderbase.h     |    2 +-
 mythtv/libs/libmythtv/recorders/rtp/packetbuffer.h |    2 +-
 .../libs/libmythtv/recorders/rtp/rtpdatapacket.h   |    4 +-
 mythtv/libs/libmythtv/recorders/rtp/rtpfecpacket.h |    4 +-
 .../libs/libmythtv/recorders/rtp/rtppacketbuffer.h |    2 +-
 mythtv/libs/libmythtv/recorders/rtp/udppacket.h    |    2 +-
 mythtv/libs/libmythtv/recorders/streamhandler.h    |    4 +-
 mythtv/libs/libmythtv/recorders/v4lrecorder.h      |    4 +-
 mythtv/libs/libmythtv/recorders/vboxutils.h        |    2 +-
 mythtv/libs/libmythtv/recordingprofile.cpp         |   60 ++++++++--------
 mythtv/libs/libmythtv/recordingprofile.h           |    4 +-
 mythtv/libs/libmythtv/transporteditor.cpp          |   24 +++---
 mythtv/libs/libmythtv/transporteditor.h            |    2 +-
 mythtv/libs/libmythtv/videosource.cpp              |   72 ++++++++++----------
 mythtv/libs/libmythtv/videosource.h                |   56 ++++++++--------
 37 files changed, 148 insertions(+), 148 deletions(-)

-- 



More information about the mythtv-commits mailing list