| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove wxpython dependency from gnuradio-companion. | Philip Balister | 2011-01-09 | 1 | -1/+1 |
* | Move example waveforms to gnuradio-examples/waveforms. | Eric Blossom | 2010-12-30 | 2 | -1/+1 |
* | Create and install gr-run-waveform-script, and symlink to it when installed. | Eric Blossom | 2010-12-30 | 1 | -2/+1 |
* | More generic error message if guile-dev not installed. | Tom Rondeau | 2010-12-30 | 1 | -1/+1 |
* | Add minimal Python and Guile QA code to gr-uhd. | Eric Blossom | 2010-12-27 | 1 | -1/+7 |
* | Add minimal guile test code gr-usrp2. | Eric Blossom | 2010-12-27 | 1 | -1/+3 |
* | Check for lt_dladvise_global and fall back to using lt_dlopenext if not found. | Eric Blossom | 2010-12-22 | 1 | -0/+6 |
* | Merge branch 'next' into guile. | Eric Blossom | 2010-12-21 | 2 | -0/+43 |
|\ |
|
| * | gr_uhd: Quick fix for make distcheck failures if UHD is not installed. | Tom Rondeau | 2010-12-13 | 1 | -0/+4 |
| * | volk: Small fixes to M4 file for better project integration. | Tom Rondeau | 2010-12-09 | 1 | -10/+4 |
| * | volk: Updating build system so that volk configures and builds from gnuradio ... | Tom Rondeau | 2010-12-08 | 1 | -0/+45 |
* | | Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure that | Eric Blossom | 2010-12-07 | 1 | -3/+1 |
* | | flag an error if --enable-guile is specified, but guile-dev is not | Rob Savoye | 2010-12-07 | 1 | -0/+1 |
* | | Merge branch 'next' into guile-next | Eric Blossom | 2010-12-06 | 2 | -63/+112 |
|\| |
|
| * | Merge branch 'master' into next | Tom Rondeau | 2010-12-06 | 1 | -60/+108 |
| |\ |
|
| | * | first shot at Windows-compatible LIBUSB check | Michael Dickens | 2010-11-23 | 1 | -46/+87 |
| | * | Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, becaus... | Michael Dickens | 2010-11-23 | 1 | -15/+22 |
| * | | uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME | Josh Blum | 2010-12-01 | 1 | -2/+2 |
| * | | uhd: added libdir to UHD CFLAGS (shared by lib and swig) | Josh Blum | 2010-11-30 | 1 | -0/+1 |
| * | | uhd: do version check for API compat number | Josh Blum | 2010-11-22 | 1 | -2/+2 |
* | | | Remove copy of config/gr_standalone.m4 from top/config | Eric Blossom | 2010-12-06 | 2 | -117/+0 |
* | | | Copy fix from gr-howto-write-a-block/config/gr_swig.m4 to main | Eric Blossom | 2010-12-04 | 1 | -3/+1 |
* | | | Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile. | Eric Blossom | 2010-12-02 | 3 | -37/+3 |
* | | | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -1/+1 |
* | | | Confirm we can load guile noaa module | Eric Blossom | 2010-11-24 | 1 | -1/+4 |
* | | | Confirm we can load guile pager module | Eric Blossom | 2010-11-24 | 1 | -1/+4 |
* | | | Confirm we can load guile usrp module | Eric Blossom | 2010-11-24 | 1 | -1/+4 |
* | | | Enable guile test for trellis | Eric Blossom | 2010-11-23 | 1 | -2/+5 |
* | | | always look for swig | Rob Savoye | 2010-11-22 | 1 | -2/+0 |
* | | | we don't want tcl support for now | Rob Savoye | 2010-11-22 | 1 | -3/+0 |
* | | | Add missing - | Eric Blossom | 2010-11-21 | 1 | -1/+1 |
* | | | Make Guile bindings work with --with-gnuradio-core et al. | Eric Blossom | 2010-11-21 | 2 | -0/+3 |
* | | | don't look for swig if no scripting language is specified. | Rob Savoye | 2010-11-17 | 1 | -3/+7 |
* | | | dail-tone.wfd example waveform can be loaded and run by gr-run-waveform. | Eric Blossom | 2010-11-13 | 2 | -0/+37 |
* | | | make check in gr-audio-alsa now confirms ability to load guile bindings. | Eric Blossom | 2010-11-12 | 1 | -1/+3 |
* | | | Make check works again, now using guile's native test-suite code. | Eric Blossom | 2010-11-10 | 1 | -2/+0 |
* | | | guile-test -> guile-test.in so we can use @GUILE@ | Eric Blossom | 2010-11-10 | 1 | -0/+2 |
* | | | Create guile QA framework. | Eric Blossom | 2010-11-10 | 1 | -1/+7 |
* | | | add variables for the data and lib directories as specified by guile-config | Rob Savoye | 2010-11-10 | 1 | -0/+5 |
* | | | use guile-config to find the proper flags | Rob Savoye | 2010-11-10 | 1 | -2/+10 |
* | | | minimal test for guile flags | Rob Savoye | 2010-11-10 | 1 | -1/+4 |
* | | | add stubs for finding what is needed to use guile or tcl | Rob Savoye | 2010-11-10 | 2 | -0/+118 |
* | | | add support for using Tcl and Guile as output languages | Rob Savoye | 2010-11-10 | 1 | -1/+12 |
* | | | add support for using Tcl and Guile as output languages | Rob Savoye | 2010-11-10 | 1 | -0/+24 |
|/ / |
|
* | | Merge branch 'master' into next | Johnathan Corgan | 2010-10-06 | 2 | -74/+161 |
|\| |
|
| * | Merge remote branch 'tom/qtfix' into maintmaint-3.3.0 | Johnathan Corgan | 2010-10-06 | 1 | -11/+5 |
| |\ |
|
| | * | Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalD... | Tom Rondeau | 2010-10-05 | 1 | -11/+5 |
| * | | Fixed setting of USB_LIBS for *win* | Michael Dickens | 2010-10-06 | 1 | -6/+6 |
| * | | Fix so that non-Darwin OSs use USB_LIBS correctly for linking | Michael Dickens | 2010-10-06 | 1 | -2/+1 |
| * | | New way of checking for various LIBUSB names; for legacy version, make sure t... | Michael Dickens | 2010-10-06 | 1 | -69/+163 |
| |/ |
|