summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '8psk' into nextTom Rondeau2011-07-173-1/+49
|\
| * digital: work on build to make gr-trellis dependent on gr-digital.Tom Rondeau2011-07-102-0/+2
| * Fixed error in m4 config file.Ben Reynwar2011-06-131-2/+0
| * Merge branch 'master' into 8pskTom Rondeau2011-06-132-0/+38
| |\
| * \ Merge branch 'master' into 8pskTom Rondeau2011-05-132-1/+2
| |\ \
| * \ \ Merge branch 'master' into 8pskTom Rondeau2011-05-084-29/+25
| |\ \ \
| * \ \ \ Merge branch 'constell_obj' into 8pskTom Rondeau2011-04-081-1/+5
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into constell_objTom Rondeau2011-04-0816-346/+155
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'next' into constell_objBen Reynwar2011-02-273-10/+10
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged upstream from nextBen Reynwar2011-01-3021-176/+312
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'grorg-master'Ben Reynwar2010-12-031-60/+108
| | |\ \ \ \ \ \ \
| | * | | | | | | | Adding doxyxml python package. Acts as interface to doxygen-generated xml.Ben Reynwar2010-10-291-1/+5
| * | | | | | | | | Merge branch 'master' into 8pskTom Rondeau2011-04-062-13/+18
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | digital: configuration files for building gr_digitalTom Rondeau2011-03-281-0/+44
* | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2011-07-042-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan2011-07-042-4/+4
* | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2011-07-031-0/+1
|\| | | | | | | | | |
| * | | | | | | | | | gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan2011-07-031-0/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | msdd6000: removed from tree, obsoletedistcheck-nextJohnathan Corgan2011-07-032-39/+0
* | | | | | | | | | sounder: removed from tree, obsoleteJohnathan Corgan2011-07-032-45/+0
* | | | | | | | | | radar-mono: removed from tree, obsoleteJohnathan Corgan2011-07-032-46/+0
* | | | | | | | | | gpio: removed from tree, obsoleteJohnathan Corgan2011-07-032-39/+0
|/ / / / / / / / /
* | | | | | | | / Allow disabling shm vmcircbuf tests at configure timeDon Ward2011-06-112-0/+38
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | gr-uhd: adding uhd_fft.py appTom Rondeau2011-05-101-0/+1
* | | | | | | | build: updated SDCC error message on failure. We don't support version 3, so ...Tom Rondeau2011-05-101-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau2011-05-021-11/+0
|\ \ \ \ \ \ \
| * | | | | | | grc: added logic to discover the path to the python interpreterJosh Blum2011-04-191-11/+0
* | | | | | | | volk: fixing volk M4 so that nothing of Volk exists and its configure does no...Tom Rondeau2011-04-211-7/+11
* | | | | | | | Merge branch 'uhd/pkg_config_file'Tom Rondeau2011-04-151-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | uhd: added package config file support for libgnuradio-uhdJosh Blum2011-04-131-0/+1
| |/ / / / / / /
* / / / / / / / gr-qtgui: updating required Qt library to v4.4 instead of v4.2. This has been...Tom Rondeau2011-04-141-6/+6
|/ / / / / / /
* | | | | | | gr-qtgui: removing Guile-specific stuff since there is no way QtGui will work...Tom Rondeau2011-04-091-3/+1
* | | | | | | gr-qtgui: typo correct in M4 file.Tom Rondeau2011-03-271-1/+1
* | | | | | | gr-qtgui: updating M4 file for new directory structure.Tom Rondeau2011-03-271-5/+9
| |/ / / / / |/| | | | |
* | | | | | 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