summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-15Merge branch 'volk_32bit_fixes_maint' into maintTom Rondeau
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-14cmake: Windows uses size of void* to determine x86 vs. x64 and names ↵Nicholas Corgan
installer .exe accordingly
2012-03-12cmake: add slackware detectionJosh Blum
2012-03-08build: updated ignoresJohnathan 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-03volk: include config.h to have rintf in windows/msvc.Tom Rondeau
2012-03-01Merge remote branch 'tom/safe_align'Johnathan Corgan
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-29Merge branch 'maint'Johnathan Corgan
2012-02-29Changes Windows installer filename to match naming convention of Ubuntu and ↵Nicholas Corgan
Fedora installers
2012-02-28Merge branch 'maint'Johnathan Corgan
2012-02-28Installer filename more clearly separates "gnuradio", version, and distroNicholas Corgan
2012-02-27Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-02-27Merge branch 'maint'Johnathan Corgan
2012-02-27Do not rewrite path to python interpreter for cross builds.Philip Balister
If you rewrite the path to the python interpreter during a cross build, you end up with the path to the build environment python interpreter, which may not be the same as teh path on the target. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Josh Blum <jblum@joshknows.com>
2012-02-27Merge remote-tracking branch 'balister/python-env'Tom Rondeau
2012-02-27Do not rewrite path to python interpreter for cross builds.Philip Balister
If you rewrite the path to the python interpreter during a cross build, you end up with the path to the build environment python interpreter, which may not be the same as teh path on the target. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Josh Blum <jblum@joshknows.com>
2012-02-27Merge branch 'maint'Tom Rondeau
2012-02-27Merge remote-tracking branch 'benreynwar/maint' into maintTom Rondeau
2012-02-27Fixed bug in digital_qam_demod.xmlBen Reynwar
2012-02-26Merge branch 'maint'Johnathan Corgan
2012-02-26core: add null constructors to sync_* blocksJohnathan Corgan
2012-02-24Merge branch 'maint'Tom Rondeau
2012-02-24digital: forgot to include new xml in Makefile.am.Tom Rondeau
2012-02-24Added digital_constellation_receiver_cb.xml fileBen Reynwar
2012-02-24Merge remote-tracking branch 'benreynwar/minor_fixes'Tom Rondeau
2012-02-24Added digital_constellation_receiver_cb.xml fileBen Reynwar
2012-02-23volk: float to short conversion is consistent between archs and tail cases. ↵Tom Rondeau
Rounds to nearest number.
2012-02-23Merge branch 'maint'Tom Rondeau
2012-02-23Try really hard to get cmake to use compiler flags from the toolchain file.Philip Balister
See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html Also credit OpenEmbedded for doing something similar in the toolchain file they create. Signed-off-by: Philip Balister <philip@opensdr.com>
2012-02-23Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau
Conflicts: volk/apps/volk_profile.cc
2012-02-22Remove ORC invocation since // doesn't dissuade the generator.Nick Foster
2012-02-21Merge branch 'maint'Tom Rondeau
2012-02-21qtgui: More search options for qwt libraries, specifically for OSX.Michael Dickens
2012-02-21Volk: add scalar const support to the profiler/QA code. Disabled ↵Nick Foster
volk_32fc_s32fc_multiply_32fc_a's Orc impl due to it not working.
2012-02-20Merge branch 'maint'Tom Rondeau
2012-02-20Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-20digital: fixed comments for new parameters.Tom Rondeau
2012-02-17Merge branch 'maint'Johnathan Corgan
2012-02-17vocoder: add xml blocks to autotools buildJohnathan Corgan
2012-02-17vocoder: fix typos in added block xmlJohnathan Corgan
2012-02-17core: protection if set_delay is called before the last delay update has ↵Tom Rondeau
finished.