summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-19Merge branch 'maint'Johnathan Corgan
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.
2012-04-13digital: updated BER test recever to use new SNR probe in digital.Tom Rondeau
2012-04-13Fix some minor warnings.Tom Rondeau
2012-04-12filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for consistency.Nick Foster
2012-04-09Merge branch 'maint'Johnathan Corgan
2012-04-09gr: fix 2 places where pyc files get generated in-treeJosh Blum
Included the GrPython module to define PYTHON_DASH_B.
2012-04-09updated ignores, building with Python < 2.7 can leave stray filesJohnathan Corgan
2012-04-09cmake: update revision to 3.6.0gitJohnathan Corgan
2012-04-09wavelet: fix swig paths for OSXMichael Dickens
2012-04-07Merge remote branch 'jblum/wip_grc_any_blocks'Johnathan Corgan
2012-04-07Merge branch 'next'Johnathan Corgan
2012-04-07Merge branch 'master' into nextJohnathan Corgan
* Used merge strategy 'ours' to skip release commit
2012-04-07build: update revision to 3.5.3Johnathan Corgan
2012-04-07Merge branch 'master' into nextTom Rondeau
Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵Tom Rondeau
dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
2012-04-07Merge branch 'master' into nextJohnathan Corgan
2012-04-07Merge branch 'wfm_tx_work'Johnathan Corgan
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07core: buffer alignments were getting confused. Just need to tell all blocks ↵Tom Rondeau
that they are aligned upon restart.
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos
2012-04-07core: makes sure all block's buffers are aligned on start/restart and that ↵Tom Rondeau
they know it.