[libgltf] branch upstream updated (7278bb8 -> b852507)

Rene Engelhard rene at moszumanska.debian.org
Tue Dec 13 18:55:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch upstream
in repository libgltf.

      from  7278bb8   Imported Upstream version 0.0.2
       new  b852507   New upstream version 0.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                 |    5 +-
 ChangeLog                               | 1483 +++++++--
 LICENSE                                 |   42 -
 Makefile.in                             |   51 +-
 README                                  |    9 +-
 aclocal.m4                              |  382 ++-
 build/Makefile.in                       |   27 +-
 build/win32/Makefile.in                 |   27 +-
 build/win32/libgltf.vcxproj             |    7 +-
 build/win32/libgltf.vcxproj.filters     |    9 -
 compile                                 |  347 ++
 config.guess                            |  355 +-
 config.h.in                             |    3 +-
 config.sub                              |   55 +-
 configure                               | 3484 +++++++++++--------
 configure.ac                            |   49 +-
 depcomp                                 |    2 +-
 inc/Makefile.in                         |   27 +-
 inc/libgltf.h                           |   58 +-
 inc/types.h                             |    1 +
 install-sh                              |  366 +-
 libgltf.pc.in                           |    2 +-
 ltmain.sh                               | 5528 ++++++++++++++++++++-----------
 m4/libtool.m4                           | 2566 ++++++++------
 m4/ltoptions.m4                         |  127 +-
 m4/ltsugar.m4                           |    7 +-
 m4/ltversion.m4                         |   12 +-
 m4/lt~obsolete.m4                       |    7 +-
 missing                                 |    6 +-
 qa/Makefile.in                          |   27 +-
 qa/data/Makefile.in                     |   27 +-
 qa/data/duck_model/Makefile.in          |   27 +-
 qa/data/duck_model/buffers/Makefile.in  |   27 +-
 qa/data/duck_model/shaders/Makefile.in  |   27 +-
 qa/data/duck_model/textures/Makefile.in |   27 +-
 qa/helper/Makefile.in                   |   27 +-
 qa/helper/OpenGLContext.cpp             |   18 +-
 qa/helper/OpenGLContext.h               |    2 +-
 qa/helper/PNGHelper.cpp                 |   95 +-
 qa/helper/PNGHelper.h                   |    2 -
 qa/test/APITest.cpp                     |  355 +-
 qa/test/APITest.h                       |    6 +-
 qa/test/Makefile.am                     |    4 +-
 qa/test/Makefile.in                     |   35 +-
 src/Camera.cpp                          |  182 +-
 src/Camera.h                            |   31 +-
 src/Common.cpp                          |  380 +--
 src/Common.h                            |  191 +-
 src/FPSCounter.cpp                      |   47 +-
 src/FPSCounter.h                        |   21 -
 src/Font.cpp                            |   63 +-
 src/Font.h                              |    3 +-
 src/LoadScene.cpp                       |  118 +-
 src/LoadScene.h                         |    9 +-
 src/Makefile.am                         |    7 +-
 src/Makefile.in                         |   41 +-
 src/RenderScene.cpp                     |  935 +++---
 src/RenderScene.h                       |  115 +-
 src/Shaders.cpp                         |   87 +-
 src/Shaders.h                           |   26 +-
 src/Texture.cpp                         |    6 +-
 src/Texture.h                           |    4 +-
 src/Timer.h                             |  105 -
 src/libgltf.cpp                         |  261 +-
 src/trackball.cpp                       |  290 --
 src/trackball.h                         |   76 -
 test-driver                             |   35 +-
 67 files changed, 11128 insertions(+), 7655 deletions(-)
 create mode 100755 compile
 delete mode 100644 src/Timer.h
 delete mode 100644 src/trackball.cpp
 delete mode 100644 src/trackball.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libgltf.git



More information about the Pkg-openoffice-commits mailing list