summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-09volk: Removing erroneous SSE function that actually usese an SSE3 intrin ↵Tom Rondeau
(mm_hadd_ps).
2010-12-09volk: remove redundant warning message at top of volk.c file.Tom Rondeau
2010-12-09volk: Small fixes to M4 file for better project integration.Tom Rondeau
2010-12-08volk: Changing version number to 0.1.Tom Rondeau
2010-12-08Removing autotests of volk during make check and distchecks since they take ↵Tom Rondeau
a long time to run. These can be run by hand by executing volk/lib/test_all Also made a comment about needing a possible fix for this makefile.
2010-12-08volk: more changes to build system so that VPATH builds properly and project ↵Tom Rondeau
makes distcheck.
2010-12-08volk: Working on VPATH build issues. Makes it through configure, fails on make.Tom Rondeau
2010-12-08volk: Fixing makefiles for dist. Distcheck still failing on other issues now.Tom Rondeau
2010-12-08volk: adding config.guess and config.sub to project distribution.Tom Rondeau
2010-12-08volk: Adding gitignore files.Tom Rondeau
2010-12-08volk: Cleaning up naming from old libvector to volk.Tom Rondeau
2010-12-08volk: Updating build system so that volk configures and builds from gnuradio ↵Tom Rondeau
top level dir.
2010-12-07Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom
in-tree includes are searched before out-of-tree includes.
2010-12-07Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a ↵Tom Rondeau
new SIMD library. It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.
2010-12-07Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom
2010-12-07Change shell function definitions to use POSIX syntaxEric Blossom
2010-12-07trellis_generated.i has to be generated first, befofre we can generate ↵Rob Savoye
anything else.
2010-12-07flag an error if --enable-guile is specified, but guile-dev is notRob Savoye
2010-12-06Merge branch 'next' into guile-nextEric Blossom
* next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck.
2010-12-06Update comments for --enable-guile, reflecting that it's disabled by default.Eric Blossom
2010-12-06Remove copy of config/gr_standalone.m4 from top/configEric Blossom
2010-12-06Update TODOEric Blossom
2010-12-06Remove unused variable grguiledirEric Blossom
2010-12-06Add guile QA code to gr-howto-write-a-blockEric Blossom
2010-12-06Add prefix = NONE test to gr-howto-write-a-blockEric Blossom
2010-12-06Update TODOEric Blossom
2010-12-06Merge branch 'master' into nextTom Rondeau
* master: Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blks2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. Removing warnings in portaudio source/sink. Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out. first shot at Windows-compatible LIBUSB check Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems) Removing autogenerated file. Updated doxygen Doxyfile for newer versions. Adding file operations result checking. Updating audio_jack to new interface for creating a client. Fixes depricated warning. Potential fix to MSDD warnings by setting sequence number from buffer more explicitly. Adding a bit more checking on file operations. Fixing copyright date. Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's defined in config, but this won't hurt anyone. Fixing signed/unsigned warnings. first shot at Windows-compatible LIBUSB check Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems) Conflicts: gnuradio-core/src/lib/swig/gnuradio.i
2010-12-06Adding a "change in progress" check to alsa sink.Tom Rondeau
2010-12-06Adding new example script for using the new PFB arbitrary resampler ↵Tom Rondeau
interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.
2010-12-06Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to ↵Tom Rondeau
just specify the requested resampling rate without providing their own filter taps. Taps are then generated inside hier_block2 to cover full bandwidth of input signal. Optional attenuation parameter may be provided.
2010-12-05uhd: reverting tag changes on uhd single usrp source, there seems to be ↵Josh Blum
issues with the work() logic
2010-12-05uhd: removed default value chan=0 in the cc filesJosh Blum
2010-12-04Fix load-extension stringsEric Blossom
2010-12-04Move swig related suffix/pattern rules from Makefile.common to Makefile.swig.Eric Blossom
2010-12-04Copy fix from gr-howto-write-a-block/config/gr_swig.m4 to mainEric Blossom
2010-12-04Fix swig syntax error triggered in python/std_complex.iEric Blossom
2010-12-04Some piece of this commit triggers a syntax error running swig:Eric Blossom
make[2]: Entering directory `/home/eb/git/wf-exec/gr-howto-write-a-block/swig' Compile .i to .py /usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir . -I/home/eb/git/wf-exec/gr-howto-write-a-block/lib -I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig \ -MD -MF python/howto_swig.Std \ -module howto_swig -o python/howto_swig.cc -oh python/howto_swig.h howto_swig.i /usr/share/swig/1.3.40/python/std_complex.i:12: Error: Syntax error in input(1). make[2]: *** [howto_swig.py] Error 1
2010-12-03Make gr-howto-write-a-block work again...Eric Blossom
Copied Makefile.swig, Mkefile.swig.gen.t from .. Renamed howto.i to howto_swig.i Regenerated Makefile.swig.gen
2010-12-03Fix EXTRA_DIST in gr-howto-write-a-blockEric Blossom
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
2010-12-03update .gitignoreEric Blossom
2010-12-03tarball name: run-waveform -> gr-run-waveformEric Blossom
2010-12-03CommentsEric Blossom
2010-12-03Uhh, make that test_embed.ccEric Blossom
2010-12-03Rename test_waveform.c test_embed.cEric Blossom
2010-12-03Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix.Eric Blossom
2010-12-03Less verboseEric Blossom
2010-12-03Put all files in filesystem, not just .scmEric Blossom
2010-12-03Override primitive-load et al. before loading code.Eric Blossom