[mythtv-firehose] mythtv branch devel/logging-zeromq updated by beirdo. v0.26-pre-585-g68b34f2

Git Repo Owner noreply at mythtv.org
Wed Jun 13 07:18:14 UTC 2012


The branch, devel/logging-zeromq has been updated on the
mythtv repository by gitolite user beirdo.
       via  68b34f2e21390b7b11d1ac4413b8e2e80c5c42af (commit)
       via  bffeb5e8625a9e86320fae009b1dfef92ab44f5f (commit)
      from  a63936ff2e08c25a0b35a16d5b696f20ee9a04e7 (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 68b34f2e21390b7b11d1ac4413b8e2e80c5c42af
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Wed, 13 Jun 2012 00:17:49 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Wed, 13 Jun 2012 00:17:49 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=68b34f2e21390b7b11d1ac4413b8e2e80c5c42af

Unbork setsockopt for Windows (hopefully)



commit bffeb5e8625a9e86320fae009b1dfef92ab44f5f
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Wed, 13 Jun 2012 00:15:14 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Wed, 13 Jun 2012 00:15:14 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bffeb5e8625a9e86320fae009b1dfef92ab44f5f

Wrangle QJson so the include dir doesn't conflict
Curse Windows and its case insensitivity... I had an include/qjson with the
C headers, and an include QJson with the C++.  This broke on Windows.  Now
there is only the include/QJson directory, and it is shuffled around so the
build can use it pre-install as well still.



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

Summary of changes:
 mythtv/external/qjson/include/{qjson => QJson}    |    0
 mythtv/external/qjson/include/QJson/Parser        |    1 -
 mythtv/external/qjson/include/QJson/QObjectHelper |    1 -
 mythtv/external/qjson/include/QJson/Serializer    |    1 -
 mythtv/external/qjson/src/Parser                  |    1 +
 mythtv/external/qjson/src/QObjectHelper           |    1 +
 mythtv/external/qjson/src/Serializer              |    1 +
 mythtv/external/qjson/src/src.pro                 |    8 ++++----
 mythtv/libs/libmythbase/compat.h                  |    2 ++
 9 files changed, 9 insertions(+), 7 deletions(-)
 rename mythtv/external/qjson/include/{qjson => QJson} (100%)
 delete mode 100644 mythtv/external/qjson/include/QJson/Parser
 delete mode 100644 mythtv/external/qjson/include/QJson/QObjectHelper
 delete mode 100644 mythtv/external/qjson/include/QJson/Serializer
 create mode 100644 mythtv/external/qjson/src/Parser
 create mode 100644 mythtv/external/qjson/src/QObjectHelper
 create mode 100644 mythtv/external/qjson/src/Serializer

-- 



More information about the mythtv-firehose mailing list