oclgrind (21.10-4) unstable; urgency=medium

  * Fix building with -Werror=implicit-function-declaration.

 -- Andreas Beckmann <anbe@debian.org>  Fri, 22 Mar 2024 16:26:14 +0100

oclgrind (21.10-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1063225

 -- Benjamin Drung <bdrung@debian.org>  Thu, 29 Feb 2024 01:42:15 +0000

oclgrind (21.10-3) unstable; urgency=medium

  * Switch to LLVM/Clang 14.  (Closes: #1017654)
  * Bump Standards-Version to 4.6.2. No changes needed.

 -- Andreas Beckmann <anbe@debian.org>  Wed, 04 Jan 2023 14:16:19 +0100

oclgrind (21.10-2) unstable; urgency=medium

  * Add salsa-ci.yml.
  * Switch from obsolete CL_EXT_* to CL_API_* macros.  (Closes: #1022306)

 -- Andreas Beckmann <anbe@debian.org>  Sun, 23 Oct 2022 23:18:45 +0200

oclgrind (21.10-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Switch to LLVM/Clang 13 (Closes: #974793)
  * Bump Standards-Version to 4.6.0. No changes needed.

 -- James Price <jamesprice.dev@gmail.com>  Sat, 23 Oct 2021 13:08:28 +0000

oclgrind (19.10-4) unstable; urgency=medium

  * Add dependency on libclang-common-9-dev.  (Closes: #971572)

 -- Andreas Beckmann <anbe@debian.org>  Wed, 16 Jun 2021 16:20:02 +0200

oclgrind (19.10-3) unstable; urgency=medium

  * Fix liboclgrind.so symlink.

 -- Andreas Beckmann <anbe@debian.org>  Fri, 19 Mar 2021 12:16:58 +0100

oclgrind (19.10-2) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Build with llvm-9 (Closes: #968496)

  [ Andreas Beckmann ]
  * Switch to debhelper-compat (= 13).
  * Bump Standards-Version to 4.5.0. No changes needed.

 -- Andreas Beckmann <anbe@debian.org>  Sun, 16 Aug 2020 15:29:42 +0200

oclgrind (19.10-1) unstable; urgency=medium

  [ James Price ]
  * New upstream release
  * Refresh patches, drop those applied upstream
  * Bump Standards-Version to 4.4.1. No changes needed.
  * Switch to LLVM/Clang 8
  * Use Python 3 (Closes: #943197)

  [ Andreas Beckmann ]
  * Set Rules-Requires-Root: no.

 -- James Price <jamesprice.dev@gmail.com>  Mon, 25 Nov 2019 01:04:06 +0000

oclgrind (18.3-3) unstable; urgency=medium

  * Link against libatomic if needed.
  * Ship liboclgrind-rt-icd.so.
  * Bump Standards-Version to 4.4.0. No changes needed.

 -- Andreas Beckmann <anbe@debian.org>  Wed, 31 Jul 2019 19:42:30 +0200

oclgrind (18.3-2) unstable; urgency=medium

  * Switch to LLVM/Clang 7.  (Closes: #912796)
  * Cherry-pick upstream patch for linking with Clang 7.
  * Drop versioned constraints that are satisfied in jessie.
  * Switch to debhelper-compat (= 12).
  * Bump Standards-Version to 4.3.0. No changes needed.
  * Add myself to Uploaders.

 -- Andreas Beckmann <anbe@debian.org>  Sun, 03 Feb 2019 14:27:59 +0100

oclgrind (18.3-1) unstable; urgency=low

  [ James Price ]
  * New upstream release
  * Refresh patches, drop those applied upstream
  * Update to LLVM/Clang 6.0 (Closes: #873422)
  * Bump Standards-Version to 4.1.3
  * Add debian/upstream/metadata file

  [ Andreas Beckmann ]
  * Switch Vcs-* URLs to salsa.debian.org.
  * Install NEWS as upstream changelog.

 -- James Price <j.price@bristol.ac.uk>  Sun, 11 Mar 2018 09:31:39 +0000

oclgrind (16.10-3) unstable; urgency=low

  * Fix signed char issue causing several test failures

 -- James Price <j.price@bristol.ac.uk>  Fri, 20 Jan 2017 10:41:03 +0000

oclgrind (16.10-2) unstable; urgency=low

  * Fix armhf test failures (Closes: #851828)
  * Fix test failures on big-endian systems

 -- James Price <j.price@bristol.ac.uk>  Thu, 19 Jan 2017 13:05:47 +0000

oclgrind (16.10-1) unstable; urgency=low

  * New upstream release
  * Refresh patches, drop those applied upstream
  * Update to LLVM/Clang 3.9

 -- James Price <j.price@bristol.ac.uk>  Fri, 13 Jan 2017 02:34:56 +0100

oclgrind (15.5-6) unstable; urgency=low

  * Fix clc.h timestamp breaking PCH

 -- James Price <j.price@bristol.ac.uk>  Thu, 06 Oct 2016 23:14:10 +0100

oclgrind (15.5-5) unstable; urgency=low

  * Add support for LLVM 3.8 (Closes: #836610)
  * Build-depends on opencl-c-headers instead of opencl-headers

 -- James Price <j.price@bristol.ac.uk>  Sat, 01 Oct 2016 13:05:46 +0100

oclgrind (15.5-4) unstable; urgency=low

  * Fix isnan/isinf usasge for libc 2.23 (Closes: #818823)
  * Make constant data handling endian agnostic
  * Bump Standards-Version to 3.9.8
  * Use https:// for Vcs-Git field
  * Enable all hardening options

 -- James Price <j.price@bristol.ac.uk>  Mon, 02 May 2016 14:23:23 +0100

oclgrind (15.5-3) unstable; urgency=low

  * Use opencl-headers instead of local copy of CL/*.h
  * Use -std=gnu++11 to fix AltiVec issues (Closes: #806965)

 -- James Price <j.price@bristol.ac.uk>  Wed, 16 Dec 2015 00:35:15 +0000

oclgrind (15.5-2) unstable; urgency=low

  * Fix a couple of compiler warnings.
  * Add Python to build dependencies to enable test suite.
  * Patch cl.h to fix build with -maltivec.  (Closes: #806965)

 -- James Price <j.price@bristol.ac.uk>  Mon, 07 Dec 2015 23:56:09 +0100

oclgrind (15.5-1) unstable; urgency=low

  * Initial release (Closes: #794787)

 -- James Price <j.price@bristol.ac.uk>  Sat, 12 Sep 2015 18:21:54 +0100