summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 t...Tom Rondeau
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 exectu...Tom Rondeau
2013-02-07core: QA code import fix.Tom Rondeau
2013-02-07Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2013-02-07core: thread affinity example core set changed.Tom Rondeau
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
2013-02-07gruel: change scoped_lock mutex to account for Boost deprecationJohnathan Corgan
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 top_...Tom Rondeau
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
2013-02-06gruel: adding wrapper layer for gruel threads to enable setting thread affinity.Tom Rondeau
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
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
2013-02-05build: disable certain Boost versions we know are buggy to fix Issue #513.Tom Rondeau
2013-02-04modtool: bugfix, BLOCK_MAGIC should appear before %includeMartin Braun
2013-02-01cmake: Allows Unix systems with /usr/lib64 to use Boost installations in non-...Nicholas Corgan
2013-02-01core: added tag to python convertersMartin Braun
2013-02-01pmt: added python convertersMartin Braun
2013-01-31core: Enabling msg_connect within python blocks.Roy Thompson
2013-01-28modtool: cleanup, bugfixesMartin Braun
2013-01-28modtool: bugfixesMartin Braun
2013-01-28modtool: newmod uses gr.prefs or --srcdirMartin Braun
2013-01-28modtool: more flexibility w/ adding and removing entriesMartin Braun
2013-01-28modtool: dir template update (added list for sources)Martin Braun
2013-01-27modtool: added copyleft headersMartin Braun
2013-01-25utils: modtool minor updatesMartin Braun
2013-01-25utils: modtool now installs an example dir instead of the bz2Martin Braun
2013-01-24utils: added modtoolMartin Braun
2013-01-22core: Add min_noutput_items to gr_block.Ben Reynwar
2013-01-20Merge branch 'maint'Johnathan Corgan