summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | ctrlport: wip: performance counter monitor for ControlPort.Tom Rondeau2013-02-221-0/+673
| | | | | | |
* | | | | | | blocks: removing references to argmax and max.Tom Rondeau2013-02-282-4/+0
| | | | | | |
* | | | | | | Merge branch 'master' into nextTom Rondeau2013-02-286-322/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/python/qa_argmax.py gr-blocks/python/qa_max.py
* | | | | | | core: removed PDU related blocksJohnathan Corgan2013-02-2822-1502/+0
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-2718-715/+15
|\ \ \ \ \ \
| * | | | | | core: removed gr_tuntap_pduJohnathan Corgan2013-02-275-252/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced by gr::blocks:tuntap_pdu
| * | | | | | Merge branch 'master' into nextJohnathan Corgan2013-02-273-14/+15
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu_to_tagged_stream.cc gnuradio-core/src/lib/io/gr_tagged_stream_to_pdu.cc
| | * | | | | Merge branch 'wip/pdu-tuntap'Johnathan Corgan2013-02-273-14/+15
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i
| | | * | | | blocks: added gr::blocks::tuntap_pduJohnathan Corgan2013-02-273-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux only
| * | | | | | blocks: removing (un)pack_k_bits from gnuradio-core.Tom Rondeau2013-02-2710-449/+0
| | | | | | |
* | | | | | | ctrlport: adding option to toggle export of the list of edges on/off.Tom Rondeau2013-02-272-7/+10
| | | | | | |
* | | | | | | ctrlport: adding minor protection for dropped data onto plot so we don't ↵Tom Rondeau2013-02-272-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | just try and plot random stuff.
* | | | | | | ctrlport: Allows drag-and-drop from table list to a plotter to add a new ↵Tom Rondeau2013-02-272-424/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | curve to the plot.
* | | | | | | ctrlport: turn off controlport inside gr-ctrlport-monitor for plotters.Tom Rondeau2013-02-261-3/+8
| | | | | | |
* | | | | | | ctrlport: fixed example's use of blocks.throttle.Tom Rondeau2013-02-261-32/+32
|/ / / / / /
* | | | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-266-238/+6
|\ \ \ \ \ \
| * | | | | | Merge branch 'master' into nextTom Rondeau2013-02-261-0/+6
| |\| | | | |
| | * | | | | core: adding a mutex as a protected member of gr_block for use in protecting ↵Tom Rondeau2013-02-261-1/+7
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set and work function access to variables. This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX since these two cause particular problems (in next's channel model). This shows the use of the mutex for general protection when needed.
| * | | | | blocks: removing gr_transcendental from gnuradio-core.Tom Rondeau2013-02-265-238/+0
| | | | | |
* | | | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-2625-1110/+49
|\| | | | | | |_|/ / / |/| | | |
| * | | | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-2417-549/+24
| | | | |
| * | | | blocks: removed peak_detector2 and regenerate blocks from gnuradio-core.Tom Rondeau2013-02-249-561/+0
| | | | |
| * | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-232-2/+5
| |\ \ \ \
| * | | | | ctrlport: added more documentation and examples to ControlPort config file.Tom Rondeau2013-02-221-0/+25
| | | | | |
* | | | | | core: adds a function to top_block to get a list of edges as a string.Tom Rondeau2013-02-228-1/+51
| |/ / / / |/| | | | | | | | | | | | | | Also exports it through ControlPort.
* | | | | ctrlport: added an option to allow enabling/disable of perfcounters over ↵Tom Rondeau2013-02-222-2/+5
|/ / / / | | | | | | | | | | | | ctrlport.
* | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-211-3/+5
|\ \ \ \
| * | | | Merge branch 'master' into nextJohnathan Corgan2013-02-211-3/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_random_pdu.cc volk/apps/volk_profile.cc
| | * | | Merge remote-tracking branch 'ncorgan/random_pdu_fix'Johnathan Corgan2013-02-211-3/+4
| | |\ \ \
| | | * | | core: fixed gr_random_pdu MSVC incompatibility issueNicholas Corgan2013-02-181-3/+4
| | | | | |
| | * | | | core: removed vestigial debug line.Tom Rondeau2013-02-191-1/+0
| | | | | |
| | * | | | core: prefs setup looks for a local .gnuradio/config.conf to use.Tom Rondeau2013-02-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Order of precedence: env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/*
* | | | | | blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-2125-1770/+177
|/ / / / / | | | | | | | | | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* | | | | ctrlport: made display type in ControlPort setup field into an options mask.Tom Rondeau2013-02-2012-83/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Options are used to determine default plot type, type of plots available, initial states. qtgui: fixed enabling stem plot to properly check the menu option.
* | | | | digital: cleaning up conversion to 3.7 for simple_correlator.Tom Rondeau2013-02-207-510/+0
| | | | | | | | | | | | | | | | | | | | blocks: same for count_bits.
* | | | | core: removed vestigial debug line.Tom Rondeau2013-02-191-1/+0
| | | | |
* | | | | core: prefs setup looks for a local .gnuradio/config.conf to use.Tom Rondeau2013-02-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Order of precedence: env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/*
* | | | | core: use prefs file to enable/disable ctrlport export of perf. counters.Tom Rondeau2013-02-191-5/+8
| | | | |
* | | | | ctrlport: using prefs files to configure ctrlport.Tom Rondeau2013-02-195-42/+18
| | | | | | | | | | | | | | | | | | | | Prefs file points to ctrlport config file and uses it to set the properties.
* | | | | ctrlport: adding a config param to enable/disable controlport, default=disabled.Tom Rondeau2013-02-185-7/+26
| | | | | | | | | | | | | | | | | | | | Also updates QA code for ctrlport to turn controlport on via env var.
* | | | | core: prefs updated to handle cases of env var delared properly.Tom Rondeau2013-02-182-12/+22
| | | | |
* | | | | Merge branch 'master' into nextJohnathan Corgan2013-02-171-0/+1
|\| | | |
| * | | | Merge branch 'maint'Johnathan Corgan2013-02-171-0/+1
| |\ \ \ \
| | * | | | core: added missing include for gruel threadJosh Blum2013-02-171-0/+1
| | | | | |
* | | | | | ctrlport: fixing typo in gr_throttle RPC export.Tom Rondeau2013-02-171-1/+1
| | | | | |
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-177-12/+163
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py
| * | | | | core: if the config files don't exist, just return an empty list; don't fail.Tom Rondeau2013-02-171-2/+3
| | | | | |
| * | | | | Merge branch 'cpp_prefs'Tom Rondeau2013-02-177-12/+162
| |\ \ \ \ \
| | * | | | | core: prefs of true/on/1 and false/off/0 are translated to bools.Tom Rondeau2013-02-161-2/+2
| | | | | | |
| | * | | | | core: add ability to override config files with environmental variables.Tom Rondeau2013-02-161-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Env variables are named GR_CONF_<SECTION>_<OPTION> where the section is the [<section>] name from the config file and the option is the actual option name, all in upercase.