summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-1022-1240/+10
| | | | | | | | | | | | | | | | moved all refs to gr-blocks.
* | | | blocks: removing gri_control_loop; using gr::blocks::control_loop now.Tom Rondeau2013-03-105-503/+0
| | | |
* | | | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵Tom Rondeau2013-03-0915-1537/+1
| | | | | | | | | | | | | | | | in gr-blocks.
* | | | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-0822-1779/+0
| | | | | | | | | | | | | | | | Moved the nco/vco tests to gr-blocks/test and enabled them.
* | | | filter: imporint firdes from gr-filter; no longer in gnuradio-core.Tom Rondeau2013-03-071-1/+1
| | | |
* | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-03-072-4/+36
|\ \ \ \
| * | | | Merge branch 'master' into nextTom Rondeau2013-03-072-4/+36
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/qa_pdu.py
| | * | | Merge branch 'maint'Tom Rondeau2013-03-073-6/+37
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | | | | Conflicts: gnuradio-core/gnuradio-core.conf
| | | * core: protect against popping a message off the queue if no handler is attached.Tom Rondeau2013-03-073-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | This mostly solves a problem with threads being launched in random order, so a handler might not be established yet, even if there is a message waiting. Fixes Issue #514.
| | | * prefs: pass strings by reference. Also cleans up a comma in gr_modtool that ↵Tom Rondeau2013-03-053-28/+29
| | | | | | | | | | | | | | | | made a string into a tuple (and C++ angry).
* | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-03-075-324/+0
|\| | |
| * | | blocks: removing bin_statistics_f from core; now in gr-blocks.Tom Rondeau2013-03-075-324/+0
| | | |
* | | | core: don't import filter here; causes cyclic import problem. Just ↵Tom Rondeau2013-03-071-6/+25
|/ / / | | | | | | | | | installing example taps by hand.
* | | blocks: removing burst_tagger from core; now in gr-blocks.Tom Rondeau2013-03-068-295/+0
| | |
* | | core: removing simple_framer_sync, now in gr-digital.Tom Rondeau2013-03-062-52/+0
| | |
* | | blocks: removing gr_tag_debug from core; now in gr-blocks.Tom Rondeau2013-03-066-271/+0
| | | | | | | | | | | | Also removes stray reference to gri_fft.h.
* | | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-0614-3391/+10
| | |
* | | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-0610-801/+5
| | |
* | | core: removing single_pole_irr header from core that is no longer used.Tom Rondeau2013-03-061-191/+0
| | |
* | | core: removing goertzel and fft implementations from core; see gr-fft.Tom Rondeau2013-03-067-735/+0
| | | | | | | | | | | | Also cleaning up some other leftovers.
* | | blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-0633-2513/+0
| | | | | | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* | | Merge branch 'master' into nextTom Rondeau2013-03-052-1/+71
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * | Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+71
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-03-053-29/+29
|\| | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_prefs.cc
| * | prefs: pass strings by reference. Also cleans up a comma in gr_modtool that ↵Tom Rondeau2013-03-053-28/+29
| | | | | | | | | | | | made a string into a tuple (and C++ angry).
* | | Merge branch 'master' into nextTom Rondeau2013-03-051-5/+1
|\| |
| * | log: simplifying makefile since this variable is always set, even if blank.Tom Rondeau2013-03-051-5/+1
| | |
* | | core: boost::filename3::path::/ operator works on older boost verions than /=Tim O'Shea2013-03-041-1/+1
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-03-041-2/+2
|\| | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc
| * | log: more minor fixups integrating gr-logger.Tom Rondeau2013-03-042-6/+7
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-03-0313-2/+968
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * | log: adding default loggers to all gr_blocks to make using them simpler.Tom Rondeau2013-03-0312-224/+432
| | | | | | | | | | | | | | | | | | log: improving logger configuration and default behavior. log: changed name from gr_log to gr_logger (felt it could be confuse with the math function log). docs: moved logging information out to its own page.
| * | Merge branch 'master' into gr_logTom Rondeau2013-03-01149-417/+7114
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * | | log: cleaned up naming, added gr_log_get_level function.Tom Rondeau2013-03-013-71/+157
| | | | | | | | | | | | | | | | Changed the name of the logger in the xml to use a better name.
| * | | Merge branch 'master' into gr_logTom Rondeau2012-09-0673-506/+2251
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
| * | | | log: fixed gr_log to be usable in Python.Tom Rondeau2012-06-134-16/+21
| | | | | | | | | | | | | | | | | | | | Works with log4cxx installed and not installed.
| * | | | log: added a macro and routine to set log level from config file.Tom Rondeau2012-06-134-1/+118
| | | | | | | | | | | | | | | | | | | | Also worked on documentation of logging features.
| * | | | log: Restructure config file handling for gr-log.Tom Rondeau2012-06-115-119/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The xml config file is installed into prefix/etc/gnuradio. A new LOG section is added to gnuradio-core.conf that has an item log_file to point to the log file to be used. If the log_file is not found, we can now set the file to "" to use the BasicConfigurator for very simple console logging. This is what will be used during 'make test'. In gr_fir_sysconfig_x86.cc, all std::cerr calls are replaced with gr-log to easily turn them on/off.
| * | | | Fixing up the gr-log capabilities.Tom Rondeau2012-06-086-50/+50
| | | | | | | | | | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
| * | | | core: Adds a gr-log concept for easy logging at various levels.Tom Rondeau2012-06-0712-0/+600
| | | | | | | | | | | | | | | | | | | | | | | | | Uses log4cxx and is optional. Macro based and macros are simple pass-throughs if this dependency does not exist or if the gr-log is disabled.
* | | | | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold.Tom Rondeau2013-03-0216-754/+0
| | | | |
* | | | | Merge branch 'perf_monitor' into nextTom Rondeau2013-03-011-0/+591
|\ \ \ \ \
| * | | | | ctrlport: fixing up perf counter monitor toolTom Rondeau2013-02-281-4/+7
| | | | | |
| * | | | | Merge branch 'next' into perf_monitorTom Rondeau2013-02-2846-2517/+401
| |\ \ \ \ \
| * | | | | | ctrlport: Adds a new gr-perf-monitor tool that displays a graph and the perf ↵Tom Rondeau2013-02-281-221/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | counters. This requires that in the PerfCounter's section of the config files both options 'on' and 'export' must be enabled and ControlPort's 'on' and 'edges_list' must be enabled.
| * | | | | | perf mon: wip.Tom Rondeau2013-02-231-1/+1
| | | | | | |
| * | | | | | 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
| |_|/ / / / |/| | | | |