[libgltf] 01/06: Merge tag 'upstream/0.1.0' into experimental

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


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

rene pushed a commit to branch experimental
in repository libgltf.

commit eed9c30efd5a964d668c37705ded382ea2e8ead7
Merge: 48a5d0a b852507
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Dec 13 19:46:48 2016 +0100

    Merge tag 'upstream/0.1.0' into experimental
    
    Upstream version 0.1.0

 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(-)

-- 
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