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  8a718ceff972d5e42042b3fc0d5e45c9a30814cc (commit)
       via  43a3e601d5f56f442d07572b9c349ed9e274bd4f (commit)
       via  89504c157d0f1b97f480d8f22cbe459d5f0b60ec (commit)
       via  7291f48106221d87311c8c3397709610f87db56f (commit)
       via  4cd1a71d3d85f3ecf40cc53e87a05b34e17b2045 (commit)
       via  d4ee319e437cfed3bfcf25d06c84744d5300d895 (commit)
       via  bdcefea304b04c561d21fd95e566bfca12ba2968 (commit)
      from  b2674c4a36be48302d71e021d141d0efe5866ca2 (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 8a718ceff972d5e42042b3fc0d5e45c9a30814cc
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Jul 11 22:16:04 2012 +0200

    don't signal that we are running before 'isrunning' is set

commit 43a3e601d5f56f442d07572b9c349ed9e274bd4f
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Jul 11 22:15:40 2012 +0200

    wait for thread startup without select()
    
    this time in WorkerThread

commit 89504c157d0f1b97f480d8f22cbe459d5f0b60ec
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Jul 11 22:11:16 2012 +0200

    wait for thread startup without select()

commit 7291f48106221d87311c8c3397709610f87db56f
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Jul 11 21:33:26 2012 +0200

    remove trailing whitespaces
    
    the .git/hook/pre-commit.sample checks for trailing whitespace...
    simply enable it to get rid of those weird files all the time

commit 4cd1a71d3d85f3ecf40cc53e87a05b34e17b2045
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Jul 11 21:30:56 2012 +0200

    added documentation

commit d4ee319e437cfed3bfcf25d06c84744d5300d895
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Jul 11 21:30:34 2012 +0200

    wait for thread startup without select()

commit bdcefea304b04c561d21fd95e566bfca12ba2968
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Jul 11 21:24:20 2012 +0200

    wait for thread to start up using mutex/conditions
    
    rather than busy looping

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

Summary of changes:
 extra/pix_artoolkit/pix_artoolkit.h          |   24 ++++++------
 extra/pix_drum/pix_drum.h                    |   16 ++++----
 extra/pix_fiducialtrack/default_trees.h      |    6 +-
 extra/pix_fiducialtrack/pix_fiducialtrack.h  |   14 +++---
 extra/pix_fiducialtrack/segment.h            |    8 ++--
 extra/pix_mano/pix_mano.h                    |   16 ++++----
 plugins/filmAVIPLAY/filmAVIPLAY.h            |   12 +++---
 plugins/filmGMERLIN/filmGMERLIN.h            |    6 +-
 plugins/filmMPEG1/filmMPEG1.h                |    6 +-
 plugins/filmMPEG3/filmMPEG3.h                |    6 +-
 plugins/filmQT4L/filmQT4L.h                  |    6 +-
 plugins/filmTEST/filmTEST.h                  |    6 +-
 plugins/imageSGI/imageSGI.h                  |    8 ++--
 plugins/modelASSIMP2/modelASSIMP2.h          |    4 +-
 plugins/modelOBJ/modelOBJ.h                  |    4 +-
 plugins/recordQT/recordQT.h                  |   30 +++++++-------
 plugins/recordQT4L/recordQT4L.h              |   36 +++++++++---------
 plugins/recordV4L/recordV4L.h                |   34 ++++++++--------
 plugins/recordV4L2/recordV4L2.h              |   32 ++++++++--------
 plugins/videoAVT/videoAVT.h                  |   20 +++++-----
 plugins/videoDC1394/videoDC1394.h            |   14 +++---
 plugins/videoDS/DSgrabber.h                  |   52 +++++++++++++-------------
 plugins/videoDS/videoDS.h                    |   14 +++---
 plugins/videoDV4L/videoDV4L.h                |   16 ++++----
 plugins/videoDarwin/videoDarwin.h            |   32 ++++++++--------
 plugins/videoHALCON/videoHALCON.h            |    2 +-
 plugins/videoPYLON/CameraProperties.h        |    4 +-
 plugins/videoPYLON/StreamGrabberProperties.h |    4 +-
 plugins/videoPYLON/videoPYLON.h              |   22 +++++-----
 plugins/videoSGI/videoSGI.h                  |   16 ++++----
 plugins/videoTEST/videoTEST.h                |    2 +-
 plugins/videoUNICAP/videoUNICAP.h            |   20 +++++-----
 plugins/videoV4L/videoV4L.h                  |   20 +++++-----
 plugins/videoV4L2/videoV4L2.h                |   30 +++++++-------
 plugins/videoVFW/videoVFW.h                  |   12 +++---
 plugins/videoVLC/videoVLC.h                  |    2 +-
 src/Geos/curve3d.h                           |    2 +-
 src/Geos/gemvertexbuffer.h                   |   10 ++--
 src/Geos/surface3d.h                         |    2 +-
 src/Manips/shearYZ.h                         |    2 +-
 src/Particles/part_velcone.h                 |    2 +-
 src/Pixes/pix_buffer.h                       |    2 +-
 src/Pixes/pix_equal.h                        |   14 +++---
 src/Pixes/pix_film.cpp                       |   20 +++++++---
 src/Pixes/pix_film.h                         |    1 +
 src/Pixes/pix_multiblob.h                    |    2 +-
 src/Pixes/pix_noise.h                        |   14 +++---
 src/Pixes/pix_write.h                        |   10 ++--
 src/Utils/Thread.cpp                         |   23 ++++++++---
 src/Utils/ThreadSemaphore.h                  |    4 +-
 src/Utils/WorkerThread.cpp                   |   21 ++++++----
 src/plugins/film.h                           |   32 ++++++++--------
 src/plugins/modelloader.h                    |   26 ++++++------
 src/plugins/videoBase.cpp                    |   34 ++++++++++++++++-
 54 files changed, 415 insertions(+), 362 deletions(-)


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

Reply via email to