Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | docs: fixed Doxygen from looking in the howto dir. | Tom Rondeau | |
2012-05-31 | pager: fix frequency display when not default | Justin R. Cutler | |
2012-05-31 | grc: restore virtual ports in grc | Justin R. Cutler | |
2012-05-17 | Fixed package dependencies for gnuradio-core and gr-wavelet, added support ↵ | Nicholas Corgan | |
for Ubuntu 12.04 and Fedora 17 | |||
2012-05-08 | volk: fixed popcnt. | Moritz Fischer | |
2012-05-03 | pfb: properly deleting d_fft to close some memory leaks. | Tom Rondeau | |
2012-05-02 | gruel: conditional linking for pthread | Josh Blum | |
2012-04-30 | gruel: fix linker assumption made explicit on Ubuntu 12.04 | Tim Oshea | |
2012-04-26 | gr-uhd: updated USRP Sink and USRP Source help messages | Nicholas Corgan | |
2012-04-24 | uhd: updating/fixing WBFM example. | Marcus Leech | |
2012-04-24 | cmake: make a find portaudio that follows the rules | Josh Blum | |
2012-04-23 | Various fixes for using Python 2.5. | Tom Rondeau | |
2012-04-23 | cmake: fix pygtk check failure with no X session | Jaroslav Skarvada | |
This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur. | |||
2012-04-21 | cmake: update revision to 3.6.0 | Johnathan Corgan | |
2012-04-21 | Merge branch 'maint' | Johnathan Corgan | |
* Use merge strategy -s ours to skip release commits on maint | |||
2012-04-21 | build: update revision to 3.5.3.2 | Johnathan Corgan | |
2012-04-21 | build: update canonical config files | Johnathan Corgan | |
2012-04-21 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-20 | cmake: fix compiler flags on ppc arch | Josh Blum | |
2012-04-19 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-19 | fcd: fix iq_corr setup in GRC wrapper | Johnathan Corgan | |
2012-04-19 | Merge branch 'maint' | Tom Rondeau | |
2012-04-19 | Merge branch 'maint' of gnuradio.org:gnuradio into maint | Tom Rondeau | |
2012-04-19 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-19 | digital: fixed miscalculation of symbol rate in digital_bert_rx. | Tom Rondeau | |
2012-04-18 | volk: gcc version check without __GNUC_PREREQ | Josh Blum | |
2012-04-18 | volk: added xgetbv stuff from volk_work to maint | Josh 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-18 | grc: add callback for changing file name in sinks | Marcus D. Leech | |
2012-04-17 | Merge branch 'maint' | Johnathan Corgan | |
* Use merge strategy -s ours to skip over release commit. | |||
2012-04-17 | build: update revision to 3.5.3.1 | Johnathan Corgan | |
2012-04-17 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-17 | fcd: better fix for linker issue | Josh Blum | |
2012-04-17 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-17 | fcd: fix linker issue with librt on some platforms | Barry Jackson | |
2012-04-16 | Merge branch 'maint' | Johnathan Corgan | |
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 | gr-uhd: uhd_rx_cfile outputs USRP configuration instead of args if user has ↵ | Nicholas Corgan | |
that feature enabled | |||
2012-04-16 | Merge branch 'maint' | Johnathan Corgan | |
Conflicts: volk/gen/make_cpuid_c.py | |||
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 'maint' | Johnathan Corgan | |
2012-04-15 | Merge branch 'test/fix-pmt-deleter' into maint | Johnathan Corgan | |
2012-04-15 | Merge branch 'maint' | Tom Rondeau | |
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 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-14 | digital: make seed value unambiguous | Martin Braun | |
2012-04-13 | Removed 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. |