summaryrefslogtreecommitdiff
path: root/gr-blocks/python
Commit message (Collapse)AuthorAgeFilesLines
...
| * | blocks: Add Complex to IChar blockMike Walters2015-10-121-0/+10
| | |
* | | Merge branch 'maint'Johnathan Corgan2015-10-131-0/+105
|\ \ \ | |/ / |/| / | |/
| * blocks: add socket_pdu test using a flowgraphNathan West2015-10-071-1/+61
| |
| * blocks: add socket_pdu qaNathan West2015-10-051-0/+45
| | | | | | | | | | This test shows a current bug in blocks::socket_pdu. The block hangs in the destructor.
| * blocks: enable missing multiply_matrix_cc and backport fixesJohnathan Corgan2015-10-031-6/+42
| | | | | | | | | | | | | | | | | | | | * multiply_matrix_cc_impl.cc existed but did not have fixes from master * multiply_matrix_cc_impl.cc was missing from CMakeLists.txt * multiply_matrix_cc was missing from SWIG * QA from from master branch was backported
* | Merge remote-tracking branch 'mbr0wn/blocks/add_mmcc'Johnathan Corgan2015-09-071-6/+42
|\ \
| * | blocks: Fully added cc version of multiply_matrixMartin Braun2015-09-071-6/+42
| |/
* | Merge remote-tracking branch 'fewu/insert_vector_tag_fixes'Johnathan Corgan2015-08-301-0/+61
|\ \ | |/ |/|
| * blocks: make vector_insert propagate tags correctlyFelix Wunsch2015-08-131-0/+61
| |
* | + Fixed Bug in qa_multiply_matrix_ff test_005_tspectrejan2015-08-301-3/+3
|/
* blocks: better implementation of peak_detector2. Address #783.Achilleas Anastasopoulos2015-04-261-5/+82
| | | | | | In the original form, work function in peak_detector2 block sometimes returns -1. For more details, see the mailing list thread: - http://lists.gnu.org/archive/html/discuss-gnuradio/2015-04/msg00197.html
* Merge branch 'maint'Johnathan Corgan2015-04-261-0/+52
|\
| * blocks: added tag tests to vector source QA codeSean Nowlan2015-04-261-0/+52
| |
* | Merge branch 'ctrlport'Johnathan Corgan2015-04-154-12/+528
|\ \ | |/ |/|
| * cmake: fix case for ctrlport when no backends installedTom Rondeau2015-04-151-3/+3
| |
| * controlport: QA needs to get host and port out of the endpoint.Tom Rondeau2015-04-023-10/+32
| | | | | | | | Probably need a better parsing strategy.
| * controlport: more cleaning up.Tom Rondeau2015-04-021-3/+2
| |
| * controlport: cleaning up; trying to handle shutdown better.Tom Rondeau2015-04-023-7/+502
| | | | | | | | Added QA code in for testing probes and other basic connection features. Requires nthreads >= 10.
* | Merge branch 'maint'Johnathan Corgan2015-04-041-0/+16
|\ \ | |/ |/| | | | | Conflicts: volk
| * runtime: QA for lock()/unlock() deadlockJiří Pinkava2015-04-011-0/+16
| |
* | blocks: integration supports vector inputJiří Pinkava2015-02-231-0/+22
|/
* blocks: added endianness toggle to repack bits.Tom Rondeau2014-12-291-1/+52
|
* blocks: Made pdu_to_tagged_stream a TSB sourceMartin Braun2014-12-091-2/+0
|
* fix UDP testJiří Pinkava2014-11-241-1/+1
| | | | | After allowing IPv6 UDP test may fail because 'localhost' can be resolved as ::1 whereas UDP server listens on IPv4 interface. This enforces IPv4 also for client
* Merge branch 'maint'Johnathan Corgan2014-08-261-4/+6
|\
| * blocks: Fixed some broken license headersMartin Braun2014-08-261-4/+6
| |
* | Merge branch 'maint'Tom Rondeau2014-08-083-503/+6
|\| | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-083-503/+6
| | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* | blocks: fixes qa code to test more sub_XX cases.Tom Rondeau2014-07-311-0/+72
| |
* | blocks: adding VOLK support for some functions.Tom Rondeau2014-07-292-2/+294
| | | | | | | | | | | | | | | | | | * multipy_const_vcc and _vff * sub_ff * float_to_complex * binary_slicer Also adds a min_XX block to complement max_XX.
* | Merge remote-tracking branch 'martin/blocks/mult_matrix'Johnathan Corgan2014-07-241-0/+172
|\ \ | |/ |/|
| * blocks: Added multiply_matrix_ffMartin Braun2014-07-071-0/+172
| | | | | | | | | | This block maps inputs to outputs by matrix multiplication. Also includes QA.
* | Removing trailing/extra whitespaces before release (for master).Tom Rondeau2014-07-071-6/+6
| | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* | Merge branch 'maint'Tom Rondeau2014-07-0719-46/+46
|\ \ | |/ |/|
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0719-46/+46
| | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* | blocks: cleanup qa output statement in qa_keep_one_in_nTom Rondeau2014-06-271-1/+0
| |
* | Merge branch 'maint'Tom Rondeau2014-06-261-2/+24
|\|
| * runtime: addes get_tags_in_window to block_gateway for python blocks. Added QA.Tom Rondeau2014-06-261-2/+24
| | | | | | | | Addresses Issue #683.
* | Merge branch 'maint'Tom Rondeau2014-06-261-0/+16
|\|
| * call do_update after calling open in the file source constructor,cottrema2014-06-261-0/+16
| | | | | | | | | | otherwise if seek is called before work, a segmentation fault will occur as d_fp is null
* | Merge remote-tracking branch 'martin/tsb/prep_for_38'Johnathan Corgan2014-05-233-108/+130
|\ \
| * | blocks: updated some QAs to use proper tsb functionsMartin Braun2014-05-203-110/+74
| | |
| * | blocks: Added tsb_vector_sinksMartin Braun2014-05-201-0/+58
| |/
* | Merge branch 'fecapi'Tom Rondeau2014-05-201-2/+69
|\ \ | |/ |/| | | | | | | Conflicts: cmake/Modules/FindICE-3.5.cmake gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h
| * Revert "blocks: adding an option to swap the order of the output bits of a ↵Tom Rondeau2014-05-191-13/+1
| | | | | | | | | | | | | | | | repack_bits block." This reverts commit fbe59ce5a58477c6f60cff59b81c0cd3a8e2e024. Not necessary.
| * blocks: adding an option to swap the order of the output bits of a ↵Tom Rondeau2014-05-171-1/+13
| | | | | | | | repack_bits block.
| * fec: changed puncture block for easier to use API.Tom Rondeau2014-05-171-22/+21
| | | | | | | | Added documentation; added QA code.
| * tests for block modeNicholas McCarthy2014-05-171-0/+68
| |
* | blocks: fix for qa_python_message_passing and new system portTim O'Shea2014-05-021-4/+2
| |
* | runtime: update message port qa to account for new system portTim O'Shea2014-04-281-1/+1
|/