summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-04docs: fixed Doxygen from looking in the howto dir.Tom Rondeau
2012-05-31pager: fix frequency display when not defaultJustin R. Cutler
2012-05-31grc: restore virtual ports in grcJustin R. Cutler
2012-05-17Fixed package dependencies for gnuradio-core and gr-wavelet, added support ↵Nicholas Corgan
for Ubuntu 12.04 and Fedora 17
2012-05-08volk: fixed popcnt.Moritz Fischer
2012-05-03pfb: properly deleting d_fft to close some memory leaks.Tom Rondeau
2012-05-02gruel: conditional linking for pthreadJosh Blum
2012-04-30gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea
2012-04-26gr-uhd: updated USRP Sink and USRP Source help messagesNicholas Corgan
2012-04-24uhd: updating/fixing WBFM example.Marcus Leech
2012-04-24cmake: make a find portaudio that follows the rulesJosh Blum
2012-04-23Various fixes for using Python 2.5.Tom Rondeau
2012-04-23cmake: fix pygtk check failure with no X sessionJaroslav Skarvada
This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur.
2012-04-21cmake: update revision to 3.6.0Johnathan Corgan
2012-04-21Merge branch 'maint'Johnathan Corgan
* Use merge strategy -s ours to skip release commits on maint
2012-04-21build: update revision to 3.5.3.2Johnathan Corgan
2012-04-21build: update canonical config filesJohnathan Corgan
2012-04-21Merge branch 'maint'Johnathan Corgan
2012-04-20cmake: fix compiler flags on ppc archJosh Blum
2012-04-19Merge branch 'maint'Johnathan Corgan
2012-04-19fcd: fix iq_corr setup in GRC wrapperJohnathan Corgan
2012-04-19Merge branch 'maint'Tom Rondeau
2012-04-19Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-04-19Merge branch 'maint'Johnathan Corgan
2012-04-19digital: fixed miscalculation of symbol rate in digital_bert_rx.Tom Rondeau
2012-04-18volk: gcc version check without __GNUC_PREREQJosh Blum
2012-04-18volk: added xgetbv stuff from volk_work to maintJosh Blum
This ensures that the compiler has support for xgetbv. This also fixes MSVC by checking for _xgetbv. Also, restored copy of cpuid.h, this should not be modified.
2012-04-18grc: add callback for changing file name in sinksMarcus D. Leech
2012-04-17Merge branch 'maint'Johnathan Corgan
* Use merge strategy -s ours to skip over release commit.
2012-04-17build: update revision to 3.5.3.1Johnathan Corgan
2012-04-17Merge branch 'maint'Johnathan Corgan
2012-04-17fcd: better fix for linker issueJosh Blum
2012-04-17Merge branch 'maint'Johnathan Corgan
2012-04-17fcd: fix linker issue with librt on some platformsBarry Jackson
2012-04-16Merge branch 'maint'Johnathan Corgan
2012-04-16Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"Johnathan Corgan
This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2.
2012-04-16Revert "Merge branch 'test/fix-pmt-deleter' into maint"Johnathan Corgan
This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c.
2012-04-16gr-uhd: uhd_rx_cfile outputs USRP configuration instead of args if user has ↵Nicholas Corgan
that feature enabled
2012-04-16Merge branch 'maint'Johnathan Corgan
Conflicts: volk/gen/make_cpuid_c.py
2012-04-16Volk: also check to make sure OSXSAVE is enabled so you don't check XGETBV ↵Nick Foster
when OS has it disabled.
2012-04-16Volk: add support for checking AVX enable state of OS.Nick Foster
Some systems (notably Xen hypervisor) appear to use XSETBV to disable AVX. This causes SIGILL when running AVX instructions. This commit makes Volk check XCR0 on the AVX arch before proceeding.
2012-04-15Merge branch 'maint'Johnathan Corgan
2012-04-15Merge branch 'test/fix-pmt-deleter' into maintJohnathan Corgan
2012-04-15Merge branch 'maint'Tom Rondeau
2012-04-15digital: fix QA for constellation to always reset the seed for deterministic ↵Ben Reynwar
tests.
2012-04-15pmt: fix segfault in deleterJohnathan Corgan
2012-04-14This patch enables JACK only when both a library and include files are ↵Tom Rondeau
available in the system. This change helps to build gnuradio on systems which have a libjack.so library available for compatibility purposes without the header files (like gentoo where libjack.so is part of app-emulation/emul-linux-x86-soundlibs). Signed-off-by: Maciej Grela <maciej.grela@gmail.com>
2012-04-14Merge branch 'maint'Johnathan Corgan
2012-04-14digital: make seed value unambiguousMartin Braun
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.