[clinfo] branch master updated (9c1b524 -> 5433ebf)

Andreas Beckmann anbe at moszumanska.debian.org
Sat Jan 13 14:39:58 UTC 2018


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

anbe pushed a change to branch master
in repository clinfo.

      from  9c1b524   finalize changelog for clinfo (2.1.16.01.12-1)
       new  b25c411   Cleanly compile with pedantic
       new  271b884   Don't get preferred wg size multiple if compiler is not available
       new  64015ce   Minor whitespace
       new  6a2cac7   Support cl_intel_required_subgroup_size
       new  867b366   Support cl_arm_shared_virtual_memory
       new  dbaa7ec   Work-group kernel: don't clobber strbuf
       new  1210cbe   Rewrite build system
       new  5def8d3   Unbreak Darwin build
       new  4728656   Fix erroneous use of long rather than size_t for CL_DEVICE_PROFILING_TIMER_RESOLUTION--breaks on 32-bit host
       new  d1c9a8f   Support cl_intel_device_side_avc_motion_estimation
       new  2bd2c79   Support cl_intel_planar_yuv
       new  bc67d20   Add travis control file
       new  33515c7   The dynamic linker is needed everywhere
       new  554b93d   Realloc bufsz only if no error
       new  b56ccac   GET_STRING2 macro to get strings
       new  5a12b58   Memory suffix tuning
       new  241c0c1   Global memory cache size is a memory size
       new  8eb0d88   CL_DEVICE_PRINTF_BUFFER_SIZE is a size_t
       new  946961f   Waive copyrights via CC0
       new  2d3b240   Version 2.1.17.02.09
       new  89578e4   Also check default devices in clCreateContextFromType
       new  969cf92   Make UNUSED macro function-style
       new  3982ef3   Use PRIuS to print size_t
       new  73d85a9   Avoid possible narrowing warnings
       new  86e20df   Update Windows support
       new  ec871f7   Add NMAKE makefile
       new  0c70849   Add "size" to "cache line" info
       new  cf6538a   OpenCL 2.2 support
       new  7bc9c12   Version 2.2.17.06.14
       new  7769931   Defines for cl_khr_subgroup_named_barrier
       new  f6a827a   Add tentative missing defines for cl_khr_terminate_context
       new  5cdd960   Actually add support for cl_khr_subgroup_named_barrier property
       new  3b0c50c   Declare support for OpenCL 2.x experimental
       new  e07be86   Preliminary support for cl_khr_terminate_context
       new  10948e3   Check for extra bits in some bitfields
       new  d0620be   Provide a `make install` target
       new  481dcd3   Switch to annotated tags
       new  c1b331d   Version 2.2.17.08.25
       new  f98c9ed   fix manpage target
       new  c1a9d4e   Fix CL_DEVICE_IMAGE_PITCH_ALIGNMENT unit to pixels.
       new  2749190   Correctly-rounded div and sqrt is only a flag for fp32
       new  9b9645f   Warnings as errors
       new  d48f6c6   Fix new-version.sh script after f98c9ede8
       new  2eb26fc   Version 2.2.17.10.25
       new  9a4c241   Merge tag 'upstream/2.2.17.10.25'
       new  f59967a   new upstream release 2.2.17.10.25
       new  3dec5b9   Standards-Version: 4.1.3
       new  6b2f6e9   upstream license is now CC0
       new  39eb1b2   switch to debhelper compat level 11
       new  86c4b3d   add Conflicts/Replaces: fglrx-updates-core for Ubuntu
       new  a5227b6   Rules-Requires-Root: no
       new  bdd83d3   fix a typo
       new  24709c1   add watch file
       new  7a8bdb6   enable more hardening
       new  5433ebf   finalize changelog for clinfo (2.2.17.10.25-1)

The 55 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:
 .travis.yml                |  18 +++
 GNUmakefile                |   7 +
 LICENSE                    |   9 +-
 Makefile                   |  79 +++++++---
 Makefile.win               |  36 +++++
 debian/changelog           |  13 ++
 debian/clinfo.manpages     |   2 +-
 debian/compat              |   2 +-
 debian/control             |   7 +-
 debian/copyright           | 133 +++++++++++++++-
 debian/patches/series      |   1 +
 debian/patches/typos.patch |  14 ++
 debian/rules               |   4 +
 debian/watch               |   4 +
 legalcode.txt              | 121 +++++++++++++++
 make.cmd                   |   1 +
 {man => man1}/clinfo.1     |  28 +++-
 new-version.sh             |  11 +-
 src/clinfo.c               | 367 +++++++++++++++++++++++++++++++--------------
 src/ext.h                  |  24 +++
 src/fmtmacros.h            |  13 +-
 src/ms_support.h           |  12 +-
 src/strbuf.h               |  15 +-
 23 files changed, 763 insertions(+), 158 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 GNUmakefile
 create mode 100644 Makefile.win
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/typos.patch
 create mode 100644 debian/watch
 create mode 100644 legalcode.txt
 create mode 100644 make.cmd
 rename {man => man1}/clinfo.1 (86%)

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



More information about the Pkg-opencl-commits mailing list