summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
A. Maitland Bottoms [Fri, 22 Oct 2021 03:30:05 +0000 (04:30 +0100)]
optional-static-apps
Gbp-Pq: Name optional-static-apps
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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]
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]