summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* gr-qtgui: adding QA code for qtgui; remarked out until a fix for the segfault...Tom Rondeau2011-03-261-1/+6
* gr-qtgui: more robust way of checking for QWT-qt4; checks a different header ...Tom Rondeau2011-03-261-12/+12
* Fixing missing include files and various other patches for Windows build issues.Don Ward2011-03-251-1/+2
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2011-03-1513-331/+128
|\
| * Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum2011-03-142-7/+8
| |\
| | * qtgui-grc: added check for pyqwt in configJosh Blum2011-03-072-8/+5
| | * grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-011-0/+1
| | * grc: added tabbed widget in qtgui for grcJosh Blum2011-03-011-1/+2
| | * qtgui: use pyqwt widgets in grc variable slider blockJosh Blum2011-03-012-2/+2
| | * qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum2011-03-011-0/+2
| * | gnuradio-examples: add C++ audio examples using new gr-audioJohnathan Corgan2011-03-141-1/+3
| * | audio: remove obsoleted individual top-level componentsJohnathan Corgan2011-03-147-321/+1
| * | Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audioJohnathan Corgan2011-03-141-0/+112
| |\ \
| | * | audio: added config checks for other audios, added jack and portJosh Blum2011-03-091-7/+47
| | * | audio: added oss support to gr-audioJosh Blum2011-03-091-1/+34
| | * | audio: moved the grc audio blocks into gr-audio dirJosh Blum2011-03-091-0/+1
| | * | audio: work to get alsa support in, lets see if this works before adding moreJosh Blum2011-03-091-0/+3
| | * | audio: skeleton for gr-audio componentJosh Blum2011-03-081-0/+35
| | |/
| * / grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum2011-03-132-2/+4
| |/
* / gruel: fixing structure. Passes make check.Tom Rondeau2011-03-141-1/+7
|/
* Merge branch 'gr_uhd_next' into nextJosh Blum2011-02-251-5/+5
|\
| * uhd: incremented compat number for new api supportJosh Blum2011-02-101-2/+2
| * uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum2011-02-101-3/+3
* | guile: removing calls to check for guile and guile-dev. GNU Radio can once ag...Tom Rondeau2011-02-171-1/+5
* | gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum2011-02-021-4/+0
|/
* Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau2011-01-221-17/+0
|\
| * gr math simplification:Josh Blum2011-01-171-17/+0
* | Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau2011-01-222-23/+1
|\ \
| * | Updating copyright.Tom Rondeau2011-01-221-1/+1
| * | cleanup mkdir usage with boost filesystem:Josh Blum2011-01-182-22/+0
| |/
* | Merge branch 'mergeme/grc/config_check_fix' into nextTom Rondeau2011-01-221-3/+2
|\ \
| * | Updating copyright.Tom Rondeau2011-01-221-1/+1
| * | grc: numpy is also a grc dependency, check numpy when since not requiring wxguiJosh Blum2011-01-171-2/+1
| |/
* / uhd: increment api compat numberJosh Blum2011-01-191-2/+2
|/
* 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