summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Remove wxpython dependency from gnuradio-companion.Philip Balister2011-01-091-1/+1
* Move example waveforms to gnuradio-examples/waveforms.Eric Blossom2010-12-302-1/+1
* Create and install gr-run-waveform-script, and symlink to it when installed.Eric Blossom2010-12-301-2/+1
* More generic error message if guile-dev not installed.Tom Rondeau2010-12-301-1/+1
* Add minimal Python and Guile QA code to gr-uhd.Eric Blossom2010-12-271-1/+7
* Add minimal guile test code gr-usrp2.Eric Blossom2010-12-271-1/+3
* Check for lt_dladvise_global and fall back to using lt_dlopenext if not found.Eric Blossom2010-12-221-0/+6
* Merge branch 'next' into guile.Eric Blossom2010-12-212-0/+43
|\
| * gr_uhd: Quick fix for make distcheck failures if UHD is not installed.Tom Rondeau2010-12-131-0/+4
| * volk: Small fixes to M4 file for better project integration.Tom Rondeau2010-12-091-10/+4
| * volk: Updating build system so that volk configures and builds from gnuradio ...Tom Rondeau2010-12-081-0/+45
* | Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom2010-12-071-3/+1
* | flag an error if --enable-guile is specified, but guile-dev is notRob Savoye2010-12-071-0/+1
* | Merge branch 'next' into guile-nextEric Blossom2010-12-062-63/+112
|\|
| * Merge branch 'master' into nextTom Rondeau2010-12-061-60/+108
| |\
| | * first shot at Windows-compatible LIBUSB checkMichael Dickens2010-11-231-46/+87
| | * Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, becaus...Michael Dickens2010-11-231-15/+22
| * | uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXMEJosh Blum2010-12-011-2/+2
| * | uhd: added libdir to UHD CFLAGS (shared by lib and swig)Josh Blum2010-11-301-0/+1
| * | uhd: do version check for API compat numberJosh Blum2010-11-221-2/+2
* | | Remove copy of config/gr_standalone.m4 from top/configEric Blossom2010-12-062-117/+0
* | | Copy fix from gr-howto-write-a-block/config/gr_swig.m4 to mainEric Blossom2010-12-041-3/+1
* | | Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom2010-12-023-37/+3
* | | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
* | | Confirm we can load guile noaa moduleEric Blossom2010-11-241-1/+4
* | | Confirm we can load guile pager moduleEric Blossom2010-11-241-1/+4
* | | Confirm we can load guile usrp moduleEric Blossom2010-11-241-1/+4
* | | Enable guile test for trellisEric Blossom2010-11-231-2/+5
* | | always look for swigRob Savoye2010-11-221-2/+0
* | | we don't want tcl support for nowRob Savoye2010-11-221-3/+0
* | | Add missing -Eric Blossom2010-11-211-1/+1
* | | Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom2010-11-212-0/+3
* | | don't look for swig if no scripting language is specified.Rob Savoye2010-11-171-3/+7
* | | dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.Eric Blossom2010-11-132-0/+37
* | | make check in gr-audio-alsa now confirms ability to load guile bindings.Eric Blossom2010-11-121-1/+3
* | | Make check works again, now using guile's native test-suite code.Eric Blossom2010-11-101-2/+0
* | | guile-test -> guile-test.in so we can use @GUILE@Eric Blossom2010-11-101-0/+2
* | | Create guile QA framework.Eric Blossom2010-11-101-1/+7
* | | add variables for the data and lib directories as specified by guile-configRob Savoye2010-11-101-0/+5
* | | use guile-config to find the proper flagsRob Savoye2010-11-101-2/+10
* | | minimal test for guile flagsRob Savoye2010-11-101-1/+4
* | | add stubs for finding what is needed to use guile or tclRob Savoye2010-11-102-0/+118
* | | add support for using Tcl and Guile as output languagesRob Savoye2010-11-101-1/+12
* | | add support for using Tcl and Guile as output languagesRob Savoye2010-11-101-0/+24
|/ /
* | Merge branch 'master' into nextJohnathan Corgan2010-10-062-74/+161
|\|
| * Merge remote branch 'tom/qtfix' into maintmaint-3.3.0Johnathan Corgan2010-10-061-11/+5
| |\
| | * Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalD...Tom Rondeau2010-10-051-11/+5
| * | Fixed setting of USB_LIBS for *win*Michael Dickens2010-10-061-6/+6
| * | Fix so that non-Darwin OSs use USB_LIBS correctly for linkingMichael Dickens2010-10-061-2/+1
| * | New way of checking for various LIBUSB names; for legacy version, make sure t...Michael Dickens2010-10-061-69/+163
| |/