Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-19 | digital: fixed miscalculation of symbol rate in digital_bert_rx. | Tom Rondeau | |
2012-04-17 | build: update revision to 3.5.3.1 | Johnathan Corgan | |
2012-04-17 | fcd: better fix for linker issue | Josh Blum | |
2012-04-17 | fcd: fix linker issue with librt on some platforms | Barry Jackson | |
2012-04-16 | Revert "Merge remote branch 'jblum-github/pmt_set_deleter'" | Johnathan Corgan | |
This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2. | |||
2012-04-16 | Revert "Merge branch 'test/fix-pmt-deleter' into maint" | Johnathan Corgan | |
This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c. | |||
2012-04-16 | Volk: also check to make sure OSXSAVE is enabled so you don't check XGETBV ↵ | Nick Foster | |
when OS has it disabled. | |||
2012-04-16 | Volk: 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-15 | Merge branch 'test/fix-pmt-deleter' into maint | Johnathan Corgan | |
2012-04-15 | digital: fix QA for constellation to always reset the seed for deterministic ↵ | Ben Reynwar | |
tests. | |||
2012-04-15 | pmt: fix segfault in deleter | Johnathan Corgan | |
2012-04-14 | This 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-14 | digital: make seed value unambiguous | Martin Braun | |
2012-04-09 | gr: fix 2 places where pyc files get generated in-tree | Josh Blum | |
Included the GrPython module to define PYTHON_DASH_B. | |||
2012-04-07 | build: update revision to 3.5.3 | Johnathan Corgan | |
2012-04-07 | Merge branch 'maint' | Tom Rondeau | |
2012-04-07 | gruel 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-07 | Merge branch 'wfm_tx_work' | Johnathan Corgan | |
2012-04-07 | Merge branch 'maint' | Tom Rondeau | |
2012-04-07 | core: buffer alignments were getting confused. Just need to tell all blocks ↵ | Tom Rondeau | |
that they are aligned upon restart. | |||
2012-04-07 | Merge branch 'maint' | Tom Rondeau | |
2012-04-07 | trellis: bug fix to make sure file is closed. | Achilleas Anastasopoulos | |
2012-04-07 | core: makes sure all block's buffers are aligned on start/restart and that ↵ | Tom Rondeau | |
they know it. | |||
2012-04-07 | core: loosen fm modulator QA to 5 decimal places of agreement | Johnathan Corgan | |
2012-04-07 | core: use while instead of if in frequency_modulator | Johnathan Corgan | |
* It is possible to wrap multiple times in a single update if the sensitivity parameter is high enough. | |||
2012-04-07 | trellis: bug fix to make sure file is closed. | Achilleas Anastasopoulos | |
2012-04-06 | build: properly handle the VM circbuf; was forcing tmp file usage on all ↵ | Tom Rondeau | |
platforms. | |||
2012-04-05 | Merge remote branch 'ncorgan/gr-uhd_swig' | Johnathan Corgan | |
2012-04-05 | gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵ | Nicholas Corgan | |
serial | |||
2012-04-05 | gr-uhd: minor aesthetic and consistency changes | Nicholas Corgan | |
2012-04-05 | digital: added GRC files for new MPSK SNR estimator and probe. | Tom Rondeau | |
2012-04-04 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-04-04 | Merge remote branch 'ncorgan/gr-uhd_swig' | Johnathan Corgan | |
2012-04-04 | gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵ | Nicholas Corgan | |
user's UHD version and USRP configuration | |||
2012-04-04 | Merge remote branch 'jblum-github/pmt_set_deleter' | Johnathan Corgan | |
2012-04-04 | fcd: simplify swig generation after virtual interface class change | Johnathan Corgan | |
2012-04-03 | gr-uhd: corrected get_usrp_info description | Nicholas Corgan | |
2012-04-03 | gr-uhd: get_usrp_info has help info and can only be called with a recent ↵ | Nicholas Corgan | |
enough version of UHD | |||
2012-04-03 | gr-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-03 | pmt: added advanded pmt_set_deleter (c++ only) | Josh Blum | |
2012-04-02 | gr-uhd: Python users can now grab their current UHD version as a string | Nicholas Corgan | |
2012-04-01 | fcd: adds setter function to configure mixer gain | Dimitri Stolnikov | |
2012-04-01 | Merge remote branch 'jcorgan/gr-fcd' | Johnathan Corgan | |
2012-03-31 | build: use -O2 with cmake in Debug build. | Tom Rondeau | |
2012-03-31 | core: adds vlen and scalar args to type converter blocks in GRC. | Tom Rondeau | |
Also fixes documentation for these blocks. | |||
2012-03-27 | Merge branch 'maint' | Tom Rondeau | |
2012-03-27 | doc: fix documentation for wavsink (thanks to John Coppens for point it out). | Tom Rondeau | |
2012-03-27 | core: 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-27 | Merge branch 'ch_bw' | Tom Rondeau | |
2012-03-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |