summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
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
2011-03-14gnuradio-examples: add C++ audio examples using new gr-audioJohnathan Corgan
2011-03-14audio: remove obsoleted individual top-level componentsJohnathan Corgan
2011-03-14Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audioJohnathan Corgan
2011-03-13grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum
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
2011-03-01grc: added tabbed widget in qtgui for grcJosh Blum
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 ag...Tom Rondeau
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
2011-01-19uhd: increment api compat numberJosh Blum
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
2011-01-17gr math simplification:Josh Blum
2011-01-17grc: numpy is also a grc dependency, check numpy when since not requiring wxguiJosh Blum
2011-01-09Remove wxpython dependency from gnuradio-companion.Philip Balister
2010-12-30Move example waveforms to gnuradio-examples/waveforms.Eric Blossom
2010-12-30Create and install gr-run-waveform-script, and symlink to it when installed.Eric Blossom
2010-12-30More generic error message if guile-dev not installed.Tom Rondeau
2010-12-27Add minimal Python and Guile QA code to gr-uhd.Eric Blossom
2010-12-27Add minimal guile test code gr-usrp2.Eric Blossom
2010-12-22Check for lt_dladvise_global and fall back to using lt_dlopenext if not found.Eric Blossom
2010-12-21Merge branch 'next' into guile.Eric Blossom
2010-12-13gr_uhd: Quick fix for make distcheck failures if UHD is not installed.Tom Rondeau
2010-12-09volk: Small fixes to M4 file for better project integration.Tom Rondeau
2010-12-08volk: Updating build system so that volk configures and builds from gnuradio ...Tom Rondeau
2010-12-07Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom
2010-12-07flag an error if --enable-guile is specified, but guile-dev is notRob Savoye
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-12-06Remove copy of config/gr_standalone.m4 from top/configEric Blossom
2010-12-06Merge branch 'master' into nextTom Rondeau
2010-12-04Copy fix from gr-howto-write-a-block/config/gr_swig.m4 to mainEric Blossom
2010-12-02Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom
2010-12-01uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXMEJosh Blum