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
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
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
A. Maitland Bottoms [Fri, 18 Dec 2020 04:53:21 +0000 (04:53 +0000)]
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
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]
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]
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]
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
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
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
A. Maitland Bottoms [Fri, 4 Dec 2020 01:43:29 +0000 (01:43 +0000)]
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
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]
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]
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]
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]
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
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
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +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
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
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
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
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
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
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
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
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
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
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]
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]
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
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
A. Maitland Bottoms [Mon, 11 May 2020 11:26:03 +0000 (12:26 +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
A. Maitland Bottoms [Mon, 11 May 2020 11:26:03 +0000 (12:26 +0100)]
volk (2.3.0-2) unstable; urgency=medium
* Upload to unstable
[dgit import unpatched volk 2.3.0-2]
A. Maitland Bottoms [Mon, 11 May 2020 11:26:03 +0000 (12:26 +0100)]
Import volk_2.3.0-2.debian.tar.xz
[dgit import tarball volk 2.3.0-2 volk_2.3.0-2.debian.tar.xz]
A. Maitland Bottoms [Sat, 9 May 2020 19:42:23 +0000 (20:42 +0100)]
Import volk_2.3.0.orig.tar.xz
[dgit import orig volk_2.3.0.orig.tar.xz]
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
Merge volk (2.2.1-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
remove-external-HTML-resources
Gbp-Pq: Name remove-external-HTML-resources
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
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
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
avoid-unnecessary-soversion-bump
Gbp-Pq: Name avoid-unnecessary-soversion-bump
Vasil Velichkov [Sun, 22 Mar 2020 20:22:13 +0000 (22:22 +0200)]
[PATCH 7/7] cmake: Remove the ORC from the VOLK public link interface
The ORC is an internal dependency that is used to generate SIMD
implementations of some the kernels and no ORC types or functions are
exposed by the VOLK library so adding it to the public link interface is
unnecessary when linking dynamically.
Currently the ORC is added to the INTERFACE_LINK_LIBRARIES property of
the Volk::volk target in VolkTargets.cmake and you need to have the ORC
development files (liborc-*-dev) installed on your system in order to
successfully link a program or library that uses VOLK.
Gbp-Pq: Name 0007-cmake-Remove-the-ORC-from-the-VOLK-public-link-inter.patch
Clayton Smith [Sat, 21 Mar 2020 18:59:24 +0000 (14:59 -0400)]
[PATCH 6/7] Fix the broken index max kernels
Gbp-Pq: Name 0006-Fix-the-broken-index-max-kernels.patch
Johannes Demel [Tue, 17 Mar 2020 21:07:07 +0000 (22:07 +0100)]
[PATCH 5/7] clang-format: Rebase onto current master
This commit applies clang format to the latest master branch.
Gbp-Pq: Name 0005-clang-format-Rebase-onto-current-master.patch
Johannes Demel [Tue, 17 Mar 2020 20:53:08 +0000 (21:53 +0100)]
[PATCH 4/7] clang-format: Update PR with GitHub Action
Gbp-Pq: Name 0004-clang-format-Update-PR-with-GitHub-Action.patch
Johannes Demel [Sun, 23 Feb 2020 14:03:47 +0000 (15:03 +0100)]
[PATCH 3/7] clang-format: Apply clang-format
This commit adds `.clang-format` from GNU Radio and apply clang-format.
Run:
`find . -regex '.*\.\(c\|cc\|cpp\|cxx\|h\|hh\)' -exec clang-format \
-style=file -i {} \;`
in `.`.
Gbp-Pq: Name 0003-clang-format-Apply-clang-format.patch
Johannes Demel [Tue, 17 Mar 2020 20:20:51 +0000 (21:20 +0100)]
[PATCH 2/7] exp: Rename SSE4.1 to SSE2 kernel
The SSE kernel only requires SSE2 instructions. Thus, we can just use
this instruction level.
Gbp-Pq: Name 0002-exp-Rename-SSE4.1-to-SSE2-kernel.patch
Tom Rondeau [Tue, 7 Apr 2015 18:37:28 +0000 (14:37 -0400)]
[PATCH 1/7] volk: accurate exp kernel.
A more accurate exp VOLK kernel than volk_32f_expfast_32f.Taken from
code licensed with zlib.
Gbp-Pq: Name 0001-volk-accurate-exp-kernel.patch
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
volk (2.2.1-2) unstable; urgency=medium
* update to
v2.2.1-11-gfaf230e
* cmake: Remove the ORC from the VOLK public link interface
* Fix the broken index max kernels
[dgit import unpatched volk 2.2.1-2]
A. Maitland Bottoms [Sat, 28 Mar 2020 01:48:10 +0000 (01:48 +0000)]
Import volk_2.2.1-2.debian.tar.xz
[dgit import tarball volk 2.2.1-2 volk_2.2.1-2.debian.tar.xz]
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
Merge volk (2.2.1-1) import into refs/heads/workingbranch
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
Import volk_2.2.1.orig.tar.xz
[dgit import orig volk_2.2.1.orig.tar.xz]
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
remove-external-HTML-resources
Gbp-Pq: Name remove-external-HTML-resources
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
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
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
avoid-unnecessary-soversion-bump
Gbp-Pq: Name avoid-unnecessary-soversion-bump
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
volk (2.2.1-1) unstable; urgency=high
* New upstream bugfix release
reason for high urgency:
- Fix loop bound in AVX rotator (only one fixed in 2.2.0-3)
- Fix out-of-bounds read in AVX2 square dist kernel
- Fix length checks in AVX2 index max kernels
[dgit import unpatched volk 2.2.1-1]
A. Maitland Bottoms [Mon, 24 Feb 2020 23:08:05 +0000 (23:08 +0000)]
Import volk_2.2.1-1.debian.tar.xz
[dgit import tarball volk 2.2.1-1 volk_2.2.1-1.debian.tar.xz]
A. Maitland Bottoms [Tue, 18 Feb 2020 22:56:58 +0000 (22:56 +0000)]
Merge volk (2.2.0-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Tue, 18 Feb 2020 22:56:58 +0000 (22:56 +0000)]
remove-external-HTML-resources
Gbp-Pq: Name remove-external-HTML-resources
A. Maitland Bottoms [Tue, 18 Feb 2020 22:56:58 +0000 (22:56 +0000)]
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
A. Maitland Bottoms [Tue, 18 Feb 2020 22:56:58 +0000 (22:56 +0000)]
volk (2.2.0-2) unstable; urgency=medium
* Upload to unstable
[dgit import unpatched volk 2.2.0-2]
A. Maitland Bottoms [Tue, 18 Feb 2020 22:56:58 +0000 (22:56 +0000)]
Import volk_2.2.0-2.debian.tar.xz
[dgit import tarball volk 2.2.0-2 volk_2.2.0-2.debian.tar.xz]
A. Maitland Bottoms [Sun, 16 Feb 2020 23:25:20 +0000 (23:25 +0000)]
Import volk_2.2.0.orig.tar.xz
[dgit import orig volk_2.2.0.orig.tar.xz]
A. Maitland Bottoms [Mon, 6 Jan 2020 04:17:57 +0000 (04:17 +0000)]
Merge volk (2.1.0-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Mon, 6 Jan 2020 04:17:57 +0000 (04:17 +0000)]
remove-external-HTML-resources
Gbp-Pq: Name remove-external-HTML-resources
A. Maitland Bottoms [Mon, 6 Jan 2020 04:17:57 +0000 (04:17 +0000)]
optional-static-apps
Gbp-Pq: Name optional-static-apps
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
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
A. Maitland Bottoms [Mon, 6 Jan 2020 04:17:57 +0000 (04:17 +0000)]
volk (2.1.0-2) unstable; urgency=medium
* Upload to unstable
[dgit import unpatched volk 2.1.0-2]
A. Maitland Bottoms [Mon, 6 Jan 2020 04:17:57 +0000 (04:17 +0000)]
Import volk_2.1.0-2.debian.tar.xz
[dgit import tarball volk 2.1.0-2 volk_2.1.0-2.debian.tar.xz]
A. Maitland Bottoms [Sun, 22 Dec 2019 15:27:36 +0000 (15:27 +0000)]
Import volk_2.1.0.orig.tar.xz
[dgit import orig volk_2.1.0.orig.tar.xz]
A. Maitland Bottoms [Fri, 15 Nov 2019 03:47:23 +0000 (03:47 +0000)]
Merge volk (2.0.0-3) import into refs/heads/workingbranch
A. Maitland Bottoms [Fri, 15 Nov 2019 03:47:23 +0000 (03:47 +0000)]
optional-static-apps
Gbp-Pq: Name optional-static-apps
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
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
A. Maitland Bottoms [Wed, 28 Mar 2018 02:01:33 +0000 (22:01 -0400)]
native armv7 build support
Debian, unlike other GNU Radio deployments, does not cross-compile
packages, but builds natively on a set of build machines, including
both arm and armhf.
Gbp-Pq: Name native-armv7-build-support
Clayton Smith [Fri, 23 Aug 2019 11:17:24 +0000 (07:17 -0400)]
Use sensible scalars for rotator and power
Gbp-Pq: Name 0003-Use-sensible-scalars-for-rotator-and-power.patch
Clayton Smith [Fri, 23 Aug 2019 03:07:14 +0000 (23:07 -0400)]
Fail tests if non-numbers are detected
Gbp-Pq: Name 0002-Fail-tests-if-non-numbers-are-detected.patch
Clayton Smith [Tue, 20 Aug 2019 12:08:11 +0000 (08:08 -0400)]
Fix AVX FMA rotator
Gbp-Pq: Name 0001-Fix-AVX-FMA-rotator.patch
A. Maitland Bottoms [Fri, 15 Nov 2019 03:47:23 +0000 (03:47 +0000)]
volk (2.0.0-3) unstable; urgency=medium
* update to
v2.0.0-4-gf04a46f
[dgit import unpatched volk 2.0.0-3]
A. Maitland Bottoms [Fri, 15 Nov 2019 03:47:23 +0000 (03:47 +0000)]
Import volk_2.0.0-3.debian.tar.xz
[dgit import tarball volk 2.0.0-3 volk_2.0.0-3.debian.tar.xz]
A. Maitland Bottoms [Tue, 13 Aug 2019 02:49:11 +0000 (03:49 +0100)]
Merge volk (2.0.0-2) import into refs/heads/workingbranch
A. Maitland Bottoms [Tue, 13 Aug 2019 02:49:11 +0000 (03:49 +0100)]
optional-static-apps
Gbp-Pq: Name optional-static-apps
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
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
A. Maitland Bottoms [Wed, 28 Mar 2018 02:01:33 +0000 (22:01 -0400)]
native armv7 build support
Debian, unlike other GNU Radio deployments, does not cross-compile
packages, but builds natively on a set of build machines, including
both arm and armhf.
Gbp-Pq: Name native-armv7-build-support
A. Maitland Bottoms [Tue, 13 Aug 2019 02:49:11 +0000 (03:49 +0100)]
volk (2.0.0-2) unstable; urgency=medium
* Upload to unstable
[dgit import unpatched volk 2.0.0-2]
A. Maitland Bottoms [Tue, 13 Aug 2019 02:49:11 +0000 (03:49 +0100)]
Import volk_2.0.0-2.debian.tar.xz
[dgit import tarball volk 2.0.0-2 volk_2.0.0-2.debian.tar.xz]
A. Maitland Bottoms [Thu, 8 Aug 2019 03:31:20 +0000 (04:31 +0100)]
Import volk_2.0.0.orig.tar.xz
[dgit import orig volk_2.0.0.orig.tar.xz]
A. Maitland Bottoms [Sat, 12 May 2018 19:25:04 +0000 (20:25 +0100)]
Merge volk (1.4-3) import into refs/heads/workingbranch
A. Maitland Bottoms [Sat, 12 May 2018 19:25:04 +0000 (20:25 +0100)]
libm-link
Gbp-Pq: Name libm-link
A. Maitland Bottoms [Wed, 28 Mar 2018 02:04:11 +0000 (22:04 -0400)]
sort cmake glob lists
File lists are generated in a CMakeLists.txt file with file(GLOB ...), which varies
with the readdir() order. Sorting the lists should help make reproducible builds.
Gbp-Pq: Name sort-cmake-glob-lists
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
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
A. Maitland Bottoms [Wed, 28 Mar 2018 02:01:33 +0000 (22:01 -0400)]
native armv7 build support
Debian, unlike other GNU Radio deployments, does not cross-compile
packages, but builds natively on a set of build machines, including
both arm and armhf.
Gbp-Pq: Name native-armv7-build-support
Philip Balister [Fri, 27 Apr 2018 10:54:33 +0000 (10:54 +0000)]
Fix 32u_reverse_32u for ARM.
* Order of operands in inline asm reversed.
* Worked for some tune setting since gcc generated rbit lr, lr so
order didn't matter. For other tune settings it generated rbit r3, r2
which would fail QA test.
Signed-off-by: Philip Balister <philip@balister.org>
Gbp-Pq: Name 0009-Fix-32u_reverse_32u-for-ARM.patch
Ryan Volz [Tue, 17 Apr 2018 17:45:38 +0000 (13:45 -0400)]
Fix add_test for Windows.
Gbp-Pq: Name 0008-Fix-add_test-for-Windows.patch
Ryan Volz [Tue, 17 Apr 2018 14:23:32 +0000 (10:23 -0400)]
Fix compile on Windows by avoiding min/max macros in windows.h.
Gbp-Pq: Name 0007-Fix-compile-on-Windows-by-avoiding-min-max-macros-in.patch
Ryan Volz [Fri, 13 Apr 2018 20:37:23 +0000 (16:37 -0400)]
Add <sys/time.h> header (copied from gnuradio) to fix Windows build.
Gbp-Pq: Name 0006-Add-sys-time.h-header-copied-from-gnuradio-to-fix-Wi.patch