Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | blocks: Add Complex to IChar block | Mike Walters | 2015-10-12 | 1 | -0/+10 | |
| | | | ||||||
* | | | Merge branch 'maint' | Johnathan Corgan | 2015-10-13 | 1 | -0/+105 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | blocks: add socket_pdu test using a flowgraph | Nathan West | 2015-10-07 | 1 | -1/+61 | |
| | | ||||||
| * | blocks: add socket_pdu qa | Nathan West | 2015-10-05 | 1 | -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 fixes | Johnathan Corgan | 2015-10-03 | 1 | -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 Corgan | 2015-09-07 | 1 | -6/+42 | |
|\ \ | ||||||
| * | | blocks: Fully added cc version of multiply_matrix | Martin Braun | 2015-09-07 | 1 | -6/+42 | |
| |/ | ||||||
* | | Merge remote-tracking branch 'fewu/insert_vector_tag_fixes' | Johnathan Corgan | 2015-08-30 | 1 | -0/+61 | |
|\ \ | |/ |/| | ||||||
| * | blocks: make vector_insert propagate tags correctly | Felix Wunsch | 2015-08-13 | 1 | -0/+61 | |
| | | ||||||
* | | + Fixed Bug in qa_multiply_matrix_ff test_005_t | spectrejan | 2015-08-30 | 1 | -3/+3 | |
|/ | ||||||
* | blocks: better implementation of peak_detector2. Address #783. | Achilleas Anastasopoulos | 2015-04-26 | 1 | -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 Corgan | 2015-04-26 | 1 | -0/+52 | |
|\ | ||||||
| * | blocks: added tag tests to vector source QA code | Sean Nowlan | 2015-04-26 | 1 | -0/+52 | |
| | | ||||||
* | | Merge branch 'ctrlport' | Johnathan Corgan | 2015-04-15 | 4 | -12/+528 | |
|\ \ | |/ |/| | ||||||
| * | cmake: fix case for ctrlport when no backends installed | Tom Rondeau | 2015-04-15 | 1 | -3/+3 | |
| | | ||||||
| * | controlport: QA needs to get host and port out of the endpoint. | Tom Rondeau | 2015-04-02 | 3 | -10/+32 | |
| | | | | | | | | Probably need a better parsing strategy. | |||||
| * | controlport: more cleaning up. | Tom Rondeau | 2015-04-02 | 1 | -3/+2 | |
| | | ||||||
| * | controlport: cleaning up; trying to handle shutdown better. | Tom Rondeau | 2015-04-02 | 3 | -7/+502 | |
| | | | | | | | | Added QA code in for testing probes and other basic connection features. Requires nthreads >= 10. | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2015-04-04 | 1 | -0/+16 | |
|\ \ | |/ |/| | | | | | Conflicts: volk | |||||
| * | runtime: QA for lock()/unlock() deadlock | Jiří Pinkava | 2015-04-01 | 1 | -0/+16 | |
| | | ||||||
* | | blocks: integration supports vector input | Jiří Pinkava | 2015-02-23 | 1 | -0/+22 | |
|/ | ||||||
* | blocks: added endianness toggle to repack bits. | Tom Rondeau | 2014-12-29 | 1 | -1/+52 | |
| | ||||||
* | blocks: Made pdu_to_tagged_stream a TSB source | Martin Braun | 2014-12-09 | 1 | -2/+0 | |
| | ||||||
* | fix UDP test | Jiří Pinkava | 2014-11-24 | 1 | -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 Corgan | 2014-08-26 | 1 | -4/+6 | |
|\ | ||||||
| * | blocks: Fixed some broken license headers | Martin Braun | 2014-08-26 | 1 | -4/+6 | |
| | | ||||||
* | | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 3 | -503/+6 | |
|\| | | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt | |||||
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 3 | -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 Rondeau | 2014-07-31 | 1 | -0/+72 | |
| | | ||||||
* | | blocks: adding VOLK support for some functions. | Tom Rondeau | 2014-07-29 | 2 | -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 Corgan | 2014-07-24 | 1 | -0/+172 | |
|\ \ | |/ |/| | ||||||
| * | blocks: Added multiply_matrix_ff | Martin Braun | 2014-07-07 | 1 | -0/+172 | |
| | | | | | | | | | | This block maps inputs to outputs by matrix multiplication. Also includes QA. | |||||
* | | Removing trailing/extra whitespaces before release (for master). | Tom Rondeau | 2014-07-07 | 1 | -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 Rondeau | 2014-07-07 | 19 | -46/+46 | |
|\ \ | |/ |/| | ||||||
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 19 | -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_n | Tom Rondeau | 2014-06-27 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch 'maint' | Tom Rondeau | 2014-06-26 | 1 | -2/+24 | |
|\| | ||||||
| * | runtime: addes get_tags_in_window to block_gateway for python blocks. Added QA. | Tom Rondeau | 2014-06-26 | 1 | -2/+24 | |
| | | | | | | | | Addresses Issue #683. | |||||
* | | Merge branch 'maint' | Tom Rondeau | 2014-06-26 | 1 | -0/+16 | |
|\| | ||||||
| * | call do_update after calling open in the file source constructor, | cottrema | 2014-06-26 | 1 | -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 Corgan | 2014-05-23 | 3 | -108/+130 | |
|\ \ | ||||||
| * | | blocks: updated some QAs to use proper tsb functions | Martin Braun | 2014-05-20 | 3 | -110/+74 | |
| | | | ||||||
| * | | blocks: Added tsb_vector_sinks | Martin Braun | 2014-05-20 | 1 | -0/+58 | |
| |/ | ||||||
* | | Merge branch 'fecapi' | Tom Rondeau | 2014-05-20 | 1 | -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 Rondeau | 2014-05-19 | 1 | -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 Rondeau | 2014-05-17 | 1 | -1/+13 | |
| | | | | | | | | repack_bits block. | |||||
| * | fec: changed puncture block for easier to use API. | Tom Rondeau | 2014-05-17 | 1 | -22/+21 | |
| | | | | | | | | Added documentation; added QA code. | |||||
| * | tests for block mode | Nicholas McCarthy | 2014-05-17 | 1 | -0/+68 | |
| | | ||||||
* | | blocks: fix for qa_python_message_passing and new system port | Tim O'Shea | 2014-05-02 | 1 | -4/+2 | |
| | | ||||||
* | | runtime: update message port qa to account for new system port | Tim O'Shea | 2014-04-28 | 1 | -1/+1 | |
|/ |