| Commit message (Expand) | Author | Age | Files | Lines |
* | core: removed i2c, sdr1000, microtune code. | Tom Rondeau | 2013-03-17 | 39 | -2953/+0 |
* | core: removing blocks: align_on_samplenumbers, check_counting_s, fake_channel... | Tom Rondeau | 2013-03-17 | 23 | -2234/+0 |
* | blocks: moved ctrlport_probes to gr-blocks. Removed from gnuradio-core. | Tom Rondeau | 2013-03-17 | 13 | -2418/+0 |
* | blocks: converting references to vector source/sink, null source/sink, nop, c... | Tom Rondeau | 2013-03-17 | 106 | -6817/+56 |
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-03-16 | 13 | -25/+396 |
|\ |
|
| * | Merge branch 'master' into next | Johnathan Corgan | 2013-03-15 | 2 | -2/+2 |
| |\ |
|
| | * | core: adding default empty tags list argument to vector_source_x.set_data() f... | Tim O'Shea | 2013-03-15 | 2 | -2/+2 |
| * | | Merge branch 'ofdm-master' into ofdm-next | Johnathan Corgan | 2013-03-15 | 13 | -25/+396 |
| |\| |
|
| | * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-15 | 20 | -58/+554 |
| | * | Merge branch 'maint' | Johnathan Corgan | 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 |
* | | | | ctrlport: updating examples. | Tom Rondeau | 2013-03-15 | 2 | -229/+229 |
|/ / / |
|
* | | | ctrlport: updated PC plotting tool to keep sorted state when sorting off. | Tom Rondeau | 2013-03-14 | 1 | -5/+22 |
* | | | ctrlport: new performance monitoring tool using networkx and matplotlib. | Tom Rondeau | 2013-03-14 | 1 | -0/+710 |
* | | | core: changed PC get functions to return instantaneous value. Average values ... | Tom Rondeau | 2013-03-14 | 4 | -18/+242 |
* | | | ctrlport: updated examples for controlport use. | Tom Rondeau | 2013-03-14 | 2 | -244/+667 |
* | | | core: removing gri_add_const_ss -- this should be handled in VOLK. | Tom Rondeau | 2013-03-13 | 3 | -87/+0 |
* | | | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks. | Tom Rondeau | 2013-03-13 | 15 | -1111/+14 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-13 | 10 | -344/+442 |
|\| | |
|
| * | | log: fixes to replace log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 5 | -37/+32 |
| * | | log: replacing log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 6 | -28/+28 |
| * | | Merge remote-tracking branch 'gr3.7_log4cpp' | Tom Rondeau | 2013-03-13 | 7 | -294/+397 |
| |\ \ |
|
| | * | | Converted gr_logger to use log4cpp | user | 2013-03-12 | 7 | -294/+397 |
* | | | | blocks: removing file_sink/source file_descriptor_sink/source form core and m... | Tom Rondeau | 2013-03-10 | 22 | -1240/+10 |
* | | | | blocks: removing gri_control_loop; using gr::blocks::control_loop now. | Tom Rondeau | 2013-03-10 | 5 | -503/+0 |
* | | | | blocks: removing tagged file sink, wavfile source/sink/base from core; now in... | Tom Rondeau | 2013-03-09 | 15 | -1537/+1 |
* | | | | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks. | Tom Rondeau | 2013-03-08 | 22 | -1779/+0 |
* | | | | filter: imporint firdes from gr-filter; no longer in gnuradio-core. | Tom Rondeau | 2013-03-07 | 1 | -1/+1 |
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-03-07 | 3 | -4/+41 |
|\ \ \ \ |
|
| * | | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-07 | 3 | -4/+41 |
| |\| | | |
|
| | * | | | core: moving over setting of max_messages option to conf.in file. | Tom Rondeau | 2013-03-07 | 1 | -0/+5 |
| | * | | | 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 |
| | | * | prefs: pass strings by reference. Also cleans up a comma in gr_modtool that m... | Tom Rondeau | 2013-03-05 | 3 | -28/+29 |
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-03-07 | 5 | -324/+0 |
|\| | | |
|
| * | | | blocks: removing bin_statistics_f from core; now in gr-blocks. | Tom Rondeau | 2013-03-07 | 5 | -324/+0 |
* | | | | core: don't import filter here; causes cyclic import problem. Just installing... | Tom Rondeau | 2013-03-07 | 1 | -6/+25 |
|/ / / |
|
* | | | blocks: removing burst_tagger from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 8 | -295/+0 |
* | | | core: removing simple_framer_sync, now in gr-digital. | Tom Rondeau | 2013-03-06 | 2 | -52/+0 |
* | | | blocks: removing gr_tag_debug from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 6 | -271/+0 |
* | | | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter. | Tom Rondeau | 2013-03-06 | 14 | -3391/+10 |
* | | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 10 | -801/+5 |
* | | | core: removing single_pole_irr header from core that is no longer used. | Tom Rondeau | 2013-03-06 | 1 | -191/+0 |
* | | | core: removing goertzel and fft implementations from core; see gr-fft. | Tom Rondeau | 2013-03-06 | 7 | -735/+0 |
* | | | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 33 | -2513/+0 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-05 | 2 | -1/+71 |
|\| | |
|
| * | | Added Windows DLL resource files | Nicholas Corgan | 2013-03-05 | 2 | -1/+71 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-05 | 3 | -29/+29 |
|\| | |
|
| * | | prefs: pass strings by reference. Also cleans up a comma in gr_modtool that m... | Tom Rondeau | 2013-03-05 | 3 | -28/+29 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-05 | 1 | -5/+1 |
|\| | |
|