[mythtv-firehose] mythtv branch devel/mythsystem updated by danielk. v0.27-pre2-1187-g7bba2d1

Git Repo Owner noreply at mythtv.org
Sun Jun 2 18:10:56 UTC 2013


The branch, devel/mythsystem has been updated on the
mythtv repository by gitolite user danielk.
       via  7bba2d1218b55639d66c285a240f5775b8c942f3 (commit)
       via  82e9cdbf021a2e2f643a8eb662f28b3a4c9c5318 (commit)
       via  c84137d18f627bd66b1f6b265a42a31b82c9c4d3 (commit)
       via  0585a99b7269f38f836bbeeecf1ad3e4f733eb6e (commit)
       via  51d246637f1285e865fa9e24f9696e3c51a8a377 (commit)
       via  c17f3087f220b92c219f21669aafae2e4f042a8a (commit)
       via  89dfa0b1be7f4a5fea06fa56eb7aa9458fd73460 (commit)
       via  938587ab75e6e799ebd42890feb83243b4e7d37d (commit)
      from  692ef9bfdf7df0407c3c164c2a2c6fa5f6fa229e (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 7bba2d1218b55639d66c285a240f5775b8c942f3
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 14:07:23 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 14:07:23 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7bba2d1218b55639d66c285a240f5775b8c942f3

Eliminate unused kMSSetPGID MythSystem mask



commit 82e9cdbf021a2e2f643a8eb662f28b3a4c9c5318
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 14:04:55 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 14:04:55 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=82e9cdbf021a2e2f643a8eb662f28b3a4c9c5318

Eliminate unused kMSInUi MythSystem mask



commit c84137d18f627bd66b1f6b265a42a31b82c9c4d3
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 13:03:37 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 13:10:15 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c84137d18f627bd66b1f6b265a42a31b82c9c4d3

Add annotations to three flags to eliminate if possible.



commit 0585a99b7269f38f836bbeeecf1ad3e4f733eb6e
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 12:52:40 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 12:52:40 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0585a99b7269f38f836bbeeecf1ad3e4f733eb6e

Add more MythSystem unit tests.



commit 51d246637f1285e865fa9e24f9696e3c51a8a377
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:57:51 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:57:51 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=51d246637f1285e865fa9e24f9696e3c51a8a377

Eliminate dead MythSystem flag kMSBuffered.
IO is always buffered.



commit c17f3087f220b92c219f21669aafae2e4f042a8a
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:43:28 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:43:28 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c17f3087f220b92c219f21669aafae2e4f042a8a

Eliminate GetSignal() from new MythSystem.
The ability to query the signal that killed a program is not part of POSIX,
so we can't even depend on it on all unix systems. GetExitCode() will now
return -1 if a program was killed by a signal, -2 if it is still uncollected
and 0..255 if the program exited normally, so GetSignal() is unnecessary as
a call if all it tells us is whether a signal killed the program.



commit 89dfa0b1be7f4a5fea06fa56eb7aa9458fd73460
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:38:08 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:38:08 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=89dfa0b1be7f4a5fea06fa56eb7aa9458fd73460

Add more MythSystem unit tests.



commit 938587ab75e6e799ebd42890feb83243b4e7d37d
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:19:38 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sun, 2 Jun 2013 11:19:38 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=938587ab75e6e799ebd42890feb83243b4e7d37d

Add some copyright headers where missing.



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

Summary of changes:
 .../mythgallery/dcrawplugin/dcrawhandler.cpp       |    4 +-
 mythplugins/mythmusic/mythmusic/playlist.cpp       |    4 +-
 .../mythweather/mythweather/weatherSource.cpp      |   10 +-
 mythtv/libs/libmyth/mediamonitor-unix.cpp          |    2 +-
 mythtv/libs/libmyth/netgrabbermanager.cpp          |    4 +-
 mythtv/libs/libmythbase/hardwareprofile.cpp        |    8 +-
 mythtv/libs/libmythbase/mythsystem.cpp             |   76 +++++-------
 mythtv/libs/libmythbase/mythsystem.h               |   47 ++++----
 mythtv/libs/libmythbase/mythsystemlegacy.cpp       |   23 +++-
 mythtv/libs/libmythbase/mythsystemlegacy.h         |   21 +++-
 mythtv/libs/libmythbase/mythsystemunix.cpp         |   15 +---
 .../test/test_mythsystem/test_mythsystem.h         |  122 ++++++++++++++------
 .../test_mythsystemlegacy/test_mythsystemlegacy.h  |   10 +--
 mythtv/libs/libmythmetadata/metadatadownload.cpp   |    4 +-
 mythtv/libs/libmythtv/videosource.cpp              |    2 +-
 mythtv/programs/mythbackend/httpstatus.cpp         |    2 +-
 mythtv/programs/mythbackend/internetContent.cpp    |    2 +-
 mythtv/programs/mythfilldatabase/filldata.cpp      |    4 +-
 mythtv/programs/mythfrontend/grabbersettings.cpp   |    6 +-
 19 files changed, 209 insertions(+), 157 deletions(-)

-- 



More information about the mythtv-firehose mailing list