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  071baa24ca50f32a41038d2e3188f16535bff10b (commit)
       via  513e43f6404c53712e3685758fd4a9631625bba0 (commit)
       via  69519ea2c27c8f124f885d4522406a343669f8cb (commit)
       via  5f03c53f788fad82aec5eb1397655cce27239fd7 (commit)
       via  10e1a288ff6f87a6c73813a63b51d5b7ee121343 (commit)
       via  9250fb8b40b653b4c17e6131d94cfef1df83ceb3 (commit)
       via  7b18685d92d34b441e33f8da27bc649cfa1ed27d (commit)
       via  289cd0b7896ac167f0fdd07d4fe269f56f9c030b (commit)
       via  bf94747caef47b43fb62568a7997c855579f459a (commit)
       via  08724385b8aa36a5c5b042061a5c784bf29ce456 (commit)
       via  3a8f4c55e5c01081c1b950f64fbf44fc8c0fb5ce (commit)
       via  25c9d18fdfe6fd905989aba799e5ee5cbd758ee4 (commit)
      from  182ee0e2437819f081ee8c37d4dfa4a4b48dff14 (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 071baa24ca50f32a41038d2e3188f16535bff10b
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 18:56:25 2012 +0100

    link against Assimp32.lib

commit 513e43f6404c53712e3685758fd4a9631625bba0
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 18:55:48 2012 +0100

    globally define GLEW_BUILD for proper export of glew functions
    
    GLEW_BUILD ought to be defined while building the Gem-core library

commit 69519ea2c27c8f124f885d4522406a343669f8cb
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 18:40:17 2012 +0100

    export GLEW symbols
    
    so plugins can use them...

commit 5f03c53f788fad82aec5eb1397655cce27239fd7
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:58:29 2012 +0100

    include modelOBJ and modelASSIMP

commit 10e1a288ff6f87a6c73813a63b51d5b7ee121343
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:58:01 2012 +0100

    vcprojs moved into subfolders
    
    therefore the path specifications missed a "\.."
    also use absolute Paths with $(SolutionDir)
    
    LATER: find a way how to set a macro to e.g.
    > GemLibs=${SolutionDir}\..\..\..\GemLibs
    and use that...

commit 9250fb8b40b653b4c17e6131d94cfef1df83ceb3
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:55:42 2012 +0100

    filmDS: made it compile with MSVC-2003

commit 7b18685d92d34b441e33f8da27bc649cfa1ed27d
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:40:57 2012 +0100

    converted static class GemSettings into namespace gem::Settings.cpp
    
    no use to have a class with only static methods, when we can also have 
namespaces...

commit 289cd0b7896ac167f0fdd07d4fe269f56f9c030b
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:29:08 2012 +0100

    adjusted to new file-layout

commit bf94747caef47b43fb62568a7997c855579f459a
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:28:34 2012 +0100

    filmDS: handle m_auto ourselves
    
    there's no more filmBase that does this for us...

commit 08724385b8aa36a5c5b042061a5c784bf29ce456
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:27:35 2012 +0100

    include "Gem/RTE.h" rather than "m_pd.h"
    
    m_pd.h should never be referenced directly...

commit 3a8f4c55e5c01081c1b950f64fbf44fc8c0fb5ce
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:26:14 2012 +0100

    there's no snprintf() on MSVC
    
    it's called _snprintf() instead...

commit 25c9d18fdfe6fd905989aba799e5ee5cbd758ee4
Author: IOhannes m zmölnig (w32) <zmoel...@umlaeute.mur.at>
Date:   Sat Jan 14 12:25:17 2012 +0100

    put declaration of t_id "IMMEDIATE" into separate line
    
    to keep MSVC2003 happy

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

Summary of changes:
 build/win-vs2003/Gem.sln                           |  554 ++++++++++----------
 build/win-vs2003/Gem.vcproj                        |   50 ++-
 .../pix_artoolkit/win-vs2003/pix_artoolkit.vcproj  |  324 ++++++------
 .../win-vs2003/pix_fiducialtrack.vcproj            |  374 +++++++-------
 plugins/filmDS/filmDS.cpp                          |   20 +
 plugins/filmDS/filmDS.h                            |    2 +
 plugins/imageJPEG/win-vs2003/imageJPEG.vcproj      |  294 ++++++------
 plugins/imageTIFF/win-vs2003/imageTIFF.vcproj      |  294 ++++++------
 plugins/modelASSIMP/win-vs2003/modelASSIMP.vcproj  |  294 ++++++------
 src/Base/GemWindow.cpp                             |    4 +-
 src/Base/TextBase.cpp                              |    4 +-
 src/Gem/GemGL.h                                    |    2 +-
 src/Gem/Manager.cpp                                |   26 +-
 src/Gem/Settings.cpp                               |   24 +-
 src/Gem/Settings.h                                 |   31 +-
 src/Gem/Setup.cpp                                  |    8 +-
 src/Gem/WorkerThread.h                             |    3 +-
 src/Geos/multimodel.cpp                            |    4 +
 src/Pixes/pix_texture.cpp                          |   12 +-
 src/Utils/plist.h                                  |    2 +-
 src/plugins/PluginFactory.cpp                      |   10 +-
 21 files changed, 1200 insertions(+), 1136 deletions(-)


hooks/post-receive
-- 
Gem

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to