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  0e977ab588a3e9a77885f7ba34fba3ee6fdd67ac (commit)
       via  8ab242928010d4c67b20714b3d0f5f50dbf24383 (commit)
       via  f1b013ef305eb60c5094e565edd48f71d65affa1 (commit)
       via  5b62940b3a260d814c3eb4f9791e13c9c0539ec5 (commit)
       via  64dca2bcf987a37c7db908863818e5c4a70cc9ea (commit)
       via  8784cf0145913f7766230b7654dffe47b14e14a3 (commit)
       via  d3d09e72a01cb7743f699bc81ac7a4b604bb008b (commit)
       via  0e507691aaf5f55dedf45aab95120e0f7bd56b46 (commit)
      from  5284ad0f4e4035cce171e66e5ea57e48b9edcc01 (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 0e977ab588a3e9a77885f7ba34fba3ee6fdd67ac
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 16:17:02 2011 +0100

    trying to fix paths

commit 8ab242928010d4c67b20714b3d0f5f50dbf24383
Merge: f1b013e 5284ad0
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 16:16:17 2011 +0100

    Merge branch 'master' of ssh://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem

commit f1b013ef305eb60c5094e565edd48f71d65affa1
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 16:14:21 2011 +0100

    fixed pluginfactory for w32
    
    both MSVC and MinGW need to omit the template-implementation in the plugin 
code

commit 5b62940b3a260d814c3eb4f9791e13c9c0539ec5
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 15:17:17 2011 +0100

    used 'unsigned' types when needed

commit 64dca2bcf987a37c7db908863818e5c4a70cc9ea
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 14:51:11 2011 +0100

    fixed relative paths for vs2008 projects

commit 8784cf0145913f7766230b7654dffe47b14e14a3
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 14:12:29 2011 +0100

    enumProperties() must return something (e.g. FALSE)

commit d3d09e72a01cb7743f699bc81ac7a4b604bb008b
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 14:12:01 2011 +0100

    use 'unsigned' types when appropriate

commit 0e507691aaf5f55dedf45aab95120e0f7bd56b46
Author: IOhannes m zmoelnig <zmoel...@umlautm.umlaeute.mur.at>
Date:   Wed Dec 14 12:27:34 2011 +0100

    extra/: moved MS project files into version dirs
    
    so we can have vs2008 and vs2003 at the same time

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

Summary of changes:
 build/win-vs2008/Gem.sln                           |    8 +-
 .../pix_artoolkit/win-vs2008/pix_artoolkit.vcproj  |   69 +++++++++-------
 .../pix_drum/win-vs2008/pix_drum.vcproj            |   61 ++++++++------
 .../win-vs2008/pix_fiducialtrack.vcproj            |   87 ++++++++++++++------
 .../pix_mano/win-vs2008/pix_mano.vcproj            |   61 ++++++++------
 plugins/filmAVI/win-vs2008/filmAVI.vcproj          |    4 +-
 plugins/filmDS/win-vs2008/filmDS.vcproj            |    4 +-
 plugins/filmQT/win-vs2008/filmQT.vcproj            |    4 +-
 plugins/imageJPEG/win-vs2008/imageJPEG.vcproj      |    4 +-
 plugins/imageMAGICK/win-vs2008/imageMAGICK.vcproj  |    4 +-
 plugins/imageQT/win-vs2008/imageQT.vcproj          |    4 +-
 plugins/imageSGI/win-vs2008/imageSGI.vcproj        |    8 +-
 plugins/imageTIFF/win-vs2008/imageTIFF.vcproj      |    4 +-
 plugins/recordQT/win-vs2008/recordQT.vcproj        |    4 +-
 plugins/videoAVT/win-vs2008/videoAVT.vcproj        |    4 +-
 plugins/videoDS/win-vs2008/videoDS.vcproj          |    8 +-
 plugins/videoHALCON/win-vs2008/videoHALCON.vcproj  |    4 +-
 plugins/videoPYLON/win-vs2008/videoPYLON.vcproj    |    4 +-
 plugins/videoVFW/win-vs2008/videoVFW.vcproj        |    4 +-
 src/Pixes/pix_buffer.cpp                           |    2 +-
 src/Pixes/pix_write.cpp                            |    1 -
 src/plugins/PluginFactoryTimple.h                  |   31 ++++++--
 src/plugins/film.cpp                               |    3 +-
 src/plugins/imagesaver.cpp                         |    4 +-
 24 files changed, 233 insertions(+), 158 deletions(-)
 copy plugins/imageSGI/win-vs2008/imageSGI.vcproj => 
extra/pix_artoolkit/win-vs2008/pix_artoolkit.vcproj (59%)
 copy plugins/imageSGI/win-vs2008/imageSGI.vcproj => 
extra/pix_drum/win-vs2008/pix_drum.vcproj (75%)
 copy plugins/imageSGI/win-vs2008/imageSGI.vcproj => 
extra/pix_fiducialtrack/win-vs2008/pix_fiducialtrack.vcproj (68%)
 copy plugins/imageSGI/win-vs2008/imageSGI.vcproj => 
extra/pix_mano/win-vs2008/pix_mano.vcproj (75%)


hooks/post-receive
-- 
Gem

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to