Commit Graph

15 Commits

Author SHA1 Message Date
Sylvain Munaut 7caa2643e2 gr39: Update copyright notices everywhere
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2021-01-08 11:39:08 +01:00
Sylvain Munaut f56d917c83 boost: qualify placeholders with their full namespace
From: Martin Hauke <mardnh@gmx.de>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2020-09-21 22:41:03 +02:00
Sylvain Munaut 6c9576670a build: Cleanup pass on the new GR 3.8 CMake update
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-12-04 16:30:53 +01:00
Sylvain Munaut 5608f73930 build: Update CMakeLists.txt copyright header
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-12-01 16:49:56 +01:00
Sylvain Munaut 9c2cfbca39 gr38: Adapt build system for GNURadio 3.8
Based on a patch from A. Maitland Bottoms <bottoms@debian.org>

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-11-30 22:21:53 +01:00
Brian Waters fc67c92f0a build gr-iqbal w/ clang
Clang doesn't automatically define the "complex" keyword like old versions of GCC apparently used to. Appending this little check enabled compiling gr-iqbal w/ Clang, which is now the default compiler on OpenBSD and I think FreeBSD too.
2019-11-11 14:26:44 +01:00
Sylvain Munaut 44ab02f671 build: CMake updates
- Update the GrXXX modules from the GNURadio counter parts
 - Remove the included FindGnuradio and rely on the installed one
   (force 3.7.3 since previous ones are broken)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2014-08-25 23:01:37 +02:00
Sylvain Munaut de99fa6d22 lib: hack to make "float complex" works on newer GCC
I _like_ the "float complex" syntax and it's valid in C and I won't
go change all my C project to make it work with C++ ...

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-09-09 15:40:12 +02:00
Dimitri Stolnikov 022ec6859f Update to gnuradio 3.7 API
This is one huge / ugly patch. It uses the new 3.7 namespaces and
include path stuff.

I stayed away from that _impl pattern because that's just dumb.

Based on original patch by Dimitri Stolnikov <horiz0n@gmx.net>

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-06-01 15:07:42 +02:00
Sylvain Munaut 2b74512f4a optimize: Make use of the previous data point as start point for the optimization
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-03-08 15:28:56 +01:00
Sylvain Munaut 9c7a3b93fe build: Fallback to local checkout if a system-wide libosmo-dsp isn't found
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-03-04 00:01:20 +01:00
Sylvain Munaut cb27aefd13 optimize: Make sure d_count is initialized and reset
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-03-03 17:36:27 +01:00
Sylvain Munaut ace3a50716 fix: Add optimization if there is no correction to apply
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-03-03 15:04:27 +01:00
Sylvain Munaut a7771bd95d Remove debug printf leftover
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-03-03 14:30:55 +01:00
Sylvain Munaut 0d0d34af05 Initial import
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-03-02 23:27:50 +01:00