[glfw3] branch master updated (70ea279 -> 21da370)
    James Cowgill 
    jcowgill-guest at moszumanska.debian.org
       
    Mon Oct 12 20:43:17 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
jcowgill-guest pushed a change to branch master
in repository glfw3.
      from  70ea279   Upload to unstable
       new  a4e3f34   Imported Upstream version 3.1.2
       new  4421577   Merge tag 'upstream/3.1.2'
       new  21da370   Upload to unstable
The 3 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:
 .gitignore                                         |  11 +-
 .../{AppleInfo.plist => MacOSXBundleInfo.plist.in} |  22 +-
 CMake/modules/FindEGL.cmake                        |   2 +-
 CMake/modules/FindGLESv1.cmake                     |   2 +-
 CMake/modules/FindGLESv2.cmake                     |   2 +-
 CMakeLists.txt                                     | 117 ++--
 README.md                                          |  94 +++-
 debian/changelog                                   |   6 +
 deps/linmath.h                                     | 571 ++++++++++++++++++++
 deps/tinycthread.c                                 |   7 +-
 docs/build.dox                                     |   9 +-
 docs/compat.dox                                    |  10 +
 docs/compile.dox                                   |  55 +-
 docs/context.dox                                   |   9 +-
 docs/input.dox                                     |  25 +-
 docs/intro.dox                                     |   9 +-
 docs/moving.dox                                    |   2 +-
 docs/quick.dox                                     |   5 +-
 docs/window.dox                                    |  67 ++-
 examples/CMakeLists.txt                            |  65 +--
 examples/boing.c                                   |  60 +--
 examples/gears.c                                   |  30 +-
 examples/particles.c                               |  25 +-
 examples/splitview.c                               | 101 +++-
 examples/wave.c                                    |  18 +-
 include/GLFW/glfw3.h                               |  74 ++-
 src/cocoa_init.m                                   |   4 +-
 src/cocoa_monitor.m                                |  68 +--
 src/cocoa_platform.h                               |  16 +-
 src/cocoa_window.m                                 | 151 ++++--
 src/context.c                                      |  45 +-
 src/egl_context.c                                  | 304 ++++++++---
 src/egl_context.h                                  |  85 ++-
 src/glfw_config.h.in                               |  14 +-
 src/glx_context.c                                  | 197 ++++---
 src/glx_context.h                                  |  83 +--
 src/init.c                                         |  13 +-
 src/input.c                                        |   4 +-
 src/internal.h                                     |  63 +--
 src/iokit_joystick.h                               |  21 +-
 src/iokit_joystick.m                               | 479 ++++++++---------
 src/linux_joystick.h                               |   6 +-
 src/mir_init.c                                     |  14 +-
 src/mir_monitor.c                                  |  40 +-
 src/mir_platform.h                                 |  20 +-
 src/mir_window.c                                   | 356 ++++++++-----
 src/monitor.c                                      |   4 +
 src/nsgl_context.h                                 |   6 +-
 src/nsgl_context.m                                 |  14 +-
 src/posix_time.h                                   |   6 +-
 src/posix_tls.c                                    |   6 +-
 src/posix_tls.h                                    |  12 +-
 src/wgl_context.c                                  | 256 ++++-----
 src/wgl_context.h                                  |  28 +-
 src/win32_init.c                                   |  24 +-
 src/win32_monitor.c                                |  81 +--
 src/win32_platform.h                               |  23 +-
 src/win32_tls.c                                    |   6 +-
 src/win32_tls.h                                    |  12 +-
 src/win32_window.c                                 | 181 ++++---
 src/window.c                                       | 195 +++----
 src/winmm_joystick.h                               |   6 +-
 src/wl_init.c                                      |  15 +-
 src/wl_platform.h                                  |  17 +-
 src/wl_window.c                                    |  81 +--
 src/x11_init.c                                     |  94 ++--
 src/x11_monitor.c                                  |  49 +-
 src/x11_platform.h                                 |  39 +-
 src/x11_window.c                                   | 591 ++++++++++++---------
 src/xkb_unicode.h                                  |   6 +-
 tests/CMakeLists.txt                               |  20 +-
 tests/accuracy.c                                   | 128 -----
 tests/clipboard.c                                  |  10 +-
 tests/cursor.c                                     | 367 +++++++------
 tests/cursoranim.c                                 | 135 -----
 tests/defaults.c                                   | 131 -----
 tests/glfwinfo.c                                   | 454 ++++++++++++----
 tests/iconify.c                                    |   3 +
 tests/monitors.c                                   |   6 +-
 tests/{fsaa.c => msaa.c}                           |  14 +-
 tests/peter.c                                      | 151 ------
 tests/reopen.c                                     |  15 +-
 tests/tearing.c                                    |  94 +++-
 tests/windows.c                                    |  48 +-
 84 files changed, 3808 insertions(+), 2901 deletions(-)
 rename CMake/{AppleInfo.plist => MacOSXBundleInfo.plist.in} (62%)
 create mode 100644 deps/linmath.h
 delete mode 100644 tests/accuracy.c
 delete mode 100644 tests/cursoranim.c
 delete mode 100644 tests/defaults.c
 rename tests/{fsaa.c => msaa.c} (91%)
 delete mode 100644 tests/peter.c
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git
    
    
More information about the Pkg-games-commits
mailing list