volk.git
3 years agoMerge version 2.5.1-2+rpi1 and 2.5.2-1 to produce 2.5.2-1+rpi1 archive/raspbian/2.5.2-1+rpi1 raspbian/2.5.2-1+rpi1
Raspbian automatic forward porter [Tue, 13 Sep 2022 03:28:13 +0000 (04:28 +0100)]
Merge version 2.5.1-2+rpi1 and 2.5.2-1 to produce 2.5.2-1+rpi1

3 years agoMerge volk (2.5.2-1) import into refs/heads/workingbranch
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
Merge volk (2.5.2-1) import into refs/heads/workingbranch

3 years agoupdate doxygen
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
update doxygen

Debian has recent version that complains of these settings.

Gbp-Pq: Name update-doxygen

3 years ago[PATCH] omit doxygen build paths
A. Maitland Bottoms [Mon, 5 Sep 2022 01:37:45 +0000 (21:37 -0400)]
[PATCH] omit doxygen build paths

Use reproducible-builds friendly configuration settings.

Signed-off-by: A. Maitland Bottoms <bottoms@debian.org>
Gbp-Pq: Name omit-doxygen-build-paths

3 years ago[PATCH] omit build path
A. Maitland Bottoms [Mon, 5 Sep 2022 01:20:13 +0000 (21:20 -0400)]
[PATCH] omit build path

Have CMake filter out build path from COMPILER_INFO
before using the string in constants.c

Signed-off-by: A. Maitland Bottoms <bottoms@debian.org>
Gbp-Pq: Name omit-build-paths

3 years agoremove external HTML resources
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
remove external HTML resources

Debian packages should not generate traffic to external web services.

Gbp-Pq: Name remove-external-HTML-resources

3 years agoskip cpu_freatures on kfreebsd
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
skip cpu_freatures on kfreebsd

 Avoid #error "Unsupported OS" on kFreeBSD

Gbp-Pq: Name skip-cpu_features-on-kfreebsd

3 years agooptional static apps
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
optional static apps

For Debian, build apps with static libs if ENABLE_STATIC_APPS.

Gbp-Pq: Name optional-static-apps

3 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

3 years agovolk (2.5.2-1) unstable; urgency=medium
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
volk (2.5.2-1) unstable; urgency=medium

  * New upstream release.
  * volk_8u_x4_conv_k7_r2_8u
    - Add NEON implementation `neonspiral` via `sse2neon.h`
  * Fixes
    - Fix out-of-bounds reads
    - Fix broken neon kernels
    - Fix float to int conversion
  * CMake
    - Suppress superfluous warning
    - Fix Python install path calculation and documentation

[dgit import unpatched volk 2.5.2-1]

3 years agoImport volk_2.5.2.orig.tar.xz
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
Import volk_2.5.2.orig.tar.xz

[dgit import orig volk_2.5.2.orig.tar.xz]

3 years agoImport volk_2.5.2-1.debian.tar.xz
A. Maitland Bottoms [Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)]
Import volk_2.5.2-1.debian.tar.xz

[dgit import tarball volk 2.5.2-1 volk_2.5.2-1.debian.tar.xz]

3 years agoMerge version 2.5.1-1+rpi1 and 2.5.1-2 to produce 2.5.1-2+rpi1 archive/raspbian/2.5.1-2+rpi1 raspbian/2.5.1-2+rpi1
Raspbian automatic forward porter [Mon, 18 Apr 2022 14:46:28 +0000 (15:46 +0100)]
Merge version 2.5.1-1+rpi1 and 2.5.1-2 to produce 2.5.1-2+rpi1

3 years agoMerge volk (2.5.1-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Tue, 12 Apr 2022 22:39:33 +0000 (23:39 +0100)]
Merge volk (2.5.1-2) import into refs/heads/workingbranch

3 years ago[PATCH] volkpython use posix prefix scheme
A. Maitland Bottoms [Tue, 12 Apr 2022 22:35:43 +0000 (18:35 -0400)]
[PATCH] volkpython use posix prefix scheme

Recently in Debian's pthon3.10 the default scheme for sysconfig
changed from 'posix_prefix' to 'posix_local'. VolkPython.cmake
expects the 'posix_prefix' behavior. So explicity use it.

Signed-off-by: A. Maitland Bottoms <bottoms@debian.org>
Gbp-Pq: Name volkpython-use-posix-prefix-scheme

3 years agoremove-external-HTML-resources
A. Maitland Bottoms [Tue, 12 Apr 2022 22:39:33 +0000 (23:39 +0100)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources

3 years agoskip cpu_freatures on kfreebsd
A. Maitland Bottoms [Tue, 12 Apr 2022 22:39:33 +0000 (23:39 +0100)]
skip cpu_freatures on kfreebsd

 Avoid #error "Unsupported OS" on kFreeBSD

Gbp-Pq: Name skip-cpu_features-on-kfreebsd

3 years agooptional static apps
A. Maitland Bottoms [Tue, 12 Apr 2022 22:39:33 +0000 (23:39 +0100)]
optional static apps

Build apps with static libs if ENABLE_STATIC_APPS.

Gbp-Pq: Name optional-static-apps

3 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

3 years agovolk (2.5.1-2) unstable; urgency=medium
A. Maitland Bottoms [Tue, 12 Apr 2022 22:39:33 +0000 (23:39 +0100)]
volk (2.5.1-2) unstable; urgency=medium

  * VolkPython use posix prefix scheme (Closes: #1009394)

[dgit import unpatched volk 2.5.1-2]

3 years agoImport volk_2.5.1-2.debian.tar.xz
A. Maitland Bottoms [Tue, 12 Apr 2022 22:39:33 +0000 (23:39 +0100)]
Import volk_2.5.1-2.debian.tar.xz

[dgit import tarball volk 2.5.1-2 volk_2.5.1-2.debian.tar.xz]

3 years agoMerge version 2.5.0-2+rpi1 and 2.5.1-1 to produce 2.5.1-1+rpi1 archive/raspbian/2.5.1-1+rpi1 raspbian/2.5.1-1+rpi1
Raspbian automatic forward porter [Mon, 21 Feb 2022 11:37:54 +0000 (11:37 +0000)]
Merge version 2.5.0-2+rpi1 and 2.5.1-1 to produce 2.5.1-1+rpi1

3 years agoMerge volk (2.5.1-1) import into refs/heads/workingbranch
A. Maitland Bottoms [Sun, 13 Feb 2022 05:18:58 +0000 (05:18 +0000)]
Merge volk (2.5.1-1) import into refs/heads/workingbranch

3 years agoImport volk_2.5.1.orig.tar.xz
A. Maitland Bottoms [Sun, 13 Feb 2022 05:18:58 +0000 (05:18 +0000)]
Import volk_2.5.1.orig.tar.xz

[dgit import orig volk_2.5.1.orig.tar.xz]

3 years agoremove-external-HTML-resources
A. Maitland Bottoms [Sun, 13 Feb 2022 05:18:58 +0000 (05:18 +0000)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources

3 years agoskip cpu_freatures on kfreebsd
A. Maitland Bottoms [Sun, 13 Feb 2022 05:18:58 +0000 (05:18 +0000)]
skip cpu_freatures on kfreebsd

 Avoid #error "Unsupported OS" on kFreeBSD

Gbp-Pq: Name skip-cpu_features-on-kfreebsd

3 years agooptional-static-apps
A. Maitland Bottoms [Sun, 13 Feb 2022 05:18:58 +0000 (05:18 +0000)]
optional-static-apps

Gbp-Pq: Name optional-static-apps

3 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

3 years agovolk (2.5.1-1) unstable; urgency=medium
A. Maitland Bottoms [Sun, 13 Feb 2022 05:18:58 +0000 (05:18 +0000)]
volk (2.5.1-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched volk 2.5.1-1]

3 years agoImport volk_2.5.1-1.debian.tar.xz
A. Maitland Bottoms [Sun, 13 Feb 2022 05:18:58 +0000 (05:18 +0000)]
Import volk_2.5.1-1.debian.tar.xz

[dgit import tarball volk 2.5.1-1 volk_2.5.1-1.debian.tar.xz]

4 years agoMerge version 2.4.1-2+rpi1 and 2.5.0-2 to produce 2.5.0-2+rpi1 archive/raspbian/2.5.0-2+rpi1 raspbian/2.5.0-2+rpi1
Raspbian automatic forward porter [Thu, 28 Oct 2021 17:19:43 +0000 (18:19 +0100)]
Merge version 2.4.1-2+rpi1 and 2.5.0-2 to produce 2.5.0-2+rpi1

4 years agoMerge volk (2.5.0-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
Merge volk (2.5.0-2) import into refs/heads/workingbranch

4 years agouse system cpu_features package
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
use system cpu_features package

Author: Shengjing Zhu <zhsj@debian.org>
Last-Update: 2020-12-26

Gbp-Pq: Name use-system-cpu-features-package.patch

4 years agoskip cpu_freatures on kfreebsd
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
skip cpu_freatures on kfreebsd

 Avoid #error "Unsupported OS" on kFreeBSD

Gbp-Pq: Name skip-cpu_features-on-kfreebsd

4 years agoremove-external-HTML-resources
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources

4 years agooptional-static-apps
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
optional-static-apps

Gbp-Pq: Name optional-static-apps

4 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

4 years ago[PATCH 56/73] format: Fix code format
Johannes Demel [Sat, 2 Oct 2021 09:38:46 +0000 (11:38 +0200)]
[PATCH 56/73] format: Fix code format

I was too quick to merge a PR and missed a formatting issue. Thus, I fix
it now.

Signed-off-by: Johannes Demel <demel@uni-bremen.de>
Gbp-Pq: Name 0056-format-Fix-code-format.patch

4 years ago[PATCH 55/73] asan: Fix volk_malloc alignment bug
AlexandreRouma [Thu, 30 Sep 2021 11:52:32 +0000 (13:52 +0200)]
[PATCH 55/73] asan: Fix volk_malloc alignment bug

ASAN (the Address Sanitizer used by GCC) requires memory allocations to
be a multiple of the alignment. To replicate the bug, use a version of
libvolk without this fix, call volk_malloc() with a number of byte
that's not a multiple of the alignment and compile it with the Address
sanitizer enable (-fsanitize=address). The software will error out
and complain about the alignement. This patch fixes it by adding the
missing number of bytes to the size variable so that it becomes a
multiple of the alignment.

Signed-off-by: AlexandreRouma <alexandre.rouma@gmail.com>
Gbp-Pq: Name 0055-asan-Fix-volk_malloc-alignment-bug.patch

4 years ago[PATCH 12/73] Fix clang-format errors
Zlika [Mon, 5 Jul 2021 13:04:17 +0000 (15:04 +0200)]
[PATCH 12/73] Fix clang-format errors

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0012-Fix-clang-format-errors.patch

4 years ago[PATCH 11/73] Code cleanup
Zlika [Mon, 5 Jul 2021 12:55:30 +0000 (14:55 +0200)]
[PATCH 11/73] Code cleanup

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0011-Code-cleanup.patch

4 years ago[PATCH 10/73] Fix clang-format errors
Zlika [Mon, 5 Jul 2021 11:08:29 +0000 (13:08 +0200)]
[PATCH 10/73] Fix clang-format errors

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0010-Fix-clang-format-errors.patch

4 years ago[PATCH 09/73] Code cleanup
Zlika [Mon, 5 Jul 2021 11:05:18 +0000 (13:05 +0200)]
[PATCH 09/73] Code cleanup

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0009-Code-cleanup.patch

4 years ago[PATCH 07/73] Add the list of contributors agreeing to LGPL licensing
Marcus Müller [Thu, 1 Jul 2021 17:41:27 +0000 (19:41 +0200)]
[PATCH 07/73] Add the list of contributors agreeing to LGPL licensing

* List of contributors, with short explanation
* added LGPLv3 license text as COPYING-LGPL
* moved GPLv3 license text to COPYING-GPL
* COPYING still contains the GPLv3, but with an explanation that new
  code is LGPL
* updated the contribution guide
* Removed the GPL license header from Readme, added explanation.

Signed-off-by: Marcus Müller <marcus@hostalia.de>
Gbp-Pq: Name 0007-Add-the-list-of-contributors-agreeing-to-LGPL-licens.patch

4 years ago[PATCH 06/73] New generic implementation, fixed typos
Magnus Lundmark [Fri, 18 Jun 2021 13:16:22 +0000 (15:16 +0200)]
[PATCH 06/73] New generic implementation, fixed typos

Signed-off-by: Magnus Lundmark <magnus@skysense.io>
Gbp-Pq: Name 0006-New-generic-implementation-fixed-typos.patch

4 years ago[PATCH 05/73] Fix clang-format errors
Zlika [Wed, 16 Jun 2021 13:21:46 +0000 (15:21 +0200)]
[PATCH 05/73] Fix clang-format errors

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0005-Fix-clang-format-errors.patch

4 years ago[PATCH 04/73] Code cleanup
Zlika [Wed, 16 Jun 2021 13:11:25 +0000 (15:11 +0200)]
[PATCH 04/73] Code cleanup

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0004-Code-cleanup.patch

4 years ago[PATCH 03/73] Fix volk_32fc_index_min_32u_neon
Zlika [Fri, 11 Jun 2021 14:46:51 +0000 (16:46 +0200)]
[PATCH 03/73] Fix volk_32fc_index_min_32u_neon

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0003-Fix-volk_32fc_index_min_32u_neon.patch

4 years ago[PATCH 02/73] Fix volk_32fc_index_min_32u_neon
Zlika [Fri, 11 Jun 2021 09:13:28 +0000 (11:13 +0200)]
[PATCH 02/73] Fix volk_32fc_index_min_32u_neon

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0002-Fix-volk_32fc_index_min_32u_neon.patch

4 years ago[PATCH 01/73] Add volk_32f(c)_index_min_16/32u
Zlika [Wed, 9 Jun 2021 20:47:04 +0000 (22:47 +0200)]
[PATCH 01/73] Add volk_32f(c)_index_min_16/32u

Signed-off-by: Zlika <zlika_ese@hotmail.com>
Gbp-Pq: Name 0001-Add-volk_32f-c-_index_min_16-32u.patch

4 years agovolk (2.5.0-2) unstable; urgency=medium
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
volk (2.5.0-2) unstable; urgency=medium

  * upload to unstable
  * with some upstream bugfixes

[dgit import unpatched volk 2.5.0-2]

4 years agoImport volk_2.5.0-2.debian.tar.xz
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
Import volk_2.5.0-2.debian.tar.xz

[dgit import tarball volk 2.5.0-2 volk_2.5.0-2.debian.tar.xz]

4 years agoImport volk_2.5.0.orig.tar.xz
A. Maitland Bottoms [Thu, 10 Jun 2021 22:29:47 +0000 (23:29 +0100)]
Import volk_2.5.0.orig.tar.xz

[dgit import orig volk_2.5.0.orig.tar.xz]

4 years agoMerge version 2.4.1-1+rpi1 and 2.4.1-2 to produce 2.4.1-2+rpi1 bullseye-staging archive/raspbian/2.4.1-2+rpi1 raspbian/2.4.1-2+rpi1
Raspbian automatic forward porter [Sun, 3 Jan 2021 14:02:46 +0000 (14:02 +0000)]
Merge version 2.4.1-1+rpi1 and 2.4.1-2 to produce 2.4.1-2+rpi1

4 years agoMerge volk (2.4.1-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Sun, 27 Dec 2020 20:16:07 +0000 (20:16 +0000)]
Merge volk (2.4.1-2) import into refs/heads/workingbranch

4 years agouse system cpu_features package
A. Maitland Bottoms [Sun, 27 Dec 2020 20:16:07 +0000 (20:16 +0000)]
use system cpu_features package

Author: Shengjing Zhu <zhsj@debian.org>
Last-Update: 2020-12-26

Gbp-Pq: Name use-system-cpu-features-package.patch

4 years agoskip cpu_freatures on kfreebsd
A. Maitland Bottoms [Sun, 27 Dec 2020 20:16:07 +0000 (20:16 +0000)]
skip cpu_freatures on kfreebsd

 Avoid #error "Unsupported OS" on kFreeBSD

Gbp-Pq: Name skip-cpu_features-on-kfreebsd

4 years agoremove-external-HTML-resources
A. Maitland Bottoms [Sun, 27 Dec 2020 20:16:07 +0000 (20:16 +0000)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources

4 years agooptional-static-apps
A. Maitland Bottoms [Sun, 27 Dec 2020 20:16:07 +0000 (20:16 +0000)]
optional-static-apps

Gbp-Pq: Name optional-static-apps

4 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

4 years agovolk (2.4.1-2) unstable; urgency=medium
A. Maitland Bottoms [Sun, 27 Dec 2020 20:16:07 +0000 (20:16 +0000)]
volk (2.4.1-2) unstable; urgency=medium

  [ Shengjing Zhu ]
  * Use system cpu_features package

  [ A. Maitland Bottoms ]
  * Adopt Use system cpu_features package patch (Closes: #978096)

[dgit import unpatched volk 2.4.1-2]

4 years agoImport volk_2.4.1-2.debian.tar.xz
A. Maitland Bottoms [Sun, 27 Dec 2020 20:16:07 +0000 (20:16 +0000)]
Import volk_2.4.1-2.debian.tar.xz

[dgit import tarball volk 2.4.1-2 volk_2.4.1-2.debian.tar.xz]

4 years agoMerge version 2.4.0-3+rpi1 and 2.4.1-1 to produce 2.4.1-1+rpi1 archive/raspbian/2.4.1-1+rpi1 raspbian/2.4.1-1+rpi1
Raspbian automatic forward porter [Wed, 23 Dec 2020 11:52:28 +0000 (11:52 +0000)]
Merge version 2.4.0-3+rpi1 and 2.4.1-1 to produce 2.4.1-1+rpi1

4 years agoMerge volk (2.4.1-1) import into refs/heads/workingbranch
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
Merge volk (2.4.1-1) import into refs/heads/workingbranch

4 years agoImport volk_2.4.1.orig.tar.xz
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
Import volk_2.4.1.orig.tar.xz

[dgit import orig volk_2.4.1.orig.tar.xz]

4 years agoskip cpu_freatures on kfreebsd
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
skip cpu_freatures on kfreebsd

 Avoid #error "Unsupported OS" on kFreeBSD

Gbp-Pq: Name skip-cpu_features-on-kfreebsd

4 years agoremove-external-HTML-resources
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources

4 years agooptional-static-apps
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
optional-static-apps

Gbp-Pq: Name optional-static-apps

4 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

4 years agovolk (2.4.1-1) unstable; urgency=medium
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
volk (2.4.1-1) unstable; urgency=medium

  * New upstream release

[dgit import unpatched volk 2.4.1-1]

4 years agoImport volk_2.4.1-1.debian.tar.xz
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
Import volk_2.4.1-1.debian.tar.xz

[dgit import tarball volk 2.4.1-1 volk_2.4.1-1.debian.tar.xz]

5 years agoMerge version 2.3.0-3+rpi1 and 2.4.0-3 to produce 2.4.0-3+rpi1 archive/raspbian/2.4.0-3+rpi1 raspbian/2.4.0-3+rpi1
Raspbian automatic forward porter [Sun, 13 Dec 2020 08:13:14 +0000 (08:13 +0000)]
Merge version 2.3.0-3+rpi1 and 2.4.0-3 to produce 2.4.0-3+rpi1

5 years agoMerge volk (2.4.0-3) import into refs/heads/workingbranch
A. Maitland Bottoms [Fri, 4 Dec 2020 01:43:29 +0000 (01:43 +0000)]
Merge volk (2.4.0-3) import into refs/heads/workingbranch

5 years ago[PATCH] cpu_features CMake option
A. Maitland Bottoms [Tue, 1 Dec 2020 16:29:12 +0000 (11:29 -0500)]
[PATCH] cpu_features CMake option

Make use of cpu_features a CMake option with sensible defaults per arch.
(avoiding CMake failures of cpu_features for unknown architectures)

Gbp-Pq: Name cpu_features-CMake-option

5 years agoremove-external-HTML-resources
A. Maitland Bottoms [Fri, 4 Dec 2020 01:43:29 +0000 (01:43 +0000)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources

5 years agooptional-static-apps
A. Maitland Bottoms [Fri, 4 Dec 2020 01:43:29 +0000 (01:43 +0000)]
optional-static-apps

Gbp-Pq: Name optional-static-apps

5 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

5 years agovolk (2.4.0-3) unstable; urgency=medium
A. Maitland Bottoms [Fri, 4 Dec 2020 01:43:29 +0000 (01:43 +0000)]
volk (2.4.0-3) unstable; urgency=medium

  * Fix binary-indep build (Closes: #976300)
  * Upload to unstable

[dgit import unpatched volk 2.4.0-3]

5 years agoImport volk_2.4.0-3.debian.tar.xz
A. Maitland Bottoms [Fri, 4 Dec 2020 01:43:29 +0000 (01:43 +0000)]
Import volk_2.4.0-3.debian.tar.xz

[dgit import tarball volk 2.4.0-3 volk_2.4.0-3.debian.tar.xz]

5 years agoImport volk_2.4.0.orig.tar.xz
A. Maitland Bottoms [Sun, 22 Nov 2020 17:35:43 +0000 (17:35 +0000)]
Import volk_2.4.0.orig.tar.xz

[dgit import orig volk_2.4.0.orig.tar.xz]

5 years agoImport volk_2.4.0.orig-cpu-features.tar.xz
A. Maitland Bottoms [Sun, 22 Nov 2020 17:35:43 +0000 (17:35 +0000)]
Import volk_2.4.0.orig-cpu-features.tar.xz

[dgit import orig volk_2.4.0.orig-cpu-features.tar.xz]

5 years agoMerge version 2.3.0-2+rpi1 and 2.3.0-3 to produce 2.3.0-3+rpi1 archive/raspbian/2.3.0-3+rpi1 raspbian/2.3.0-3+rpi1
Raspbian automatic forward porter [Mon, 6 Jul 2020 14:22:31 +0000 (15:22 +0100)]
Merge version 2.3.0-2+rpi1 and 2.3.0-3 to produce 2.3.0-3+rpi1

5 years agoMerge volk (2.3.0-3) import into refs/heads/workingbranch
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
Merge volk (2.3.0-3) import into refs/heads/workingbranch

5 years agoremove-external-HTML-resources
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources

5 years agooptional-static-apps
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
optional-static-apps

Gbp-Pq: Name optional-static-apps

5 years ago[PATCH 2/6] make acc happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy

The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.

Gbp-Pq: Name make-acc-happy

5 years ago[PATCH 9/9] docs: Fix conversion inaccuracy
jdemel [Thu, 25 Jun 2020 16:35:40 +0000 (18:35 +0200)]
[PATCH 9/9] docs: Fix conversion inaccuracy

Gbp-Pq: Name 0009-docs-Fix-conversion-inaccuracy.patch

5 years ago[PATCH 8/9] fix: Use INT8_* instead of CHAR_*
Johannes Demel [Thu, 25 Jun 2020 07:41:46 +0000 (09:41 +0200)]
[PATCH 8/9] fix: Use INT8_* instead of CHAR_*

For consistency and to prevent bugs, we move from CHAR_* to INT8_*
everywhere in this kernel.

Gbp-Pq: Name 0008-fix-Use-INT8_-instead-of-CHAR_.patch

5 years ago[PATCH 7/9] fix: Adjust min/max for 32f_s32f_convert_8i kernel
Johannes Demel [Mon, 15 Jun 2020 21:14:26 +0000 (23:14 +0200)]
[PATCH 7/9] fix: Adjust min/max for 32f_s32f_convert_8i kernel

This kernel used `CHAR_MIN` to determine the minimum value which may be
0. It is expected that this value is -127. Thus, we move to `INT8_MIN`.

Fix #390

Gbp-Pq: Name 0007-fix-Adjust-min-max-for-32f_s32f_convert_8i-kernel.patch

5 years ago[PATCH 6/9] update to newest version of the Intel SDE
Christoph Mayer [Mon, 15 Jun 2020 16:07:40 +0000 (18:07 +0200)]
[PATCH 6/9] update to newest version of the Intel SDE

Gbp-Pq: Name 0006-update-to-newest-version-of-the-Intel-SDE.patch

5 years ago[PATCH 5/9] emit an emms instruction after using the mmx extension
Martin Kaesberger [Mon, 15 Jun 2020 00:23:22 +0000 (02:23 +0200)]
[PATCH 5/9] emit an emms instruction after using the mmx extension

Gbp-Pq: Name 0005-emit-an-emms-instruction-after-using-the-mmx-extensi.patch

5 years ago[PATCH 4/9] readme: Fix wording
jdemel [Tue, 19 May 2020 06:20:07 +0000 (08:20 +0200)]
[PATCH 4/9] readme: Fix wording

Gbp-Pq: Name 0004-readme-Fix-wording.patch

5 years ago[PATCH 3/9] Test the rotator kernel with a realistic scalar
Clayton Smith [Sat, 9 May 2020 14:34:30 +0000 (10:34 -0400)]
[PATCH 3/9] Test the rotator kernel with a realistic scalar

Gbp-Pq: Name 0003-Test-the-rotator-kernel-with-a-realistic-scalar.patch

5 years ago[PATCH 2/9] readme: Make supported compiler section more specific
Johannes Demel [Sun, 3 May 2020 13:53:43 +0000 (15:53 +0200)]
[PATCH 2/9] readme: Make supported compiler section more specific

Gbp-Pq: Name 0002-readme-Make-supported-compiler-section-more-specific.patch

5 years ago[PATCH 1/9] readme: Add section on supported platforms
Johannes Demel [Sat, 2 May 2020 14:31:31 +0000 (16:31 +0200)]
[PATCH 1/9] readme: Add section on supported platforms

So far, this is kind of a work in progress. I'd like to discuss the
exact wording here.
We run CI on Ubuntu, Windows and MacOS. For Windows and MacOS, we focus
on the latest release and do not make any attempt to support older
releases.
For Linux, we want to have support for distros other than Ubuntu and
older distros to some degree. Though, we decided to drop support for
Ubuntu 16.04 because some bugs make it hard work put a work around in
place for this old distro.

Gbp-Pq: Name 0001-readme-Add-section-on-supported-platforms.patch

5 years agovolk (2.3.0-3) unstable; urgency=medium
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
volk (2.3.0-3) unstable; urgency=medium

  * update to v2.3.0-14-g91e5d07
    emit an emms instruction after using the mmx extension

[dgit import unpatched volk 2.3.0-3]

5 years agoImport volk_2.3.0-3.debian.tar.xz
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
Import volk_2.3.0-3.debian.tar.xz

[dgit import tarball volk 2.3.0-3 volk_2.3.0-3.debian.tar.xz]

5 years agoMerge version 2.2.1-2+rpi1 and 2.3.0-2 to produce 2.3.0-2+rpi1 archive/raspbian/2.3.0-2+rpi1 raspbian/2.3.0-2+rpi1
Raspbian automatic forward porter [Sat, 16 May 2020 14:54:02 +0000 (15:54 +0100)]
Merge version 2.2.1-2+rpi1 and 2.3.0-2 to produce 2.3.0-2+rpi1

5 years agoMerge volk (2.3.0-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Mon, 11 May 2020 11:26:03 +0000 (12:26 +0100)]
Merge volk (2.3.0-2) import into refs/heads/workingbranch

5 years agoremove-external-HTML-resources
A. Maitland Bottoms [Mon, 11 May 2020 11:26:03 +0000 (12:26 +0100)]
remove-external-HTML-resources

Gbp-Pq: Name remove-external-HTML-resources