Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 4 | -0/+126 | |
| |\| | | | | | | | | | | Adjusted pmt usage for naming | |||||
| | * | Merge remote-tracking branch 'reynwar/python_msg' | Johnathan Corgan | 2013-02-12 | 4 | -0/+126 | |
| | |\ | ||||||
| | | * | core: Enabling msg_connect within python blocks. | Roy Thompson | 2013-01-31 | 4 | -0/+126 | |
| | | | | ||||||
* | | | | core: exposing gr_throttle to CtrlPort | Tim O'Shea | 2013-02-13 | 2 | -0/+20 | |
|/ / / | ||||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-06 | 3 | -2/+5 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merges fastnoise_source from master and reorganizes it to gr-analog. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/gengen/CMakeLists.txt gnuradio-core/src/lib/hier/gr_channel_model.cc gnuradio-core/src/lib/hier/gr_channel_model.h | |||||
| * | | core: adding gr_random_pdu message passing block | Tim O'Shea | 2013-02-05 | 2 | -0/+3 | |
| |/ | ||||||
* | | ctrlport: updated all blocks using controlport to use new style of setup_rpc. | Tom Rondeau | 2013-01-23 | 6 | -31/+56 | |
| | | | | | | | | QA fixed and passing. | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-14 | 3 | -0/+177 | |
|\| | ||||||
| * | core: adding gr_random_pdu message passing block | Tim O'Shea | 2013-01-14 | 3 | -0/+177 | |
| | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i | |||||
* | | Merge branch 'pmt_rename' into next | Tom Rondeau | 2013-01-02 | 7 | -20/+20 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu.cc gruel/src/lib/pmt/pmt.cc gruel/src/lib/pmt/qa_pmt_prims.cc gruel/src/lib/pmt/unv_template.cc.t gruel/src/swig/pmt_swig.i | |||||
| * | | gruel: updating all GR blocks that use PMTs to use new naming. | Tom Rondeau | 2012-12-21 | 7 | -20/+20 | |
| | | | ||||||
* | | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 117 | -6149/+0 | |
|/ / | | | | | | | Also fixes up some other missing moves. | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-18 | 1 | -2/+2 | |
|\| | ||||||
| * | core: gr_tag_debug handles lacking srcid | Martin Braun | 2012-12-18 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-14 | 1 | -11/+15 | |
|\| | | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt | |||||
| * | core: better tag debugger. Only outputs when there are tags to show. | Tom Rondeau | 2012-12-13 | 1 | -11/+15 | |
| | | ||||||
| * | build: cleaned up some warnings. | Tom Rondeau | 2012-12-03 | 1 | -0/+4 | |
| | | ||||||
* | | ctrlport: cleaning up contorlport builds. | Tom Rondeau | 2012-12-04 | 4 | -11/+9 | |
| | | | | | | | | I was getting confused with where ENABLE_GR_CTRLPORT was used, so this uses that in cmake and GR_CTRLPORT for the C++ and Swig files. | |||||
* | | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵ | Tom Rondeau | 2012-12-03 | 5 | -0/+61 | |
| | | | | | | | | with next. | |||||
* | | Merging ctrlport2 into next branch. | Tom Rondeau | 2012-12-03 | 6 | -0/+430 | |
| | | ||||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-12-01 | 2 | -22/+11 | |
|\| | ||||||
| * | core: cleanup on pdu/msg blocks | Johnathan Corgan | 2012-12-01 | 2 | -22/+11 | |
| | | ||||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-30 | 5 | -0/+181 | |
|\| | ||||||
| * | core: gr_blocks can now have only message ports with no general_work() | Tim O'Shea | 2012-11-30 | 5 | -0/+181 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-29 | 1 | -1/+2 | |
|\| | ||||||
| * | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-29 | 1 | -1/+2 | |
| | | ||||||
* | | Revert "core: adding msg_connect, updating msg interface, adding symbolic ↵ | Johnathan Corgan | 2012-11-29 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | block names" (to be reapplied on master branch and re-merged in) This reverts commit 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9. | |||||
* | | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-28 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-11-27 | 5 | -1/+445 | |
|\| | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i | |||||
| * | Revert "Revert "Merge remote branch 'jblum-github/python_blocks2' into master"" | Tom Rondeau | 2012-11-27 | 5 | -1/+445 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 3a142bebafdc018bccc80cf124a375b53db03581. Since updating __init__.py for ticket 181, we should have fixed the same bug that was being seen here. Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt | |||||
* | | fec: add new top-level component for FEC blocks | Johnathan Corgan | 2012-11-12 | 8 | -358/+0 | |
| | | | | | | | | Removed viterbi and reed-solomon from gnuradio-core | |||||
* | | gr_fxpt_xco: inline classes, nothing to export | Josh Blum | 2012-11-12 | 2 | -2/+2 | |
| | | ||||||
* | | analog: removed noise and sig sources from core. | Tom Rondeau | 2012-11-10 | 1 | -16/+0 | |
| | | | | | | | | Fixed QA code for components that do not use gr-analog. | |||||
* | | analog: removing frequency mod, phase mod, quad demod, and rail from ↵ | Tom Rondeau | 2012-11-06 | 14 | -626/+0 | |
| | | | | | | | | gnuradio-core. | |||||
* | | analog: removing cpfsk and cpm from gnurdio-core. | Tom Rondeau | 2012-11-06 | 14 | -916/+1 | |
| | | ||||||
* | | analog: Removing all squelch blocks from gnuradio-core. | Tom Rondeau | 2012-11-06 | 20 | -1140/+0 | |
| | | | | | | | | Also updating some Python blocks and examples to properly pull from filter and analog. | |||||
* | | analog: removing probe_avg_mag_sqrd from gnuradio-core. | Tom Rondeau | 2012-11-06 | 11 | -598/+0 | |
| | | ||||||
* | | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵ | Tom Rondeau | 2012-11-01 | 14 | -798/+0 | |
| | | | | | | | | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest. | |||||
* | | analog: removed lfsr from gnuradio-core. | Tom Rondeau | 2012-10-31 | 2 | -153/+0 | |
| | | ||||||
* | | analog: removed all AGC blocks from gnuradio-core. | Tom Rondeau | 2012-10-31 | 25 | -1286/+0 | |
| | | | | | | | | Also replaces calls to gr.agc with analog.agc. | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-10-31 | 2 | -6/+56 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/CMakeLists.txt gr-digital/include/digital_additive_scrambler_bb.h gr-digital/include/digital_descrambler_bb.h gr-digital/include/digital_scrambler_bb.h gr-digital/lib/CMakeLists.txt Conflicts were for adding dependency on gr-analog. additive_scrambler_bb_impl, descrambler_bb_impl, and scrambler_bb_impl were update to use LFSR from gr-analog. | |||||
| * | analog: added PLL blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 2 | -6/+56 | |
| | | ||||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-10-13 | 2 | -2/+2 | |
|\| | ||||||
| * | Merge branch 'maint' | Johnathan Corgan | 2012-10-13 | 2 | -2/+2 | |
| |\ | ||||||
| | * | core: fix several tag includes throughout core | Josh Blum | 2012-10-13 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Techinically this include should be the tags header which brings in the pmt *and* the tags struct definition. This happens to be working because the struct definition is implicitly included by the gr_block* and subclass headers. | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-09-29 | 1 | -2/+2 | |
|\| | | ||||||
| * | | core: fix implicit assumption in skiphead | Josh Blum | 2012-09-29 | 1 | -2/+2 | |
| |/ | | | | | | | | | | | | | | | skiphead is a gr_block, not sync block, but assumes that the number of input items is at least the number of output items remove this assumption and make this safe with std::min(ninputs, noutputs) may be necessary with new scheduler patches that can vary the circular buffer sizes | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-09-27 | 1 | -1/+1 | |
|\| | ||||||
| * | core: fix use of private vars in place of API accessor | Josh Blum | 2012-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_tagged_file_sink.cc | |||||
| * | digital: fix private access in gr_endian_swap | Josh Blum | 2012-09-27 | 1 | -1/+1 | |
| | |