summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' into nextJohnathan Corgan2013-02-124-0/+126
| |\| | | | | | | | | | Adjusted pmt usage for naming
| | * Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan2013-02-124-0/+126
| | |\
| | | * core: Enabling msg_connect within python blocks.Roy Thompson2013-01-314-0/+126
| | | |
* | | | core: exposing gr_throttle to CtrlPortTim O'Shea2013-02-132-0/+20
|/ / /
* | | Merge branch 'master' into nextTom Rondeau2013-02-063-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 blockTim O'Shea2013-02-052-0/+3
| |/
* | ctrlport: updated all blocks using controlport to use new style of setup_rpc.Tom Rondeau2013-01-236-31/+56
| | | | | | | | QA fixed and passing.
* | Merge branch 'master' into nextJohnathan Corgan2013-01-143-0/+177
|\|
| * core: adding gr_random_pdu message passing blockTim O'Shea2013-01-143-0/+177
| | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i
* | Merge branch 'pmt_rename' into nextTom Rondeau2013-01-027-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 Rondeau2012-12-217-20/+20
| | |
* | | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-21117-6149/+0
|/ / | | | | | | Also fixes up some other missing moves.
* | Merge branch 'master' into nextTom Rondeau2012-12-181-2/+2
|\|
| * core: gr_tag_debug handles lacking srcidMartin Braun2012-12-181-2/+2
| |
* | Merge branch 'master' into nextTom Rondeau2012-12-141-11/+15
|\| | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| * core: better tag debugger. Only outputs when there are tags to show.Tom Rondeau2012-12-131-11/+15
| |
| * build: cleaned up some warnings.Tom Rondeau2012-12-031-0/+4
| |
* | ctrlport: cleaning up contorlport builds.Tom Rondeau2012-12-044-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 Rondeau2012-12-035-0/+61
| | | | | | | | with next.
* | Merging ctrlport2 into next branch.Tom Rondeau2012-12-036-0/+430
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-12-012-22/+11
|\|
| * core: cleanup on pdu/msg blocksJohnathan Corgan2012-12-012-22/+11
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-11-305-0/+181
|\|
| * core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-305-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 nextJohnathan Corgan2012-11-291-1/+2
|\|
| * core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-291-1/+2
| |
* | Revert "core: adding msg_connect, updating msg interface, adding symbolic ↵Johnathan Corgan2012-11-291-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 namesTim O'Shea2012-11-281-1/+2
| |
* | Merge branch 'master' into nextTom Rondeau2012-11-275-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 Rondeau2012-11-275-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 blocksJohnathan Corgan2012-11-128-358/+0
| | | | | | | | Removed viterbi and reed-solomon from gnuradio-core
* | gr_fxpt_xco: inline classes, nothing to exportJosh Blum2012-11-122-2/+2
| |
* | analog: removed noise and sig sources from core.Tom Rondeau2012-11-101-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 Rondeau2012-11-0614-626/+0
| | | | | | | | gnuradio-core.
* | analog: removing cpfsk and cpm from gnurdio-core.Tom Rondeau2012-11-0614-916/+1
| |
* | analog: Removing all squelch blocks from gnuradio-core.Tom Rondeau2012-11-0620-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 Rondeau2012-11-0611-598/+0
| |
* | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵Tom Rondeau2012-11-0114-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 Rondeau2012-10-312-153/+0
| |
* | analog: removed all AGC blocks from gnuradio-core.Tom Rondeau2012-10-3125-1286/+0
| | | | | | | | Also replaces calls to gr.agc with analog.agc.
* | Merge branch 'master' into nextTom Rondeau2012-10-312-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 Rondeau2012-10-302-6/+56
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-10-132-2/+2
|\|
| * Merge branch 'maint'Johnathan Corgan2012-10-132-2/+2
| |\
| | * core: fix several tag includes throughout coreJosh Blum2012-10-132-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 nextJohnathan Corgan2012-09-291-2/+2
|\| |
| * | core: fix implicit assumption in skipheadJosh Blum2012-09-291-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 nextJohnathan Corgan2012-09-271-1/+1
|\|
| * core: fix use of private vars in place of API accessorJosh Blum2012-09-271-1/+1
| | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_tagged_file_sink.cc
| * digital: fix private access in gr_endian_swapJosh Blum2012-09-271-1/+1
| |