summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2011-10-15config: fixing up for new rules in automake.Tom Rondeau
2011-10-15config: fixed qwt checks to be available over more versions.Tom Rondeau
2011-09-09tags: adding tags examples to build distribution.Tom Rondeau
2011-09-02Merge branch 'turbo'Tom Rondeau
2011-07-26comedi: fix to use comedi 0.8 APIJohnathan Corgan
2011-07-04gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan
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
2011-07-03gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan
One step (of many) to convert GNU Radio to use new Ettus Research UHD driver.
2011-06-13added grc directory in gr-trellisAchilleas Anastasopoulos
2011-06-11Allow disabling shm vmcircbuf tests at configure timeDon Ward
2011-05-10gr-uhd: adding uhd_fft.py appTom Rondeau
2011-05-10build: updated SDCC error message on failure. We don't support version 3, so ↵Tom Rondeau
this should make that better understood.
2011-05-02Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau
2011-04-21volk: fixing volk M4 so that nothing of Volk exists and its configure does ↵Tom Rondeau
not run if --disable-volk is used.
2011-04-19grc: added logic to discover the path to the python interpreterJosh Blum
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)
2011-04-15Merge branch 'uhd/pkg_config_file'Tom Rondeau
2011-04-14gr-qtgui: updating required Qt library to v4.4 instead of v4.2. This has ↵Tom Rondeau
been a requirement for a while (FormLayout introduced in 4.4) but nevery required by configure.
2011-04-13uhd: added package config file support for libgnuradio-uhdJosh Blum
2011-04-09gr-qtgui: removing Guile-specific stuff since there is no way QtGui will ↵Tom Rondeau
work with Guile yet. Changed Python QA to complete properly.
2011-03-27gr-qtgui: typo correct in M4 file.Tom Rondeau
2011-03-27gr-qtgui: updating M4 file for new directory structure.Tom Rondeau
2011-03-26gr-qtgui: adding QA code for qtgui; remarked out until a fix for the ↵Tom Rondeau
segfault can be found.
2011-03-26gr-qtgui: more robust way of checking for QWT-qt4; checks a different header ↵Tom Rondeau
only in QT4 version and check qwt-qt4 directory first to avoid finding qt3 version in qwt directory.
2011-03-25Fixing missing include files and various other patches for Windows build issues.Don Ward
2011-03-15Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-03-14gruel: fixing structure. Passes make check.Tom Rondeau
2011-03-14Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum
Conflicts: grc/grc_gnuradio/Makefile.am
2011-03-14gnuradio-examples: add C++ audio examples using new gr-audioJohnathan Corgan
* gnuradio-examples/C++/audio/dial_tone
2011-03-14audio: remove obsoleted individual top-level componentsJohnathan Corgan
2011-03-14Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audioJohnathan Corgan
* 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
2011-03-13grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum
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.
2011-03-09audio: added config checks for other audios, added jack and portJosh Blum
2011-03-09audio: added oss support to gr-audioJosh Blum
2011-03-09audio: moved the grc audio blocks into gr-audio dirJosh Blum
2011-03-09audio: work to get alsa support in, lets see if this works before adding moreJosh Blum
2011-03-08audio: skeleton for gr-audio componentJosh Blum
2011-03-07qtgui-grc: added check for pyqwt in configJosh Blum
2011-03-01grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum
Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
2011-03-01grc: added tabbed widget in qtgui for grcJosh Blum
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.
2011-03-01qtgui: use pyqwt widgets in grc variable slider blockJosh Blum
2011-03-01qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum
2011-02-25Merge branch 'gr_uhd_next' into nextJosh Blum
2011-02-17guile: removing calls to check for guile and guile-dev. GNU Radio can once ↵Tom Rondeau
again be built without Guile.
2011-02-10uhd: incremented compat number for new api supportJosh Blum
2011-02-10uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum
2011-02-02gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum
2011-01-22Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-22Merge branch 'mergeme/grc/config_check_fix' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau