Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | blocks: refactored stream_mux to be more flexible with buffer sizes | Martin Braun | 2014-03-25 | 1 | -1/+15 | |
| | ||||||
* | blocks: tagged_stream_to_pdu now uses logic from tagged_stream_block, also ↵ | Martin Braun | 2014-02-17 | 1 | -6/+37 | |
| | | | | more QA | |||||
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵ | Philip Balister | 2013-12-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org> | |||||
* | runtime: Moved QA code that uses blocks to the gr-blocks component. | Tom Rondeau | 2013-12-01 | 1 | -0/+204 | |
| | ||||||
* | blocks: fix pdu_to_tagged_stream when saving leftover items | Alistair Bird | 2013-11-21 | 1 | -0/+21 | |
| | ||||||
* | Merge branch 'maint' of git.gnuradio.org:gnuradio into maint | Tom Rondeau | 2013-11-16 | 2 | -3/+7 | |
|\ | ||||||
| * | blocks: allow extra header chunks in wav_file_source | Sebastian Koslowski | 2013-11-16 | 2 | -3/+7 | |
| | | ||||||
* | | blocks: updated UDP source to handle no network connections by allowing use ↵ | Tom Rondeau | 2013-11-16 | 1 | -3/+5 | |
|/ | | | | | | of loopback device. Also fixed an infrequent problem on shutdown before the thread exited. Updated QA code to verify ports used will not clash. | |||||
* | blocks: Added tagged stream mux feature to preserve "head" position of tags ↵ | Martin Braun | 2013-11-03 | 1 | -0/+34 | |
| | | | | on other inputs than 0 | |||||
* | blocks: New block to convert streams to tagged streams | Martin Braun | 2013-10-24 | 1 | -0/+53 | |
| | ||||||
* | blocks: adding a complex VCO block. | Tom Rondeau | 2013-08-26 | 1 | -0/+23 | |
| | ||||||
* | blocks: adding a tags strobing block to help test tag stream. | Tom Rondeau | 2013-07-22 | 1 | -0/+96 | |
| | ||||||
* | runtime: added support for setting thread affinity to all blocks under a ↵ | Tom Rondeau | 2013-07-17 | 1 | -0/+33 | |
| | | | | | | | | | | | | | hier_block2. grc: added field to all blocks to set the thread affinity to a list of processors. docs: updated docs on thread affinity for new features. Conflicts: grc/base/Block.py grc/python/flow_graph.tmpl | |||||
* | blocks: Added QA code for all ControlPort probe types. | Tom Rondeau | 2013-07-16 | 2 | -0/+230 | |
| | ||||||
* | Merge branch 'maint' | Johnathan Corgan | 2013-06-07 | 1 | -3/+5 | |
|\ | | | | | | | | | Conflicts: gr-blocks/python/blocks/qa_file_metadata.py | |||||
| * | blocks: fix use of assertGreater in QA for older Python | Johnathan Corgan | 2013-06-07 | 1 | -3/+2 | |
| | | ||||||
* | | Removing gruel from QA python paths. | Ben Reynwar | 2013-06-06 | 1 | -1/+0 | |
| | | ||||||
* | | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵ | Ben Reynwar | 2013-06-04 | 27 | -62/+29 | |
| | | | | | | | | uninstalled import works with recent changes. | |||||
* | | uninstalled imports: Fixing up after merge with master. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in master. | Ben Reynwar | 2013-06-03 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2013-05-22 | 1 | -0/+1 | |
| |\| | ||||||
* | | | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 6 | -10/+57 | |
|\| | | ||||||
| * | | Merge with next branch. | Ben Reynwar | 2013-05-19 | 1 | -2/+1 | |
| |\ \ | ||||||
| | * | | docstrings: Improving subpackage docstrings. | Ben Reynwar | 2013-05-10 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Merge branch 'next' into runtime_pimpl | Johnathan Corgan | 2013-05-13 | 1 | -0/+47 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig0.i gr-digital/lib/ofdm_chanest_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.h gr-digital/lib/ofdm_sync_sc_cfb_impl.cc gr-digital/lib/packet_header_default.cc gr-digital/lib/packet_headerparser_b_impl.cc | |||||
| | * \ \ | Merge branch 'master-ofdm', fixed conflicts | Martin Braun | 2013-05-12 | 1 | -0/+47 | |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | ||||||
| | | * | blocks: Added tag gate | Martin Braun | 2013-05-11 | 1 | -0/+49 | |
| | | | | ||||||
| * | | | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 4 | -8/+9 | |
| |/ / | ||||||
* | | | Merged in 'next' branch. | Ben Reynwar | 2013-05-10 | 1 | -2/+2 | |
|\| | | ||||||
| * | | blocks: remove use of assertGreater in test to go back to support Python 2.5. | Tom Rondeau | 2013-04-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 64 | -297/+2724 | |
|\| | | ||||||
| * | | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 2 | -8/+2 | |
| | | | | | | | | | | | | PMTs are handled slightly different and are installed into their own module and include dir. | |||||
| * | | uhd: include directory naming bug fixed. | Tom Rondeau | 2013-03-29 | 1 | -0/+50 | |
| | | | ||||||
| * | | blocks: if ControlPort is disabled, do not run its QA tests. | Tom Rondeau | 2013-03-27 | 1 | -0/+13 | |
| | | | ||||||
| * | | runtime: build structure updates so ControlPort is usable in QA and once ↵ | Tom Rondeau | 2013-03-27 | 1 | -1/+0 | |
| | | | | | | | | | | | | installed. | |||||
| * | | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | blocks: removed plateau from gr-analog; now in gr-blocks. | Tom Rondeau | 2013-03-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' into next | Tom Rondeau | 2013-03-18 | 1 | -0/+46 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-digital/lib/digital_ofdm_sync_sc_cfb.cc | |||||
| | * | blocks: copied plateau_detector from analog to blocks. | Tom Rondeau | 2013-03-18 | 1 | -0/+46 | |
| | | | | | | | | | | | | This will be removed from gr-analog on next, but I already removed it from any GRC categories to discourage its use. | |||||
| * | | blocks: moved ctrlport_probes to gr-blocks. Removed from gnuradio-core. | Tom Rondeau | 2013-03-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 51 | -404/+1508 | |
| | | | | | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | |||||
| * | | Merge branch 'master' into next | Tom Rondeau | 2013-03-17 | 8 | -0/+549 | |
| |\| | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.i | |||||
| | * | blocks: moved nop, null source/sink, copy, vector_map to gr-blocks. | Tom Rondeau | 2013-03-16 | 3 | -1/+151 | |
| | | | ||||||
| | * | blocks: moving copy, endian_swap, head, skiphead, vector_source/sink/insert ↵ | Tom Rondeau | 2013-03-16 | 6 | -0/+399 | |
| | | | | | | | | | | | | to gr-blocks. | |||||
| | * | digital: fix QA tests for pmt import | Johnathan Corgan | 2013-03-16 | 2 | -2/+2 | |
| | | | ||||||
| | * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-16 | 2 | -0/+238 | |
| | | | | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | |||||
| * | | Merge branch 'ofdm-master' into ofdm-next | Johnathan Corgan | 2013-03-15 | 3 | -0/+265 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fixups for next branch changes Conflicts: CMakeLists.txt gnuradio-core/src/lib/io/gr_message_sink.cc gnuradio-core/src/lib/io/gr_message_sink.h gnuradio-core/src/lib/io/gr_message_sink.i gnuradio-core/src/lib/io/gr_message_source.cc gnuradio-core/src/lib/io/gr_message_source.h gnuradio-core/src/lib/io/gr_message_source.i gr-blocks/CMakeLists.txt gr-digital/CMakeLists.txt gr-digital/grc/digital_block_tree.xml gr-digital/include/digital/CMakeLists.txt gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/lib/CMakeLists.txt gr-digital/lib/digital_ofdm_cyclic_prefixer.cc gr-digital/lib/ofdm_cyclic_prefixer_impl.h gr-digital/python/CMakeLists.txt gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i | |||||
| | * | | digital: fix QA tests for pmt import | Johnathan Corgan | 2013-03-15 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-15 | 2 | -0/+238 | |
| | |/ | | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | |||||
| * | | Merge branch 'master' into next | Tom Rondeau | 2013-03-13 | 1 | -8/+8 | |
| |\| |