Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | blocks: vector source: Fix compiler warnings | Martin Braun | 2018-12-12 | 1 | -1/+1 | |
| | ||||||
* | Fix compiler warnings about unsigned / signed comparisons | Volker Schroer | 2018-11-24 | 2 | -3/+3 | |
| | ||||||
* | gr-blocks: use libvolk to speed up nlog10_ff block | karel- | 2018-11-14 | 2 | -27/+19 | |
| | | | | | | | This results in an order of magnitude improvement for the throughput. Reviewed-By: Marcus Müller <marcus@hostalia.de> Reviewed-By: Martin Braun <martin.braun@ettus.com> | |||||
* | bin_statistics_f_impl.cc: Address Coverity 1375158. | Philip Balister | 2018-11-05 | 1 | -2/+0 | |
| | | | | | | | The code tests if an unsigned value is greater than zero. This is always true. Remove code that has no effect. Signed-off-by: Philip Balister <philip@balister.org> | |||||
* | interleave_impl.cc: Address Coverity 1327839, 1327840, 1327841, 1327842. | Philip Balister | 2018-11-05 | 1 | -4/+4 | |
| | | | | | | | | | | Dividing two ints gives a result that is an int. Adding 0.5f and converting back to an int gives the original result. This change keeps the current behavior and doesn't implement the (suspected) desired behavior. If rounding is desired, the divison should be done as a float, so the 0.5f is added to a float before truncation. Signed-off-by: Philip Balister <philip@balister.org> | |||||
* | wavfile_sink_impl.cc: Address Coverity 1327860. | Philip Balister | 2018-11-05 | 1 | -3/+0 | |
| | | | | | | | | The test for bps != 16 will never be true since earlier the code established bps is 8 or 18, this test for != 16 occurs in a branch where bps must already be equal to 16. Signed-off-by: Philip Balister <philip@balister.org> | |||||
* | Allow the full range of offsets. | Clayton Smith | 2018-11-02 | 1 | -5/+16 | |
| | ||||||
* | Change vector length variables to unsigned type | Sebastian Müller | 2018-11-01 | 10 | -19/+19 | |
| | ||||||
* | tuntap_pdu_impl.cc: Don't leak socket handle.. | Philip Balister | 2018-10-05 | 1 | -2/+5 | |
| | | | | | | * Addresses Coverity 1375160 Signed-off-by: Philip Balister <philip@balister.org> | |||||
* | blocks: unpacked/packed use member variable for bits_per_type | Andrej Rode | 2018-09-01 | 2 | -2/+2 | |
| | ||||||
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 128 | -3778/+2295 | |
|\ | ||||||
| * | Killing gengen: Merge branch 'cxx_templates_next' into next | Marcus Müller | 2018-08-29 | 93 | -2973/+2060 | |
| |\ | ||||||
| | * | blocks: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 93 | -2973/+2060 | |
| | | | ||||||
| * | | Remove unused CMake-time tests | Marcus Müller | 2018-08-27 | 1 | -13/+0 | |
| |/ | ||||||
| * | Changed file_meta_sink's signature to take unserialized pmt | Marcus Müller | 2018-07-14 | 2 | -36/+38 | |
| | | | | | | | | | | | | | | | | | | | | For some reason, the block accepts serialized PMT from in-GNU Radio, then unserializes it, then serializes it back. All possible uses probably will prefer just passing the PMT itself. Changing the API inherently fixes the Py3-migration related std::string handling ambiguity. | |||||
| * | move declaration to case | Douglas Weber | 2018-07-12 | 1 | -2/+4 | |
| | | ||||||
| * | Unbreak boost 1.67. Constrain the delay in message_strobe to integer ↵ | Peter Horvath | 2018-07-08 | 4 | -12/+12 | |
| | | | | | | | | milliseconds. | |||||
| * | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 20 | -23/+8 | |
| | | ||||||
| * | Merge branch 'fix_cmake_cxx_standard' of ↵ | Marcus Müller | 2018-03-22 | 2 | -12/+15 | |
| |\ | | | | | | | | | | https://github.com/noc0lour/gnuradio into noc0lour-fix_cmake_cxx_standard | |||||
| | * | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 2 | -12/+15 | |
| | | | ||||||
| * | | cleanup: add missing includes + reorder qtgui includes correctly | Andrej Rode | 2018-03-04 | 1 | -0/+1 | |
| | | | ||||||
| * | | file_source: add optional offset (in items) and len (in items) | Jeff Long | 2018-02-08 | 2 | -77/+137 | |
| |/ | | | | | | | | | | | | | - Adds unit tests, and splits existing unit tests into different files: qa_file_source.py - tests file_source_f qa_file_sink.py - tests file_sink_f qa_file_descriptor_source_sink.py - tests file_descriptor_*_f | |||||
| * | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 3 | -1/+14 | |
| |\ | ||||||
| * \ | Merge branch 'master' into next | Johnathan Corgan | 2017-10-05 | 2 | -19/+53 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/CMakeLists.txt gr-uhd/lib/usrp_source_impl.cc gr-uhd/lib/usrp_source_impl.h | |||||
| * \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-09-22 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-08-27 | 3 | -9/+18 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-08-27 | 3 | -4/+21 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/include/gnuradio/logger.h | |||||
| * \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-07-20 | 1 | -0/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-fcd/lib/CMakeLists.txt | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-07-13 | 2 | -1/+31 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-06-27 | 4 | -35/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-06-22 | 2 | -3/+44 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-06-22 | 2 | -24/+29 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-06-07 | 2 | -0/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | runtime: replace std::auto_ptr usage with std::unique_ptr | Johnathan Corgan | 2017-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-04-03 | 3 | -0/+131 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-03-27 | 3 | -0/+156 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | 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-01-30 | 2 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-fec/include/gnuradio/fec/CMakeLists.txt | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-11-11 | 2 | -0/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | fixed QA, conditionalized adding loop | Marcus Müller | 2016-09-15 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | VOLKized nlog10 | Marcus Müller | 2016-09-15 | 2 | -7/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The inner VOLK demanded improvement of this. Still not perfect; a volk_32f_s32f_log2_scaled kernel would be better. | |||||
| * | | | | | | | | | | | | | | | | | blocks: remove gr::blocks::message_burst_source | Johnathan Corgan | 2016-09-03 | 3 | -208/+0 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | blocks: remove old style message queue blocks | Johnathan Corgan | 2016-09-03 | 5 | -403/+0 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-08-16 | 4 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-08-01 | 3 | -0/+235 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | blocks: don't block waiting for messages | Bastian Bloessl | 2016-06-29 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Convert set_relative_rate(double) to the new integer or receiprocal call | Andy Walls | 2018-08-23 | 11 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | | | | | | | | | | | | | | | gr-blocks: fix indentation multiply_const_XX | karel- | 2018-07-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | gr-blocks: make multiply_const_XX vector compatible | karel- | 2018-07-25 | 2 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | |