summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-13Merge branch 'maint'Tom Rondeau
2013-02-13core: adding necessary include to gr_block_registry.hTim O'Shea
2013-02-13grc: add callback for gr_throttle sample_rateTim O'Shea
2013-02-13Merge branch 'maint'Tom Rondeau
2013-02-13core: cleaning warningsTim O'Shea
2013-02-13uhd: fixed receive_path()Mike Jameson
2013-02-13Merge branch 'maint'Tom Rondeau
2013-02-13build: allowing user to override check for bad versions of boost.Tom Rondeau
Use -DENABLE_BAD_BOOST=True to use one of these Boost versions.
2013-02-13Merge remote-tracking branch 'm0mik/m-updates'Tom Rondeau
2013-02-13Merge remote-tracking branch 'm0mik/m_misc_updates'Tom Rondeau
2013-02-12Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan
2013-02-12Merge remote-tracking branch 'reynwar/min_output'Johnathan Corgan
2013-02-12Merge remote-tracking branch 'martin/grmodtool'Johnathan Corgan
2013-02-12Merge branch 'maint'Tom Rondeau
2013-02-12build: fixing generated includes, deps, and header installation.Tom Rondeau
2013-02-12analog: fix a floating point accuracy issue in the CTCSS squelch block.Tom Rondeau
2013-02-12core: typedef vector<unsigned int> so SWIG can handle including it multiple ↵Tom Rondeau
times.
2013-02-11uhd: added click to change freqMike Jameson
2013-02-11uhd: fixed receive_path()Mike Jameson
2013-02-11Merge branch 'm_alsa_busy_fixes' of https://github.com/m0mik/gnuradio into ↵Mike Jameson
m_alsa_busy_fixes
2013-02-11uhd: fixed default midpoint gainMike Jameson
2013-02-11Update gr-uhd/examples/python/usrp_am_mw_rcv.pyMike Jameson
2013-02-11uhd: fixes audio_alsa_sink busyMike Jameson
2013-02-08uhd: reset gain defaults to NoneMike Jameson
2013-02-07core: QA still had issues from next branch. This fixes it.Tom Rondeau
2013-02-07sched: swiging perf counters into Python.Tom Rondeau
2013-02-07sched: adding in perf counters to measure performance of blocks during ↵Tom Rondeau
exectution of flowgraph. Conflicts: CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block_detail.cc gnuradio-core/src/lib/runtime/gr_block_detail.h
2013-02-07core: QA code import fix.Tom Rondeau
Prevents getting pmt module from the installed library.
2013-02-07Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2013-02-07core: thread affinity example core set changed.Tom Rondeau
The affinity call will work if at least 1 of the specified cores is present. This fixes a problem if running on a single-core machine.
2013-02-07docs: fixed missed parameter documentation in fastnoise_source block.Tom Rondeau
2013-02-07Merge branch 'maint'Johnathan Corgan
2013-02-07Merge remote-tracking branch 'ncorgan/cmake_boost_fix' into maintJohnathan Corgan
2013-02-07Merge remote-tracking branch 'ncorgan/fedora-18-cmake' into maintJohnathan Corgan
2013-02-07blocks: fix use of bare boost::mutex::scoped_lockJohnathan Corgan
gr_file_source gr::blocks::file_source
2013-02-07gruel: change scoped_lock mutex to account for Boost deprecationJohnathan Corgan
boost::mutex::scoped_lock is going away someday boost::unique_lock<boost::mutex> is a drop-in replacement
2013-02-06gruel: Added WIN32_LEAN_AND_MEAN definition before windows.h includeNicholas Corgan
2013-02-06gruel: renamed mask to dword_maskNicholas Corgan
2013-02-06sched: added documentation for affinity setting functions.Tom Rondeau
2013-02-06gruel: need to include windows.h to know about HANDLE.Tom Rondeau
2013-02-06QA: adding a test to make sure the set_processor_affinity calls work and ↵Tom Rondeau
top_block starts correctly.
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox
2013-02-06gruel: adding wrapper layer for gruel threads to enable setting thread affinity.Tom Rondeau
Working in Linux; programmed for Windows (but untested); nops for OSX.
2013-02-06Merge remote-tracking branch 'ncorgan/fedora-18-cmake'Tom Rondeau
2013-02-06Merge remote-tracking branch 'ncorgan/cmake_boost_fix'Tom Rondeau
2013-02-06modtool: fixed block_magic and %include orderMartin Braun
2013-02-05adding gr_fastnoise_source and making it the default for gr_channel_modelTim O'Shea
this is a 4x-6x speedup depending on the processor/os
2013-02-05core: adding gr_random_pdu message passing blockTim O'Shea
2013-02-05Merge branch 'pmt_to_python'Tom Rondeau
2013-02-05Merge branch 'maint'Tom Rondeau