summaryrefslogtreecommitdiff
path: root/gr-blocks/python
Commit message (Collapse)AuthorAgeFilesLines
* uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-0427-62/+29
| | | | uninstalled import works with recent changes.
* uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-031-1/+1
|
* Merged in master.Ben Reynwar2013-06-031-0/+1
|\
| * Merge branch 'master' into nextJohnathan Corgan2013-05-221-0/+1
| |\
* | | Merged in next_docs branch.Ben Reynwar2013-05-196-10/+57
|\| |
| * | Merge with next branch.Ben Reynwar2013-05-191-2/+1
| |\ \
| | * | docstrings: Improving subpackage docstrings.Ben Reynwar2013-05-101-2/+1
| | | |
| * | | Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-131-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 conflictsMartin Braun2013-05-121-0/+47
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * blocks: Added tag gateMartin Braun2013-05-111-0/+49
| | | |
| * | | runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-294-8/+9
| |/ /
* | | Merged in 'next' branch.Ben Reynwar2013-05-101-2/+2
|\| |
| * | blocks: remove use of assertGreater in test to go back to support Python 2.5.Tom Rondeau2013-04-051-2/+2
| | |
* | | Merged next into uninstalled import branch.Ben Reynwar2013-04-0264-297/+2724
|\| |
| * | gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-012-8/+2
| | | | | | | | | | | | PMTs are handled slightly different and are installed into their own module and include dir.
| * | uhd: include directory naming bug fixed.Tom Rondeau2013-03-291-0/+50
| | |
| * | blocks: if ControlPort is disabled, do not run its QA tests.Tom Rondeau2013-03-271-0/+13
| | |
| * | runtime: build structure updates so ControlPort is usable in QA and once ↵Tom Rondeau2013-03-271-1/+0
| | | | | | | | | | | | installed.
| * | runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-0/+1
| | |
| * | blocks: removed plateau from gr-analog; now in gr-blocks.Tom Rondeau2013-03-181-2/+2
| | |
| * | Merge branch 'master' into nextTom Rondeau2013-03-181-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 Rondeau2013-03-181-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 Rondeau2013-03-171-2/+2
| | |
| * | blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-1751-404/+1508
| | | | | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
| * | Merge branch 'master' into nextTom Rondeau2013-03-178-0/+549
| |\| | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.i
| | * blocks: moved nop, null source/sink, copy, vector_map to gr-blocks.Tom Rondeau2013-03-163-1/+151
| | |
| | * blocks: moving copy, endian_swap, head, skiphead, vector_source/sink/insert ↵Tom Rondeau2013-03-166-0/+399
| | | | | | | | | | | | to gr-blocks.
| | * digital: fix QA tests for pmt importJohnathan Corgan2013-03-162-2/+2
| | |
| | * Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-162-0/+238
| | | | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt
| * | Merge branch 'ofdm-master' into ofdm-nextJohnathan Corgan2013-03-153-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 importJohnathan Corgan2013-03-152-2/+2
| | | |
| | * | Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-152-0/+238
| | |/ | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt
| * | Merge branch 'master' into nextTom Rondeau2013-03-131-8/+8
| |\|
| | * blocks: fixing some UDP handling of ports/options; using gr-blocks blocks in QA.Tom Rondeau2013-03-131-8/+8
| | |
| * | audio: minor master merge fix.Tom Rondeau2013-03-132-0/+2
| | | | | | | | | | | | blocks: fix QA to turn off controlport (should generalize this).
| * | Merge branch 'master' into nextTom Rondeau2013-03-131-0/+121
| |\|
| | * blocks: udp_sink and udp_source implemented in gr-blocks using boost::asio ↵Tom Rondeau2013-03-131-0/+121
| | | | | | | | | | | | | | | | | | instead of sockets. Needs testing on non-Linux OSes.
| * | Merge branch 'master' into nextTom Rondeau2013-03-101-0/+93
| |\|
| | * blocks: moved file sink and base and descriptor source/sink to gr-blocks.Tom Rondeau2013-03-101-0/+93
| | |
| * | Merge branch 'master' into nextTom Rondeau2013-03-094-1/+141
| |\|
| | * blocks: moved tagged_file_sink and wavfile source/sink/base to gr-blocks.Tom Rondeau2013-03-094-1/+141
| | |
| * | Merge branch 'master' into nextTom Rondeau2013-03-081-0/+59
| |\|
| | * blocks: moving vco/nco bases to gr-blocks.Tom Rondeau2013-03-081-0/+59
| | |
* | | blocks: Updating testing environment.Ben Reynwar2013-03-1140-171/+151
| | |
* | | blocks: Enabling uninstalled python imports.Ben Reynwar2013-03-0743-1/+8
|/ /
* | Merge branch 'master' into nextTom Rondeau2013-03-071-2/+1
|\| | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/qa_pdu.py
| * core: moving over setting of max_messages option to conf.in file.Tom Rondeau2013-03-071-2/+1
| | | | | | | | blocks: these timers were actually doing much, so we can speed up the tests.
* | blocks: removing bin_statistics_f from core; now in gr-blocks.Tom Rondeau2013-03-071-7/+6
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-071-15/+11
|\|
| * blocks: moving bin_statistics_f into gr-blocks.Tom Rondeau2013-03-071-0/+227
| | | | | | | | QA worked, but keeping disabled for now in reference to issue #199.