summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* tags: adding tags examples to build distribution.Tom Rondeau2011-09-091-0/+1
|
* Merge branch 'turbo'Tom Rondeau2011-09-021-0/+1
|\
| * added grc directory in gr-trellisAchilleas Anastasopoulos2011-06-131-0/+1
| |
* | comedi: fix to use comedi 0.8 APIJohnathan Corgan2011-07-261-1/+1
| |
* | gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan2011-07-042-4/+4
| | | | | | | | | | | | | | | | | | | | This begins a transition of examples from a separate gnuradio-examples component into an examples directory with the component they go with. In this commit: gnuradio-examples/c++/audio/ => gr-audio/examples/c++ gnuradio-examples/python/audio => gr-audio/examples/python The system installation directory remains $PREFIX/share/gnuradio/examples/audio
* | gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan2011-07-031-0/+1
|/ | | | One step (of many) to convert GNU Radio to use new Ettus Research UHD driver.
* 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
| | | | this should make that better understood.
* 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
| | | | | | | | | | | | | | | | | | | | | | Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux)
* | volk: fixing volk M4 so that nothing of Volk exists and its configure does ↵Tom Rondeau2011-04-211-7/+11
| | | | | | | | not run if --disable-volk is used.
* | 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 ↵Tom Rondeau2011-04-141-6/+6
|/ | | | been a requirement for a while (FormLayout introduced in 4.4) but nevery required by configure.
* gr-qtgui: removing Guile-specific stuff since there is no way QtGui will ↵Tom Rondeau2011-04-091-3/+1
| | | | work with Guile yet. Changed Python QA to complete properly.
* 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 ↵Tom Rondeau2011-03-261-1/+6
| | | | segfault can be found.
* gr-qtgui: more robust way of checking for QWT-qt4; checks a different header ↵Tom Rondeau2011-03-261-12/+12
| | | | only in QT4 version and check qwt-qt4 directory first to avoid finding qt3 version in qwt directory.
* 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
| |\ | | | | | | | | | | | | Conflicts: grc/grc_gnuradio/Makefile.am
| | * 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
| | | | | | | | | | | | | | | Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
| | * grc: added tabbed widget in qtgui for grcJosh Blum2011-03-011-1/+2
| | | | | | | | | | | | | | | | | | created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui.
| | * 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
| | | | | | | | | | | | * gnuradio-examples/C++/audio/dial_tone
| * | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jblum/wip/gr-audio: audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py audio: register arches with priorities, ex: prefer alsa over oss audio: added oss support to gr-audio audio: use conf files to specify default arch audio: moved the grc audio blocks into gr-audio dir audio: moved alsa support files into subdirectory audio: work on swig support, it imports audio: work to get alsa support in, lets see if this works before adding more audio: added audio factory registry and top level includes audio: skeleton for gr-audio component
| | * | 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
| |/ | | | | | | | | | | | | | | | | | | Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
* / 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 ↵Tom Rondeau2011-02-171-1/+5
| | | | | | | | again be built without Guile.
* | 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
| | | | | | | | | | | | | | | | | | Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls. No point in wrapping these utility math functions into gnuradio when they are 1) provided by boost 2) only called once Removes gr_math.cc, and configure checks for isnan.
* | 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
| |/ | | | | | | | | | | | | | | | | | | Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
* | Merge branch 'mergeme/grc/config_check_fix' into nextTom Rondeau2011-01-221-3/+2
|\ \
| * | Updating copyright.Tom Rondeau2011-01-221-1/+1
| | |