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  b9d9838e78a3d7b8a1751ccb304ffb2383b03925 (commit)
       via  4449a36ce1fbfac73570bdcc52c0472035077b72 (commit)
       via  2ffded2a56be047e8079797be37c7b46756867a3 (commit)
       via  e927fa3a3a1f4692472f824c2a7ba17361dced8c (commit)
       via  3b0718a63da670c13250bd6a5d1a858e504144a3 (commit)
       via  ae4374ffffd463c1dcc1bdc54145ba2802ed4b39 (commit)
       via  980c6ea8c74ede9e1a417f2c377599a48690a382 (commit)
       via  f977b64ab78cff056c185fbfd4483872108e2275 (commit)
       via  add24bfc306331be87f138b2246517c3d4b7f641 (commit)
       via  6afc987ce9fa2c4fd61330308dcc69eaf3ef6993 (commit)
       via  8202160d214049485c5aa529c6e2b12b0e552ea7 (commit)
       via  335130739250077f7e2139f31f0b42d2ee7e4c2b (commit)
       via  285f3cec407be5cb62e6b6917c1ada143d86a435 (commit)
       via  3e51bead713f4aca386d0fa373de2d6a6d8d7b7e (commit)
      from  ddca8873b32ac7264237ba321117047c3e724f31 (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 b9d9838e78a3d7b8a1751ccb304ffb2383b03925
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sun Nov 13 17:05:51 2011 +0100

    #warning is only available on GnuC

commit 4449a36ce1fbfac73570bdcc52c0472035077b72
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sun Nov 13 16:03:41 2011 +0100

    fixing CRLF in batch file
    
    the checkout on W32 keeps being "modified";
    hopefully a checkin will fix this

commit 2ffded2a56be047e8079797be37c7b46756867a3
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sun Nov 13 16:01:57 2011 +0100

    remove nonexistant files from project
    
    imageloaderBase and imagesaverBase are no longer available

commit e927fa3a3a1f4692472f824c2a7ba17361dced8c
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sun Nov 13 15:27:07 2011 +0100

    use "(void)" rather than "()"
    
    in function prototypes/definitions

commit 3b0718a63da670c13250bd6a5d1a858e504144a3
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sun Nov 13 15:24:45 2011 +0100

    getting rid of trailing whitespace

commit ae4374ffffd463c1dcc1bdc54145ba2802ed4b39
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sun Nov 13 15:21:06 2011 +0100

    imageQT: getting rid of imageBase
    
    derive directly from imageloader & imagesaver
    (which is possible as both are purely abstract)

commit 980c6ea8c74ede9e1a417f2c377599a48690a382
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sat Nov 12 21:01:23 2011 +0100

    stripped trailing whitespace

commit f977b64ab78cff056c185fbfd4483872108e2275
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sat Nov 12 21:00:04 2011 +0100

    imageMAGICK: getting rid of imageBase
    
    derive directly from imageloader & imagesaver
    (which is possible as both are purely abstract)

commit add24bfc306331be87f138b2246517c3d4b7f641
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sat Nov 12 20:55:07 2011 +0100

    stripped trailing whitespace

commit 6afc987ce9fa2c4fd61330308dcc69eaf3ef6993
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Sat Nov 12 20:54:00 2011 +0100

    imageJPEG: getting rid of imageBase
    
    derive directly from imageloader & imagesaver
    (which is possible as both are purely abstract)

commit 8202160d214049485c5aa529c6e2b12b0e552ea7
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Fri Nov 11 21:37:17 2011 +0100

    pass some properties when reading a TIFF image
    
    at least those that we can write

commit 335130739250077f7e2139f31f0b42d2ee7e4c2b
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Fri Nov 11 21:23:52 2011 +0100

    remove trailing whitespace

commit 285f3cec407be5cb62e6b6917c1ada143d86a435
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Fri Nov 11 21:23:25 2011 +0100

    making some properties settable
    
    (namely x/y-resolution, resolution-unit, software, artist, hostcomputer)

commit 3e51bead713f4aca386d0fa373de2d6a6d8d7b7e
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Fri Nov 11 21:21:44 2011 +0100

    imageTIFF: getting rid of imageBase
    
    derive directly from imageloader & imagesaver
    (which is possible as both are purely abstract)

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

Summary of changes:
 build/win-vs2003/Gem.vcproj         | 7458 +++++++++++++++++------------------
 plugins/imageJPEG/imageJPEG.cpp     |   25 +-
 plugins/imageJPEG/imageJPEG.h       |   17 +-
 plugins/imageMAGICK/imageMAGICK.cpp |   25 +-
 plugins/imageMAGICK/imageMAGICK.h   |   20 +-
 plugins/imageQT/imageQT.cpp         |   86 +-
 plugins/imageQT/imageQT.h           |   18 +-
 plugins/imageSGI/imageSGI.cpp       |    4 +-
 plugins/imageTIFF/imageTIFF.cpp     |  108 +-
 plugins/imageTIFF/imageTIFF.h       |   20 +-
 plugins/videoDS/DSgrabber.h         |   12 +-
 src/plugins/record.cpp              |    8 +-
 tests/all/existence.bat             |    6 +-
 13 files changed, 3975 insertions(+), 3832 deletions(-)


hooks/post-receive
-- 
Gem

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to