summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
2010-11-24Confirm we can load guile noaa moduleEric Blossom
2010-11-24Confirm we can load guile pager moduleEric Blossom
2010-11-24Confirm we can load guile usrp moduleEric Blossom
2010-11-23Enable guile test for trellisEric Blossom
2010-11-22always look for swigRob Savoye
2010-11-22we don't want tcl support for nowRob Savoye
2010-11-21Add missing -Eric Blossom
2010-11-21Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom
2010-11-17don't look for swig if no scripting language is specified.Rob Savoye
2010-11-13dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.Eric Blossom
Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working.
2010-11-12make check in gr-audio-alsa now confirms ability to load guile bindings.Eric Blossom
2010-11-10Make check works again, now using guile's native test-suite code.Eric Blossom
The srfi-64 code wouldn't pass it's own test code under guile...
2010-11-10guile-test -> guile-test.in so we can use @GUILE@Eric Blossom
2010-11-10Create guile QA framework.Eric Blossom
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean.
2010-11-10add variables for the data and lib directories as specified by guile-configRob Savoye
2010-11-10use guile-config to find the proper flagsRob Savoye
2010-11-10minimal test for guile flagsRob Savoye
2010-11-10add stubs for finding what is needed to use guile or tclRob Savoye
2010-11-10add support for using Tcl and Guile as output languagesRob Savoye
2010-11-10add support for using Tcl and Guile as output languagesRob Savoye
2010-10-06Merge branch 'master' into nextJohnathan Corgan
* master: Fixed setting of USB_LIBS for *win* Fix so that non-Darwin OSs use USB_LIBS correctly for linking New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version). Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. Fixed gitignore to reflect changes in moc/ui file naming. Fixes a lot of warnings by cleaning up namespace issues. Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. Updating all of the QA code that I can actually test to work with the new XML output runners. Updating all python QA programs in gnuradio-core to output XML files. Adding gr_xmlrunner.py to Makefile. Adding XML output to Python unittests. Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell needs testing. Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests. Adding an XML outputter for the CPP Unit tests. This is to a) store the output information but also b) for integration with Hudson for logging and displaying the results during the build stages. This only covers a few cases so far and I need to define a better place to save the output files.
2010-10-06Merge remote branch 'tom/qtfix' into maintJohnathan Corgan
* tom/qtfix: Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. Fixed gitignore to reflect changes in moc/ui file naming. Fixes a lot of warnings by cleaning up namespace issues. Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.
2010-10-06Fixed setting of USB_LIBS for *win*Michael Dickens
2010-10-06Fix so that non-Darwin OSs use USB_LIBS correctly for linkingMichael Dickens
2010-10-06New way of checking for various LIBUSB names; for legacy version, make sure ↵Michael Dickens
the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
2010-10-05Remove vrt from build.Eric Blossom
The vrt code has been temporarily moved to Eric's Out-of-Tree repository, pending the "Grand Build System Reorganization". To grab the code and build it: $ git clone git://gnuradio.org/eb-oot $ cd eb-oot/vrt $ ./bootstrap && ./configure $ make && make check && make install
2010-10-05Removing qwtplot3d dependency and fixing a missed include in ↵Tom Rondeau
waterfallGlobalData.h.
2010-10-05Remove vrt dependence on gruel. Should also build on non-Linux OS's too.Eric Blossom
2010-09-14Remove PKG_CONFIG_PATH addition from grc_gr_udh.m4Eric Blossom
2010-07-29Merge branch 'master' into nextJohnathan Corgan
* master: Fixes ./configure to allow grc to build without an X session
2010-07-29Fixes ./configure to allow grc to build without an X sessionJason Abele
Presently, a ./configure in a terminal with no X $DISPLAY will fail to build grc because import gtk fails with RuntimeError exception. This patch fixes this by catching just the ImportError and AssertionErrors we need for python module dependencies.
2010-06-02Merge branch 'master' into nextJohnathan Corgan
* master: gcell: make versioned libraries gnuradio-core: fix missing linker flags for boost_program_options howto: fix incorrect include path build: redo GR_GIT for portability build: use date format string instead of -R for portability gnuradio-core: fix typo in doxygen header gr-qtgui: add include file for gcc 4.4.1
2010-06-02build: redo GR_GIT for portabilityJohnathan Corgan
2010-05-30Merge branch 'master' into nextJohnathan Corgan
* master: howto: make versioned libraries Make C++ shared libraries versioned build: refactor GR_GIT and GR_VERSION Update howto revision to 3.4git
2010-05-28build: refactor GR_GIT and GR_VERSIONJohnathan Corgan
2010-05-21libvrt: remove from 3.3 API.Johnathan Corgan
libvrt will continue as part of the 3.4git development branch, where it will undergo a rewrite and API change.
2010-05-18Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum
2010-05-12Change version numbering to always include minor releaseJohnathan Corgan
2010-05-04Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum
2010-04-26Remove omnithreads library.Johnathan Corgan
2010-04-26Remove mblock library. We hardly knew 'ye.Johnathan Corgan
2010-04-26Convert gr-audio-portaudio to Boost via gruelJohnathan Corgan
Remove omnithread dependency in build for gr-audio-portaudio Remove unused debugging utility class in gnuradio-core (gri_logger)
2010-04-26Merge branch 'wip/remove-mld-threads'Johnathan Corgan
* wip/remove-mld-threads: Further updates for removing omnithreads Update build configuration for OSX omnithreads changeover initial move from mld_threads to gruel:: namespace threads and such Initial changes to remove mld_thread and instead use gruel:: namespace classes
2010-04-26Further updates for removing omnithreadsJohnathan Corgan
Updates README Removes Darwin specific variable in usrp.pc
2010-04-26Update build configuration for OSX omnithreads changeoverJohnathan Corgan
gr-audio-osx now depends on gruel (via gnuradio-core) vs. omnithreads usrp now depends on gruel vs. omnithreads Boost base library dependency has been upped to 1.37 for Darwin only, for Darwin specific code in usrp host library
2010-04-23added docs to uhd grc blocks, added pkg config path to make support easierJosh Blum
2010-04-22Convert gcell to use boost::threads instead of omnithread.Johnathan Corgan
Passes make check.
2010-04-14Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum
2010-04-11Removed omnithreads dependency from libusrp2Johnathan Corgan