Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 150 | -17095/+16231 | |
| | ||||||
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Found via `codespell -q 3 -L ans,sinc,hist,ist,ith,uint,fo -S ./volk` Fix typos in gnuradio-runtime/ Fix typos in gr-digital/ Fix typos in gr-qtgui/ Fix typos in gr-channels/ Fix typos in grc/ Fix typos gr-filter/ Fix typos in gr-uhd/ Fix typos in gr-blocks/ Fix typos in gr-fec/ | |||||
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -80/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes using target based setting of includes and link libraries. This will transitively add the includes and linking flags to dependent targets. This is still a work in progress since only the dynamic libraries have been touched and not all of include_directories directives are gone yet. cmake: remove GR_INCLUDE_SUBDIRECTORY macro Previously this macro was used to inject subdirectories in the current CMake namespace. This is generally undesired and pollutes the current context. previously GNU Radio CMake had a non-default option ENABLE_STATIC_LIBS to build both, shared libraries and static libraries. This seems to be a construction taken over from autotools and serves no purpuose in CMake and complicates the library building. cmake: remove GR_LIBTOOL and la generation support This looks like it was primarily used to support projects using autotools, but comments state that the generated .la files aren't compatible with autotools anyway. cmake: Bump required CMake version to 3.8 UseSWIG cmake uses syntax which requires at least CMake 3.8 and is non-trivial to change | |||||
* | gr-digital: Prevent the clock tracking loop from generating negative estimates | Andy Walls | 2019-02-17 | 4 | -6/+16 | |
| | | | | | | | | | | | Under extreme circumstances of the error signal input, the clock tracking loop would allow the average clock period and instantaneous clock period estimates to go negative, resulting in an infinite loop when wrapping the clock phase. Change clock period estimate limiting to happen when the estimates are being formed, so that the negative, non-sensical values aren't allowed to happen. | |||||
* | cmake: remove unused *_generated_swigs syntax | Andrej Rode | 2019-01-07 | 1 | -1/+0 | |
| | | | | | these variables are always empty and are leftovers from removing gengen templates | |||||
* | nomalizing of constellation points is made configurable | Christoph Mayer | 2018-12-03 | 1 | -14/+19 | |
| | ||||||
* | Fix compiler warnings about unsigned / signed comparisons | Volker Schroer | 2018-11-24 | 2 | -3/+3 | |
| | ||||||
* | Replaced srand (non-threadsafe) and constant seed instead of time(null) | Marcus Müller | 2018-11-22 | 1 | -24/+24 | |
| | | | | | qa_header_format is a randomly failing test. In the past, this was caused by unreliable RNG. | |||||
* | digital: fix coverity issue regarding passing reference to array | Andrej Rode | 2018-11-12 | 1 | -3/+4 | |
| | ||||||
* | Cosmetic change to additive_scrambler_bb_impl.cc | Daniel Grambihler | 2018-11-02 | 1 | -1/+1 | |
| | | | There was a stray semicolon (line #103) on the closing brace of an if-block. Just an extra null statement after the if, so not a functional change. | |||||
* | blocks: use this-> to access member variable in template | Andrej Rode | 2018-09-01 | 1 | -2/+2 | |
| | ||||||
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 34 | -1092/+320 | |
|\ | ||||||
| * | filter: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 3 | -10/+8 | |
| | | ||||||
| * | digital: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 5 | -133/+180 | |
| | | ||||||
| * | blocks: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 2 | -12/+10 | |
| | | ||||||
| * | crc32_bb: removed erroneous d_buffer.clear(), replaced by 0-filling | Marcus Müller | 2018-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | crc32: use one std::vector buffer for unpacked & packed operation | Andrej Rode | 2018-07-12 | 2 | -11/+12 | |
| | | ||||||
| * | digital: handle unpacked bytes correctly in CRC32_bb | Andrej Rode | 2018-07-12 | 2 | -6/+24 | |
| | | ||||||
| * | clock_recovery_mm_cc: assertions, logging now proper | Marcus Müller | 2018-07-12 | 1 | -7/+4 | |
| | | ||||||
| * | clock_recovery_mm_cc: vector out-of-bound access, whitespace | Marcus Müller | 2018-07-12 | 1 | -63/+66 | |
| | | ||||||
| * | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 11 | -16/+4 | |
| | | ||||||
| * | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 8 | -48/+47 | |
| | | ||||||
| * | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 11 | -70/+71 | |
| |\ | ||||||
| * \ | Merge branch 'master' into next | Johnathan Corgan | 2017-08-27 | 4 | -0/+16 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-08-14 | 1 | -7/+0 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-08-03 | 6 | -33/+135 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-07-20 | 1 | -20/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-fcd/lib/CMakeLists.txt | |||||
| * \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-07-17 | 11 | -1/+4987 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/CMakeLists.txt | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-06-27 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-05-01 | 1 | -12/+29 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-04-23 | 5 | -34/+24 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-04-10 | 3 | -0/+197 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-04-03 | 1 | -40/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-03-22 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-wxgui/lib/CMakeLists.txt | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-03-20 | 2 | -7/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | digital: remove build references to removed files | Johnathan Corgan | 2016-11-15 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-11-15 | 5 | -100/+110 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | digital: remove deprecated mpsk_receiver block | Johnathan Corgan | 2016-11-12 | 3 | -575/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'deprecate-mpsk-receiver' into remove-mpsk-receiver | Johnathan Corgan | 2016-11-12 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-11-04 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | digital: remove correlate_and_sync (use corr_est) | Johnathan Corgan | 2016-09-08 | 4 | -237/+2 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'mmueller/fix_GLFSR' into next | Johnathan Corgan | 2016-08-16 | 5 | -59/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | digital:move GLFSR from 'int' to 'uint32'. Add SWIG interface | Marcus Müller | 2016-08-09 | 5 | -59/+68 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-08-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-08-09 | 2 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | |||||
* | | | | | | | | | | | | | | | | | | | | Convert set_relative_rate(double) to the new integer or receiprocal call | Andy Walls | 2018-08-23 | 15 | -16/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mass conversion of existing set_relative_rate(double) calls to either the set_relative_rate(uint64_t, uint64_t) or set_inverse_relative_rate(double) calls, where ever easily possible and appropriate, to improve tag propagation precision for fixed relative rates. | |||||
* | | | | | | | | | | | | | | | | | | | | crc32_bb: removed erroneous d_buffer.clear(), replaced by 0-filling | Marcus Müller | 2018-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | clock_recovery_mm_cc: assertions, logging now proper | Marcus Müller | 2018-07-09 | 1 | -7/+4 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | clock_recovery_mm_cc: vector out-of-bound access, whitespace | Marcus Müller | 2018-07-09 | 1 | -63/+66 | |
| | | | | | | | | | | | | | | | | | | | |