[mythtv-commits] mythtv branch personal/dblain/msvc updated by dblain. v0.27-beta-48-g5216088

Git Repo Owner noreply at mythtv.org
Thu Aug 22 19:31:49 UTC 2013


The branch, personal/dblain/msvc has been updated on the
mythtv repository by gitolite user dblain.
       via  5216088d8dab28c5b26a0dab1710e8fd3c47ce4a (commit)
       via  d6262ca91aa63a0e9bba12b5c5bc8a2c0530b00f (commit)
       via  87def7b0619b8d061012dbc77216fc3063cde58c (commit)
       via  2ce1b0f51651f82143eba62ca02e0021d3476a7b (commit)
      from  40bc02712e99de5994e8c0443453882f10ce0f3a (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 5216088d8dab28c5b26a0dab1710e8fd3c47ce4a
Author:    David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:26:01 -0400
Committer: David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:26:01 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5216088d8dab28c5b26a0dab1710e8fd3c47ce4a

Update to ignore MSVC & cmake generated files.



commit d6262ca91aa63a0e9bba12b5c5bc8a2c0530b00f
Author:    David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:23:11 -0400
Committer: David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:23:11 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d6262ca91aa63a0e9bba12b5c5bc8a2c0530b00f

Replace MSVC specific headers with more complete versions



commit 87def7b0619b8d061012dbc77216fc3063cde58c
Author:    David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:22:30 -0400
Committer: David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:22:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=87def7b0619b8d061012dbc77216fc3063cde58c

Added missing file for zlib



commit 2ce1b0f51651f82143eba62ca02e0021d3476a7b
Author:    David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:21:11 -0400
Committer: David Blain <dblain at mythtv.org> at Thu, 22 Aug 2013 15:21:11 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2ce1b0f51651f82143eba62ca02e0021d3476a7b

Add missing files for taglib



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

Summary of changes:
 .gitignore                                         |    9 +-
 mythtv/external/nzmqt/.gitignore                   |    5 +-
 mythtv/external/zeromq/.gitignore                  |  128 +++---
 .../win32/msvc/external/pthreads.2/Makefile        |  514 ++++++++++++++++++++
 .../win32/msvc/external/pthreads.2/config.h        |  153 ++++++
 .../win32/msvc/external/zlib/win32/zlib.def        |   86 ++++
 mythtv/platform/win32/msvc/include-2010/inttypes.h |  412 ++++++++++++-----
 mythtv/platform/win32/msvc/include-2010/stdint.h   |  382 +++++++++++----
 8 files changed, 1411 insertions(+), 278 deletions(-)
 create mode 100644 mythtv/platform/win32/msvc/external/pthreads.2/Makefile
 create mode 100644 mythtv/platform/win32/msvc/external/pthreads.2/config.h
 create mode 100644 mythtv/platform/win32/msvc/external/zlib/win32/zlib.def

-- 



More information about the mythtv-commits mailing list