summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-20misc fix missing installed files/tweaksJosh Blum
2011-10-20utils: added cmake support for the gr-utilsJosh Blum
2011-10-20volk: give priority to generated includes (helps with dirty tree)Josh Blum
2011-10-20removes gcc warning, dont need symbol export on plain c structsJosh Blum
2011-10-20filter: fixed x86 checking logic when not x86Josh Blum
2011-10-20Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-10-20core: fixing AM_CPPFLAGS in viterbi/Makefile.amTom Rondeau
2011-10-20vocoder: fixed signed/unsigned warning.Tom Rondeau
2011-10-20volk: fixed signed/unsigned comparison warnings.Tom Rondeau
2011-10-19Merge branch 'master' into nextJosh Blum
2011-10-19grc: tweaks for colors, added 64 int, vector darkenJosh Blum
2011-10-19Somehow, these headers got duplicated. Removed from core, are in gr-digital.Tom Rondeau
2011-10-19Fixed Makefile.am trailing backslash for autofoo build.Tom Rondeau
2011-10-19tags: made tags object orientedJosh Blum
2011-10-19grc: added throttle tag to blocks that throttleJosh Blum
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-19usrp: updated installed examplesJosh Blum
2011-10-19Removed usrp(2) directories.Tom Rondeau
2011-10-19cmake: added conditional check for compiler flagsJosh Blum
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