summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-23cmake: fix include path order in gruelJohnathan Corgan
2012-03-22Merge branch 'gr-fcd'Johnathan Corgan
2012-03-22Merge branch 'maint'Johnathan Corgan
2012-03-22Implement conditionalized build for WIN32Johnathan Corgan
2012-03-22volk: added volk as depedency for various componentsJosh Blum
Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
2012-03-22volk: fix for load prefs (config path)Josh Blum
1) add APPDATA to search path for windows 2) graceful fail and env vars not defined
2012-03-22volk: make both test cases look and function the same.Tom Rondeau
2012-03-21volk: add include for config.h to cc fileJosh Blum
volk_32f_s32f_convert_16i_a was also a problem, previously volk_32f_s32f_convert_16i_u was fixed to have config.h. I heard putting config h stuff into public headers was bad practice. Including config.h into the generated cc file should fix this issue from now on.
2012-03-20howto: fixed cmake project definition to include C.Tom Rondeau
Fixes a problem with finding PythonLibs.
2012-03-19digital: in narrowband examples, added the ability to change the channel ↵Tom Rondeau
bandwidth. When the frequency factor is off significantly, the signal can be outside the range of the channel filter. This allows a user to open up the filter to acquire these signals.
2012-03-19Merge branch 'maint'Tom Rondeau
2012-03-19volk: change minimum acceptable ORC version to 4.12 (in cmake and updating ↵Tom Rondeau
version in autotools).
2012-03-18Merge branch 'maint'Tom Rondeau
2012-03-18core: fixed point sin/cos generator properly folds frequencies outside ↵Ben Reynwar
nyquist range to alias signal.
2012-03-18Merge branch 'maint'Johnathan Corgan
2012-03-18Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maintJohnathan Corgan
2012-03-18core: empty gr_hier_block2 contructor for virtual inheritanceJosh Blum
2012-03-18core: adds -B to python QA gnuradio-coreJosh Blum
2012-03-17build: fix autotools breakage from gruel_swig_common mergeJohnathan Corgan
2012-03-17digital: fix constellation __repr__ for Python swig onlyJohnathan Corgan
2012-03-16Merge branch 'gr-uhd-set-user-register'Johnathan Corgan
2012-03-16uhd: conditionalize set_user_register call on availability in UHD APIJohnathan Corgan
2012-03-16Merge branch 'maint'Tom Rondeau
2012-03-16Merge remote branch 'jblum/gruel_common_swig'Tom Rondeau
2012-03-16Merge remote branch 'jblum/minor_gruel_qa_fix' into maintTom Rondeau
2012-03-16gruel: created common swig include fileJosh 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-16gruel: run qa tests with -B (fix from gruel_work_squashed)Josh Blum
2012-03-16Merge branch 'maint'Tom Rondeau
2012-03-16Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-03-16docs: added reference to more details on gri_mmse_fir_interpolator ↵Tom Rondeau
documentation.
2012-03-15Merge branch 'maint'Johnathan Corgan
* Use merge strategy '-s ours' to skip release commits on maint.
2012-03-15update revision to v3.5.2.1Johnathan Corgan
2012-03-15Merge branch 'maint'Tom Rondeau
2012-03-15Merge branch 'volk_32bit_fixes_maint' into maintTom Rondeau
2012-03-15Merge branch 'maint'Johnathan Corgan
2012-03-15volk: set local includes first for precedenceJosh Blum
2012-03-15volk: turning off sse implementation of complex dot product for 32-bit ↵Tom Rondeau
machines until it's fixed.
2012-03-15volk: 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-15core: 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-15gr_frequency_modulator_f : Convert from using libm sin/cos, to gr_fxpt sin/cos.Philip Balister
Signed-off-by: Philip Balister <philip@opensdr.com>
2012-03-15Merge branch 'maint'Johnathan Corgan
2012-03-14cmake: Windows uses size of void* to determine x86 vs. x64 and names ↵Nicholas Corgan
installer .exe accordingly
2012-03-13Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-registerJohnathan Corgan
2012-03-13fcd: fixes for distcheckTom Rondeau
2012-03-13grc: update channel model block noise source seed to 0 to match other noise ↵Tom Rondeau
source defaults.
2012-03-13qa_gr_fxpt : Remove debugging cout.Philip Balister
Signed-off-by: Philip Balister <philip@opensdr.com>
2012-03-13fcd: update text files and copyrightJohnathan Corgan
2012-03-13fcd: fix compiler and documentation warningsJohnathan 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-13fcd: implement conditional build for MacOSXMichael Dickens
2012-03-13core: 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.