summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-19swig: fix rules for generated index filesJosh Blum
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau
Also removes related M4 and dependency requirements for USRP-related libs.
2011-10-19Merge remote-tracking branch 'jcorgan/pager-update' into nextTom Rondeau
2011-10-19core: forgot to remove extra underJosh Blum
2011-10-19Removed radio-astronomy; updated and replaced by simple-ra in cgran ↵Tom Rondeau
(https://www.cgran.org/wiki/simple_ra).
2011-10-19examples: updated config files for removed examples.Tom Rondeau
2011-10-19digital: added missing symbol export in digital_constellationJosh Blum
2011-10-19examples: removed multi-antenna examples.Tom Rondeau
2011-10-19examples: removed multi_usrp examples.Tom Rondeau
2011-10-19core: added transcendental to cmake buildJosh Blum
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-19grc: dont set the HLKM stuff unless win32Josh Blum
2011-10-19cmake: fix that component depends on component hackJosh Blum
2011-10-19uhd: fixed examples to use new find_devices command.Tom Rondeau
2011-10-19uhd: fixed swig file to make guile build happy.Tom Rondeau
2011-10-19cmake: added ability to support -DENABLE_XXX=FORCEJosh Blum
2011-10-19uhd: added uhd.find_devices to pythonJosh Blum
2011-10-19digital: fixed digital narrowband examples to set the sample rate based on ↵Tom Rondeau
the symbol rate, not the bitrate, of the modulation.
2011-10-19digital: fixed digital ofdm examples to use args instead of address and ↵Tom Rondeau
better default.
2011-10-19digital: fixed digital narrowband examples to use args instead of address ↵Tom Rondeau
and better default.
2011-10-19uhd: updating examples to use args and better default for all UHD examples; ↵Tom Rondeau
also fixed the wfm_rcv blocks to use new PLL constructor.
2011-10-18Merge branch 'master' into nextTom Rondeau
Conflicts: gnuradio-core/src/lib/general/general.i
2011-10-18digital: xml is so picky. This fixes the problems with the new GRC blocks in ↵Tom Rondeau
issue #449.
2011-10-18howto: changes as per tom's suggestionsJosh Blum
2011-10-18wxgui: saner defaults to wxgui plotters from issue #450.Tom Rondeau
2011-10-18added transcendental block from jblum/transcendental (reworked for master ↵Tom Rondeau
branch).
2011-10-18digital: added mising install rules for moved ofdm xml filesJosh Blum
2011-10-17added some more python dash BJosh Blum
2011-10-17Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h
2011-10-17Merge branch 'master' into nextTom Rondeau
2011-10-17Merge branch 'maint'Tom Rondeau
2011-10-17qtgui: missed something before.Tom Rondeau
2011-10-17Merge branch 'master' into nextTom Rondeau
2011-10-17Merge branch 'maint'Tom Rondeau
2011-10-17qtgui: a few more fixes for qwt 5.2/6.0.Tom Rondeau
2011-10-17digital: adding OFDM GRC blocks to gr-digital.Tom Rondeau
2011-10-17Merge branch 'master' into nextTom Rondeau
2011-10-17Merge branch 'maint'Tom Rondeau
2011-10-17build: fixed last warning generated from bootstrap under autoconf 2.68.Tom Rondeau
2011-10-17ofdm: removed old ofdm examples directory. All examples are now in gr-digital.Tom Rondeau
2011-10-17Merge branch 'next' into dig_ofdmTom Rondeau
2011-10-17Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-16Merge branch 'master' into nextTom Rondeau
Conflicts: gr-qtgui/lib/Makefile.am
2011-10-16Merge branch 'maint'Tom Rondeau
2011-10-16qtgui: more compatability issues.Tom Rondeau
2011-10-16qtgui: wip: working to make plots backwards compatible with qwt 5.2.Tom Rondeau
2011-10-16qtgui: adjusting intensity knobs and auto scale in waterfall works in qwt6.Tom Rondeau
2011-10-16qtgui: fixed waterfall color map issue under qwt6.Tom Rondeau
2011-10-16qtgui: waterfall plot mostly working under qwt6 (plots, but updates to scale ↵Tom Rondeau
and color not working yet).