summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-19digital: fixed miscalculation of symbol rate in digital_bert_rx.Tom Rondeau
2012-04-17build: update revision to 3.5.3.1Johnathan Corgan
2012-04-17fcd: better fix for linker issueJosh Blum
2012-04-17fcd: fix linker issue with librt on some platformsBarry Jackson
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-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 'test/fix-pmt-deleter' into maintJohnathan Corgan
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-14digital: make seed value unambiguousMartin Braun
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-07build: update revision to 3.5.3Johnathan Corgan
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 'wfm_tx_work'Johnathan Corgan
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 '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.
2012-04-07core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan
2012-04-07core: use while instead of if in frequency_modulatorJohnathan Corgan
* It is possible to wrap multiple times in a single update if the sensitivity parameter is high enough.
2012-04-07trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos
2012-04-06build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau
platforms.
2012-04-05Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan
2012-04-05gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵Nicholas Corgan
serial
2012-04-05gr-uhd: minor aesthetic and consistency changesNicholas Corgan
2012-04-05digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau
2012-04-04Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-04-04Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan
2012-04-04gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan
user's UHD version and USRP configuration
2012-04-04Merge remote branch 'jblum-github/pmt_set_deleter'Johnathan Corgan
2012-04-04fcd: simplify swig generation after virtual interface class changeJohnathan Corgan
2012-04-03gr-uhd: corrected get_usrp_info descriptionNicholas Corgan
2012-04-03gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan
enough version of UHD
2012-04-03gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵Nicholas Corgan
list_property_tree and get_usrp_info functions
2012-04-03pmt: added advanded pmt_set_deleter (c++ only)Josh Blum
2012-04-02gr-uhd: Python users can now grab their current UHD version as a stringNicholas Corgan
2012-04-01fcd: adds setter function to configure mixer gainDimitri Stolnikov
2012-04-01Merge remote branch 'jcorgan/gr-fcd'Johnathan Corgan
2012-03-31build: use -O2 with cmake in Debug build.Tom Rondeau
2012-03-31core: adds vlen and scalar args to type converter blocks in GRC.Tom Rondeau
Also fixes documentation for these blocks.
2012-03-27Merge branch 'maint'Tom Rondeau
2012-03-27doc: fix documentation for wavsink (thanks to John Coppens for point it out).Tom Rondeau
2012-03-27core: when reseting buffers, make sure that the read/write pointers are ↵Tom Rondeau
always algined. This fixes problems when disconnecting and reconnecting blocks to a flowgraph.
2012-03-27Merge branch 'ch_bw'Tom Rondeau
2012-03-27Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau