This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gem".
The branch, master has been updated
via 76a76662c52d14340f17d98ddd0b736a5a80ddad (commit)
via 3aef1ecbd8253b8543a1a509880c44f1e0a721fe (commit)
via e1bb90360b546c3c6500550412070b507345d08e (commit)
via e858430a5d2edae239449a69a14978b61a694729 (commit)
via 1ee12300d31009bfe95054a47709f0a6698d1606 (commit)
via cc06aeada0487932245b27f9560a7419e6669dec (commit)
via a9e514a575001a892201531cf95e2c0f1e28a1f3 (commit)
via a33f8deccc5de00c81c0c0450f76c741bfbc33a3 (commit)
via 86c952414389ed43ed20a7fe98f4b86988222a13 (commit)
from d05ea894295ec44e3ae724888645f57fb1dd27e4 (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 76a76662c52d14340f17d98ddd0b736a5a80ddad
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 17:54:53 2012 +0200
small M$VC fixes
reducing warnings
and trying to fix some errors (though this doesn't work yet)
commit 3aef1ecbd8253b8543a1a509880c44f1e0a721fe
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 17:53:30 2012 +0200
inter-project dependencies
commit e1bb90360b546c3c6500550412070b507345d08e
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 17:52:42 2012 +0200
configNT.h is no longer needed
all config is done in property pages
commit e858430a5d2edae239449a69a14978b61a694729
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 17:50:57 2012 +0200
some more property pages (ARToolKit, ImageMagick)
commit 1ee12300d31009bfe95054a47709f0a6698d1606
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 17:47:48 2012 +0200
use property pages for configuring the vcprojects
commit cc06aeada0487932245b27f9560a7419e6669dec
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 14:59:37 2012 +0200
2nd round for property pages
commit a9e514a575001a892201531cf95e2c0f1e28a1f3
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 11:24:04 2012 +0200
saving those property pages
ohno, MSVC doesn't save property pages when doing a "Save All"
since w32 crashed, i lost all the data...
commit a33f8deccc5de00c81c0c0450f76c741bfbc33a3
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 09:53:01 2012 +0200
some more MSVC property pages (this time for plugins)
commit 86c952414389ed43ed20a7fe98f4b86988222a13
Author: IOhannes m zmölnig <zmoel...@umlautm.umlaeute.mur.at>
Date: Wed Aug 1 09:51:18 2012 +0200
define 'HAVE_LIBFTGL' rather than 'FTGL'
ftgl.h uses 'namespace FTGL', which interferes with an FTGL-define.
i have no idea why it works when doing a "#define FTGL" in GemConfig.h, but
does
not work when defining FTGL via property pages.
what i *do* know is that we should rename the 'FTGL' define to 'HAVE_FTGL'
-----------------------------------------------------------------------
Summary of changes:
build/win-vs2008/Debug.vsprops | 2 +
build/win-vs2008/FTGL.vsprops | 5 +-
build/win-vs2008/FTGL_Debug.vsprops | 9 ++-
build/win-vs2008/FTGL_Release.vsprops | 7 +-
build/win-vs2008/Gem.sln | 6 ++
build/win-vs2008/Gem.vcproj | 42 ++----------
build/win-vs2008/Gem.vsprops | 1 +
build/win-vs2008/GemInternal.vsprops | 21 +++++-
build/win-vs2008/Release.vsprops | 4 +-
build/win-vs2008/SIMD.vsprops | 13 +++-
build/win-vs2008/VFW.vsprops | 8 ++
build/win-vs2008/{w32.vsprops => extra.vsprops} | 7 +--
build/win-vs2008/extraCommon.vsprops | 17 +++++
build/win-vs2008/plugin.vsprops | 4 +-
.../{plugin.vsprops => pluginCommon.vsprops} | 7 ++-
build/win-vs2008/w32.vsprops | 8 ++
.../pix_artoolkit/win-vs2008/ARToolKit.vsprops | 4 +-
.../pix_artoolkit/win-vs2008/pix_artoolkit.vcproj | 8 +--
extra/pix_drum/win-vs2008/pix_drum.vcproj | 47 ++------------
.../win-vs2008/pix_fiducialtrack.vcproj | 60 ++----------------
extra/pix_hit/win-vs2008/pix_hit.vcproj | 60 ++----------------
extra/pix_mano/win-vs2008/pix_mano.vcproj | 51 ++-------------
plugins/filmAVI/win-vs2008/filmAVI.vcproj | 43 ++----------
plugins/filmDS/filmDS.cpp | 10 +++
plugins/filmDS/win-vs2008/filmDS.vcproj | 46 ++------------
plugins/filmQT/win-vs2008/filmQT.vcproj | 46 ++------------
plugins/imageJPEG/win-vs2008/JPEG.vsprops | 17 +++++
plugins/imageJPEG/win-vs2008/imageJPEG.vcproj | 46 ++------------
plugins/imageMAGICK/MagickCore.cpp | 15 ++++
plugins/imageMAGICK/imageMAGICK.cpp | 17 ++++-
plugins/imageMAGICK/win-vs2008/ImageMagick.vsprops | 16 +++++
.../win-vs2008/ImageMagick_Release.vsprops | 12 ++++
plugins/imageMAGICK/win-vs2008/imageMAGICK.vcproj | 51 +++------------
plugins/imageQT/win-vs2008/imageQT.vcproj | 46 ++------------
plugins/imageSGI/win-vs2008/imageSGI.vcproj | 46 ++------------
plugins/imageTIFF/win-vs2008/TIFF.vsprops | 17 +++++
plugins/imageTIFF/win-vs2008/imageTIFF.vcproj | 46 ++------------
plugins/modelASSIMP2/win-vs2008/ASSIMP2.vsprops | 17 +++++
.../modelASSIMP2/win-vs2008/modelASSIMP2.vcproj | 47 ++------------
plugins/modelOBJ/win-vs2008/modelOBJ.vcproj | 47 ++------------
plugins/recordQT/win-vs2008/recordQT.vcproj | 46 ++------------
plugins/videoDS/win-vs2008/videoDS.vcproj | 47 ++------------
plugins/videoHALCON/win-vs2008/HALCON.vsprops | 17 +++++
plugins/videoHALCON/win-vs2008/videoHALCON.vcproj | 46 ++------------
plugins/videoOptiTrack/videoOptiTrack.cpp | 7 +-
.../videoOptiTrack/win-vs2008/OptiTrack.vsprops | 17 +++++
.../win-vs2008/videoOptiTrack.vcproj | 68 +++----------------
plugins/videoTEST/videoTEST.cpp | 3 +-
plugins/videoTEST/win-vs2008/videoTEST.vcproj | 47 ++------------
plugins/videoVFW/videoVFW.cpp | 4 +-
plugins/videoVFW/win-vs2008/videoVFW.vcproj | 47 ++------------
src/Gem/configNT.h | 21 +------
52 files changed, 398 insertions(+), 948 deletions(-)
copy build/win-vs2008/{w32.vsprops => extra.vsprops} (50%)
create mode 100644 build/win-vs2008/extraCommon.vsprops
copy build/win-vs2008/{plugin.vsprops => pluginCommon.vsprops} (68%)
copy build/win-vs2008/w32.vsprops =>
extra/pix_artoolkit/win-vs2008/ARToolKit.vsprops (61%)
create mode 100644 plugins/imageJPEG/win-vs2008/JPEG.vsprops
create mode 100644 plugins/imageMAGICK/win-vs2008/ImageMagick.vsprops
create mode 100644 plugins/imageMAGICK/win-vs2008/ImageMagick_Release.vsprops
create mode 100644 plugins/imageTIFF/win-vs2008/TIFF.vsprops
create mode 100644 plugins/modelASSIMP2/win-vs2008/ASSIMP2.vsprops
create mode 100644 plugins/videoHALCON/win-vs2008/HALCON.vsprops
create mode 100644 plugins/videoOptiTrack/win-vs2008/OptiTrack.vsprops
hooks/post-receive
--
Gem
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs