| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2013-03-14 | 2 | -2/+2 |
|\ |
|
| * | Merge branch 'maint' | Johnathan Corgan | 2013-03-14 | 2 | -2/+2 |
| |\ |
|
| | * | modtool: fixed general python block template | Mike Jameson | 2013-03-14 | 1 | -1/+1 |
| | * | modtool: Python general blocks used grextras syntax | Martin Braun | 2013-03-14 | 1 | -1/+1 |
| | * | docs: fixing a section name collision. | Tom Rondeau | 2013-03-14 | 1 | -1/+1 |
| | * | core: boost::filename3::path::/ operator works on older boost verions than /= | Tim O'Shea | 2013-03-14 | 1 | -1/+1 |
* | | | blocks: fixed probe_signal_vx vector utilisation | Mike Jameson | 2013-03-14 | 1 | -0/+2 |
|/ / |
|
* | | blocks: fixing some UDP handling of ports/options; using gr-blocks blocks in QA. | Tom Rondeau | 2013-03-13 | 3 | -12/+31 |
* | | Merge remote-tracking branch 'm0mik/modtool_general_python_template_fix' | Tom Rondeau | 2013-03-13 | 1 | -1/+1 |
|\ \ |
|
| * | | modtool: fixed general python block template | Mike Jameson | 2013-03-12 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'mbant/grmodtool' | Tom Rondeau | 2013-03-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | modtool: Python general blocks used grextras syntax | Martin Braun | 2013-03-12 | 1 | -1/+1 |
| |/ / |
|
* | | | docs: fixes for doxygen warnings (and a simple build warning). | Tom Rondeau | 2013-03-13 | 3 | -3/+5 |
* | | | log: fixes to replace log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 9 | -68/+54 |
* | | | blocks: This is C++, not Python. | Tom Rondeau | 2013-03-13 | 1 | -2/+2 |
* | | | log: replacing log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 28 | -103/+163 |
* | | | Merge remote-tracking branch 'gr3.7_log4cpp' | Tom Rondeau | 2013-03-13 | 13 | -367/+478 |
|\ \ \ |
|
| * | | | Converted gr_logger to use log4cpp | user | 2013-03-12 | 11 | -311/+478 |
* | | | | Merge remote-tracking branch 'ncorgan/msvc_fixes' | Tom Rondeau | 2013-03-13 | 3 | -2/+3 |
|\ \ \ \ |
|
| * | | | | MSVC fixes | Nicholas Corgan | 2013-03-12 | 3 | -2/+3 |
| | |/ /
| |/| | |
|
* | | | | blocks: adding probe_rate block | Tim O'Shea | 2013-03-13 | 8 | -3/+314 |
* | | | | blocks: adding default arg value to mute_XX. | Tim O'Shea | 2013-03-13 | 1 | -2/+2 |
* | | | | blocks: actually adding the udp_source blocks. | Tom Rondeau | 2013-03-13 | 4 | -0/+446 |
* | | | | blocks: udp_sink and udp_source implemented in gr-blocks using boost::asio in... | Tom Rondeau | 2013-03-13 | 9 | -0/+501 |
|/ / / |
|
* | | | blocks: moved file sink and base and descriptor source/sink to gr-blocks. | Tom Rondeau | 2013-03-10 | 19 | -0/+1201 |
* | | | blocks: moving control_loop into gr-blocks. | Tom Rondeau | 2013-03-09 | 4 | -0/+449 |
* | | | blocks: moved tagged_file_sink and wavfile source/sink/base to gr-blocks. | Tom Rondeau | 2013-03-09 | 22 | -1/+1817 |
* | | | blocks: moving vco/nco bases to gr-blocks. | Tom Rondeau | 2013-03-08 | 19 | -6/+1114 |
* | | | blocks: moved fxpt generators to gr-blocks. | Tom Rondeau | 2013-03-07 | 17 | -0/+2154 |
* | | | core: moving over setting of max_messages option to conf.in file. | Tom Rondeau | 2013-03-07 | 2 | -2/+6 |
* | | | Merge branch 'maint' | Tom Rondeau | 2013-03-07 | 3 | -6/+37 |
|\ \ \
| | |/
| |/| |
|
| * | | core: protect against popping a message off the queue if no handler is attached. | Tom Rondeau | 2013-03-07 | 4 | -6/+41 |
* | | | blocks: did my best to provide some documentation for the bin_statistics block. | Tom Rondeau | 2013-03-07 | 1 | -0/+11 |
* | | | blocks: moving bin_statistics_f into gr-blocks. | Tom Rondeau | 2013-03-07 | 7 | -0/+557 |
* | | | blocks: moved burst_tagger to gr-blocks. | Tom Rondeau | 2013-03-06 | 9 | -0/+402 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'benreynwar/large_ampls_to_corners' | Tom Rondeau | 2013-03-06 | 8 | -37/+398 |
|\ \ |
|
| * | | digital: Adding a QAM-like constellation with 32 points. | Ben Reynwar | 2013-03-06 | 3 | -0/+80 |
| * | | digital: Making qa_constellation_receiver more reliable. | Ben Reynwar | 2013-03-06 | 2 | -31/+71 |
| * | | digital: Adding option to QAM to help with frequency locking. | Ben Reynwar | 2013-03-06 | 5 | -11/+252 |
* | | | blocks: moving tag_debug block to gr-blocks. | Tom Rondeau | 2013-03-06 | 9 | -0/+388 |
* | | | blocks: moving peak_detector and moving_average to gr-blocks. | Tom Rondeau | 2013-03-06 | 15 | -1/+920 |
* | | | blocks: moving message blocks to gr-blocks. | Tom Rondeau | 2013-03-06 | 25 | -0/+1622 |
* | | | Added Windows DLL resource files | Nicholas Corgan | 2013-03-05 | 39 | -17/+1289 |
|/ / |
|
* | | Merge branch 'maint' | Tom Rondeau | 2013-03-05 | 0 | -0/+0 |
|\| |
|
| * | prefs: pass strings by reference. Also cleans up a comma in gr_modtool that m... | Tom Rondeau | 2013-03-05 | 4 | -29/+30 |
* | | prefs: pass strings by reference. Also cleans up a comma in gr_modtool that m... | Tom Rondeau | 2013-03-05 | 4 | -29/+30 |
* | | blocks: added includes necessary for Windows compilation | Nicholas Corgan | 2013-03-05 | 2 | -0/+5 |
* | | build: install our cmake modules into share/gnuradio/cmake/Modules. | Tom Rondeau | 2013-03-05 | 1 | -0/+8 |
* | | build: create and install a config.h so external projects can know what we bu... | Tom Rondeau | 2013-03-05 | 2 | -0/+46 |
* | | log: simplifying makefile since this variable is always set, even if blank. | Tom Rondeau | 2013-03-05 | 1 | -5/+1 |