summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-15Merge branch 'master' into nextTom Rondeau
2012-03-15Merge branch 'maint'Tom Rondeau
2012-03-15Merge branch 'volk_32bit_fixes_maint' into maintTom Rondeau
2012-03-15Merge branch 'master' into nextJohnathan Corgan
2012-03-15Merge branch 'maint'Johnathan Corgan
2012-03-15volk: set local includes first for precedenceJosh Blum
2012-03-15volk: turning off sse implementation of complex dot product for 32-bit ↵Tom Rondeau
machines until it's fixed.
2012-03-15volk: makes the float-to-int conversion consistent and fixes an overflow bug ↵Tom Rondeau
on 32-bit machines. Not currently used in GNU Radio, so no change in behavior there.
2012-03-15core: makes sure that the Fourier taps for the FFT filter are aligned.Tom Rondeau
Creates a helper function to get access to fftw's malloc/free capabilities.
2012-03-15Merge branch 'master' into nextJohnathan Corgan
2012-03-15Merge branch 'maint'Johnathan Corgan
2012-03-14cmake: Windows uses size of void* to determine x86 vs. x64 and names ↵Nicholas Corgan
installer .exe accordingly
2012-03-13Merge branch 'master' into nextTom Rondeau
2012-03-13grc: update channel model block noise source seed to 0 to match other noise ↵Tom Rondeau
source defaults.
2012-03-13Merge branch 'master' into nextTom Rondeau
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/lib/gengen/Makefile.am gnuradio-core/src/python/gnuradio/gr/Makefile.am
2012-03-13core: updated the documentation for the noise source to explain the seed better.Tom Rondeau
Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this causes no change in the behavior of these sources, but will hopefully not mislead users with the use of a positive number.
2012-03-13Merge branch 'probe'Tom Rondeau
2012-03-13core: adding new probe_signal from gengen into autotools build.Tom Rondeau
2012-03-12Add test for probe_signal blocks.Ben Reynwar
2012-03-12Added gr_probe_signal_X and gr_probe_signal_vX.Ben Reynwar
2012-03-12Merge branch 'master' into nextJohnathan Corgan
2012-03-12Merge branch 'maint'Johnathan Corgan
2012-03-12cmake: add slackware detectionJosh Blum
2012-03-10Merge branch 'master' into nextTom Rondeau
2012-03-10Merge remote branch 'benreynwar/maint'Tom Rondeau
2012-03-09Adding __repr__ to constellations.Ben Reynwar
2012-03-08Merge branch 'master' into nextJohnathan Corgan
2012-03-08Merge branch 'maint'Johnathan Corgan
2012-03-08build: updated ignoresJohnathan Corgan
2012-03-05Merge branch 'master' into nextJohnathan Corgan
Use merge strategy '-s ours' to skip release commits.
2012-03-05Merge remote branch 'gnuradio/master' into nextJohnathan Corgan
2012-03-05build: update revision to 3.5.3gitJohnathan Corgan
2012-03-05build: update revision to 3.5.2Johnathan Corgan
2012-03-05build: update from canonical config filesJohnathan Corgan
2012-03-04testing something.Tom Rondeau
2012-03-03Merge branch 'master' into nextTom Rondeau
2012-03-03volk: include config.h to have rintf in windows/msvc.Tom Rondeau
2012-03-03volk: include config.h to have rintf in windows/msvc.Tom Rondeau
2012-03-02grc: updating to new name of pfb synthesizer block.Tom Rondeau
2012-03-02examples: fixing synthesizer examples to use new block name.Tom Rondeau
2012-03-02core: changed name of gr_pfb_synthesis_filterbank_ccf to gr_pfb_synthesizer ↵Tom Rondeau
to make it easier to write and remember.
2012-03-01Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am
2012-03-01Merge remote branch 'tom/safe_align'Johnathan Corgan
2012-03-01Merge branch 'master' into nextTom Rondeau
2012-03-01Merge branch 'maint'Tom Rondeau
2012-03-01docs: setting up ability to link to example files in the Doxygen manual. ↵Tom Rondeau
Using the PFB channelize.py as a test.
2012-02-29Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-02-29grc: grc PFB channelizer and synthesize to set channel map defaults on startup.Tom Rondeau
2012-02-29Merge branch 'master' into nextJohnathan Corgan
2012-02-29Merge branch 'maint'Johnathan Corgan