[ocl-icd] branch master updated (343e5c2 -> f32a48d)

Vincent Danjean vdanjean at debian.org
Wed Nov 29 09:16:51 UTC 2017


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

vdanjean pushed a change to branch master
in repository ocl-icd.

      from  343e5c2   Enable bindnow linker flags as suggested by lintian
       new  20dd9b6   New upstream version 2.2.10
       new  93f0e5c   Merge tag 'upstream/2.2.10' into sid
       new  70a8008   Update changelog for new version
       new  5f8c63f   change ocl-icd-dev to be Multi-Arch: same
       new  b0c04fd   migrate to automatic dbgsym packages
       new  dbecca0   New upstream version 2.2.11
       new  b3210a3   Merge tag 'upstream/2.2.11' into sid
       new  643c6aa   New upstream release
       new  aba0aad   New upstream version 2.2.12
       new  bf7a1a1   Update upstream source from tag 'upstream/2.2.12'
       new  0072d40   New upstream release
       new  5c5b810   Update packaging with the new release
       new  f32a48d   Remove useless dependency in DH compat 10

The 13 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                                    |   4 -
 INSTALL                                       |   5 +
 Makefile.am                                   |   3 +-
 Makefile.in                                   |  16 +-
 NEWS                                          |  46 ++++-
 aclocal.m4                                    |  46 ++---
 configure                                     |  78 +++++++--
 configure.ac                                  |  35 +++-
 debian/changelog                              |  36 ++++
 debian/compat                                 |   2 +-
 debian/control                                |  24 +--
 debian/ocl-icd-libopencl1.symbols             |   2 +
 debian/rules                                  |   2 +-
 debian/watch                                  |   2 +-
 doc/Makefile.am                               |  18 +-
 doc/Makefile.in                               |  22 ++-
 doc/{libOpenCL.7.txt => libOpenCL.7.txt.in}   |  38 +++--
 khronos-headers/CL/cl.h                       |  27 ++-
 khronos-headers/CL/cl_d3d10.h                 |   7 +-
 khronos-headers/CL/cl_d3d11.h                 |   7 +-
 khronos-headers/CL/cl_dx9_media_sharing.h     |   9 +-
 khronos-headers/CL/cl_egl.h                   |   9 +-
 khronos-headers/CL/cl_ext.h                   | 235 +++++++++++++++++++++++++-
 khronos-headers/CL/cl_gl.h                    |   7 +-
 khronos-headers/CL/cl_gl_ext.h                |   7 +-
 khronos-headers/CL/cl_platform.h              | 164 ++++++++++++++++--
 khronos-headers/CL/opencl.h                   |   7 +-
 khronos-headers/OpenCL/cl.h                   |  27 ++-
 khronos-headers/OpenCL/cl_d3d10.h             |   7 +-
 khronos-headers/OpenCL/cl_d3d11.h             |   7 +-
 khronos-headers/OpenCL/cl_dx9_media_sharing.h |   9 +-
 khronos-headers/OpenCL/cl_egl.h               |   9 +-
 khronos-headers/OpenCL/cl_ext.h               | 235 +++++++++++++++++++++++++-
 khronos-headers/OpenCL/cl_gl.h                |   7 +-
 khronos-headers/OpenCL/cl_gl_ext.h            |   7 +-
 khronos-headers/OpenCL/cl_platform.h          | 164 ++++++++++++++++--
 khronos-headers/OpenCL/opencl.h               |   7 +-
 ocl_icd_debug.h                               |   6 +-
 ocl_icd_loader.c                              | 101 +++++++++--
 ocl_interface.yaml                            |  11 ++
 tests/Makefile.in                             |   5 +-
 tests/package.m4                              |   6 +-
 tests/testsuite                               |  22 +--
 43 files changed, 1279 insertions(+), 209 deletions(-)
 delete mode 100644 .gitignore
 rename doc/{libOpenCL.7.txt => libOpenCL.7.txt.in} (68%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ocl-icd.git



More information about the Pkg-opencl-commits mailing list