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 - Graphics environment for multimedia".

The branch, master has been updated
       via  1ab32e47ec2362fc6257c574abb31c539d5204ac (commit)
       via  ecbd36f365b1686d6d178f0bf02b321aea4179ca (commit)
       via  b285d78c523824333fc3ad5f1ab54c1ffd7fe4cb (commit)
       via  39b7ea755766e4c5495b7af8df7cb4a906793ae9 (commit)
       via  99008a3a936a80b6c51285c3ad2b3d66d33e9e3b (commit)
       via  8605ffe39e800e38c598ba8917d2d3699962eec4 (commit)
       via  3dc0b18819f5f5660d375620f88d19d92930919e (commit)
       via  a104f5ccbd921c1f5dad5a8fcdfd59476bfbd7d0 (commit)
       via  6535f4658020f1a004590881fe2a78ee107f27f5 (commit)
       via  d67726aeaf2e0cf59a507c7c6396c9d75e45ea13 (commit)
       via  e49c2994ee614ffe09351ad64ab826c154db6482 (commit)
       via  edb783fb258da5508c59042834485441dc6131da (commit)
       via  03883ba01fe319680d8b65b19f7e01259e29532d (commit)
      from  01b1861db023a225d01a4d5a519cf54f09f631f5 (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 1ab32e47ec2362fc6257c574abb31c539d5204ac
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 15:14:31 2019 +0200

    fix bad memory access
    
    Closes: https://github.com/umlaeute/Gem/pull/235
    Thanks: Albert Gräf for finding this.

commit ecbd36f365b1686d6d178f0bf02b321aea4179ca
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 15:08:38 2019 +0200

    filmQT4L: when switching tracks, adjust m_numFrames

commit b285d78c523824333fc3ad5f1ab54c1ffd7fe4cb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 15:02:26 2019 +0200

    filmQT4L: fix issues with the consistent 0-based frame-counting
    
    Closes: https://github.com/umlaeute/Gem/issues/233

commit 39b7ea755766e4c5495b7af8df7cb4a906793ae9
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 14:36:09 2019 +0200

    fixed typo
    
    Closes: https://github.com/umlaeute/Gem/issues/236

commit 99008a3a936a80b6c51285c3ad2b3d66d33e9e3b
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 14:22:32 2019 +0200

    unset GEM_LIB_FTGL_LIBS if we don't 'have_ftgl'
    
    Closes: https://github.com/umlaeute/Gem/issues/236

commit 8605ffe39e800e38c598ba8917d2d3699962eec4
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 14:13:50 2019 +0200

    fixed deprecation warning: the math-utils live in Utils/GemMath.h

commit 3dc0b18819f5f5660d375620f88d19d92930919e
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 14:13:24 2019 +0200

    use '#include <>' instead of '#include ""' for standard-library includes

commit a104f5ccbd921c1f5dad5a8fcdfd59476bfbd7d0
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 14:12:59 2019 +0200

    use '#include <>' instead of '#include ""' for GLUT & GLFW headers

commit 6535f4658020f1a004590881fe2a78ee107f27f5
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 14:06:27 2019 +0200

    use '#include <>' instead of '#include ""' for FTGL-headers

commit d67726aeaf2e0cf59a507c7c6396c9d75e45ea13
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 14:06:14 2019 +0200

    use '#include <>' instead of '#include ""' for Pd-headers

commit e49c2994ee614ffe09351ad64ab826c154db6482
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 13:47:43 2019 +0200

    only define FTGL if either HAVE_FTGL_FTGL_H or HAVE_FTFONT_H is defined.
    
    Closes: https://github.com/umlaeute/Gem/issues/236

commit edb783fb258da5508c59042834485441dc6131da
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 13:47:01 2019 +0200

    only include "FTFont.h" if "HAVE_FTFONT_H" is defined

commit 03883ba01fe319680d8b65b19f7e01259e29532d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Aug 19 13:46:17 2019 +0200

    unset HAVE_LIB_FTGL conditional if neither FTGL/ftgl.h nor FTFont.h can be 
found
    
    partially closes: https://github.com/umlaeute/Gem/issues/236

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

Summary of changes:
 m4/iem_ftgl.m4                    |  8 +++++++-
 plugins/filmQT4L/filmQT4L.cpp     | 17 ++++++++++-------
 plugins/modelOBJ/model_loader.cpp |  2 +-
 plugins/recordQT/recordQT.cpp     |  2 +-
 src/Base/TextBase.h               |  6 +++---
 src/Gem/Event.cpp                 |  2 +-
 src/Gem/Exception.cpp             |  2 +-
 src/Gem/GemConfig.h               |  4 ++++
 src/Gem/Image.cpp                 |  2 +-
 src/Gem/PixConvertSSE2.cpp        |  2 +-
 src/Gem/RTE.h                     |  2 +-
 src/Gem/Setup.cpp                 |  4 ++--
 src/Gem/VertexBuffer.cpp          |  2 +-
 src/Geos/text2d.cpp               |  4 ++--
 src/Geos/text3d.cpp               |  2 +-
 src/Geos/textextruded.cpp         |  2 +-
 src/Geos/textoutline.cpp          |  2 +-
 src/Output/gemglfw2window.cpp     |  2 +-
 src/Output/gemglfw3window.cpp     |  2 +-
 src/Output/gemglutwindow.cpp      |  6 +++---
 src/RTE/RTE.cpp                   |  8 +++++---
 src/Utils/GemString.cpp           |  2 +-
 src/deprecated/Base/GemMath.h     |  4 ++--
 src/plugins/PluginFactory.cpp     |  2 +-
 24 files changed, 53 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
Gem - Graphics environment for multimedia


_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to