[mythtv-firehose] mythtv branch master updated by wagnerrp. v0.26-pre-108-gfe4697c

Git Repo Owner noreply at mythtv.org
Mon Apr 23 14:09:36 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  fe4697cd988676e05be6eae4e5e9582cdd3e532e (commit)
       via  b710b8378f50d4df65542ae100fdde32d90f408c (commit)
       via  d4ccef8376e8f3979267c1da3e305ed1cc16464e (commit)
      from  20c814a96f0b3c3d0a6e6038e4229bb75b8e82e2 (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 fe4697cd988676e05be6eae4e5e9582cdd3e532e
Author:    Raymond Wagner <rwagner at mythtv.org> at Mon, 23 Apr 2012 10:07:56 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Mon, 23 Apr 2012 10:07:56 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fe4697cd988676e05be6eae4e5e9582cdd3e532e

Delay processing of command line parameters until needed.



commit b710b8378f50d4df65542ae100fdde32d90f408c
Author:    Raymond Wagner <rwagner at mythtv.org> at Mon, 23 Apr 2012 10:07:14 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Mon, 23 Apr 2012 10:07:14 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b710b8378f50d4df65542ae100fdde32d90f408c

Add additional dependency checking to command line parser.



commit d4ccef8376e8f3979267c1da3e305ed1cc16464e
Author:    Raymond Wagner <rwagner at mythtv.org> at Mon, 23 Apr 2012 09:35:41 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Mon, 23 Apr 2012 09:35:41 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d4ccef8376e8f3979267c1da3e305ed1cc16464e

Break commandlineparser into separate file for consistency.
This moves the command line parser argument definitions out of main.cpp
and into commandlineparser.cpp to maintain consistency with other
applications.



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

Summary of changes:
 .../mythmetadatalookup/commandlineparser.cpp       |   61 +++++++
 .../mythmetadatalookup/commandlineparser.h         |   10 ++
 mythtv/programs/mythmetadatalookup/main.cpp        |  164 ++++----------------
 .../mythmetadatalookup/mythmetadatalookup.pro      |    4 +-
 4 files changed, 102 insertions(+), 137 deletions(-)
 create mode 100644 mythtv/programs/mythmetadatalookup/commandlineparser.cpp
 create mode 100644 mythtv/programs/mythmetadatalookup/commandlineparser.h

-- 



More information about the mythtv-firehose mailing list