Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-18 | Merge branch 'maint' | Tom Rondeau | |
2012-03-18 | core: fixed point sin/cos generator properly folds frequencies outside ↵ | Ben Reynwar | |
nyquist range to alias signal. | |||
2012-03-18 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-18 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-18 | Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maint | Johnathan Corgan | |
2012-03-18 | core: empty gr_hier_block2 contructor for virtual inheritance | Josh Blum | |
2012-03-18 | core: adds -B to python QA gnuradio-core | Josh Blum | |
2012-03-17 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_gruel.m4 | |||
2012-03-17 | build: fix autotools breakage from gruel_swig_common merge | Johnathan Corgan | |
2012-03-17 | digital: fix constellation __repr__ for Python swig only | Johnathan Corgan | |
2012-03-16 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-16 | Merge branch 'gr-uhd-set-user-register' | Johnathan Corgan | |
2012-03-16 | uhd: conditionalize set_user_register call on availability in UHD API | Johnathan Corgan | |
2012-03-16 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gruel/src/swig/Makefile.am | |||
2012-03-16 | Merge branch 'maint' | Tom Rondeau | |
2012-03-16 | Merge remote branch 'jblum/gruel_common_swig' | Tom Rondeau | |
2012-03-16 | Merge remote branch 'jblum/minor_gruel_qa_fix' into maint | Tom Rondeau | |
2012-03-16 | gruel: created common swig include file | Josh Blum | |
This work taken from gruel_work_squashed Common swig file includes: * Language independent exception handler * Wrapper for python calls that may block Benefits: * More common swig code, less copy pasta * Wrapper for blocking python calls handles the case where the call throws, python is not left in a bad state | |||
2012-03-16 | gruel: run qa tests with -B (fix from gruel_work_squashed) | Josh Blum | |
2012-03-16 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-16 | Merge branch 'maint' | Tom Rondeau | |
2012-03-16 | Merge branch 'maint' of gnuradio.org:gnuradio into maint | Tom Rondeau | |
2012-03-16 | docs: added reference to more details on gri_mmse_fir_interpolator ↵ | Tom Rondeau | |
documentation. | |||
2012-03-15 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-15 | Merge branch 'maint' | Johnathan Corgan | |
* Use merge strategy '-s ours' to skip release commits on maint. | |||
2012-03-15 | update revision to v3.5.2.1 | Johnathan Corgan | |
2012-03-15 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-15 | Merge branch 'maint' | Tom Rondeau | |
2012-03-15 | Merge branch 'volk_32bit_fixes_maint' into maint | Tom Rondeau | |
2012-03-15 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-15 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-15 | volk: set local includes first for precedence | Josh Blum | |
2012-03-15 | volk: turning off sse implementation of complex dot product for 32-bit ↵ | Tom Rondeau | |
machines until it's fixed. | |||
2012-03-15 | volk: makes the float-to-int conversion consistent and fixes an overflow bug ↵ | Tom Rondeau | |
on 32-bit machines. Not currently used in GNU Radio, so no change in behavior there. | |||
2012-03-15 | core: makes sure that the Fourier taps for the FFT filter are aligned. | Tom Rondeau | |
Creates a helper function to get access to fftw's malloc/free capabilities. | |||
2012-03-15 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-15 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-14 | cmake: Windows uses size of void* to determine x86 vs. x64 and names ↵ | Nicholas Corgan | |
installer .exe accordingly | |||
2012-03-13 | Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register | Johnathan Corgan | |
2012-03-13 | fcd: fixes for distcheck | Tom Rondeau | |
2012-03-13 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-13 | grc: update channel model block noise source seed to 0 to match other noise ↵ | Tom Rondeau | |
source defaults. | |||
2012-03-13 | fcd: update text files and copyright | Johnathan Corgan | |
2012-03-13 | fcd: fix compiler and documentation warnings | Johnathan Corgan | |
* Mismatch in parameter name in hidapi.h * Signedness error in hid-libusb.c * Disable unusued warning for TODO items in fcd_source_c.cc | |||
2012-03-13 | fcd: implement conditional build for MacOSX | Michael Dickens | |
2012-03-13 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/lib/gengen/Makefile.am gnuradio-core/src/python/gnuradio/gr/Makefile.am | |||
2012-03-13 | core: updated the documentation for the noise source to explain the seed better. | Tom Rondeau | |
Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this causes no change in the behavior of these sources, but will hopefully not mislead users with the use of a positive number. | |||
2012-03-13 | Merge branch 'probe' | Tom Rondeau | |
2012-03-13 | core: adding new probe_signal from gengen into autotools build. | Tom Rondeau | |
2012-03-12 | fcd: complete cmake build | Johnathan Corgan | |