summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, ↵Michael Dickens2010-11-231-15/+22
| | | | | | | | | | | | because the symbol does not exist for that platform (only, it seems)
| * | uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXMEJosh Blum2010-12-011-2/+2
| | |
| * | uhd: added libdir to UHD CFLAGS (shared by lib and swig)Josh Blum2010-11-301-0/+1
| | |
| * | uhd: do version check for API compat numberJosh Blum2010-11-221-2/+2
| | |
* | | Remove copy of config/gr_standalone.m4 from top/configEric Blossom2010-12-062-117/+0
| | |
* | | Copy fix from gr-howto-write-a-block/config/gr_swig.m4 to mainEric Blossom2010-12-041-3/+1
| | |
* | | Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom2010-12-023-37/+3
| | | | | | | | | | | | Passes distcheck.
* | | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Confirm we can load guile noaa moduleEric Blossom2010-11-241-1/+4
| | |
* | | Confirm we can load guile pager moduleEric Blossom2010-11-241-1/+4
| | |
* | | Confirm we can load guile usrp moduleEric Blossom2010-11-241-1/+4
| | |
* | | Enable guile test for trellisEric Blossom2010-11-231-2/+5
| | |
* | | always look for swigRob Savoye2010-11-221-2/+0
| | |
* | | we don't want tcl support for nowRob Savoye2010-11-221-3/+0
| | |
* | | Add missing -Eric Blossom2010-11-211-1/+1
| | |
* | | Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom2010-11-212-0/+3
| | |
* | | don't look for swig if no scripting language is specified.Rob Savoye2010-11-171-3/+7
| | |
* | | dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.Eric Blossom2010-11-132-0/+37
| | | | | | | | | | | | | | | | | | 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.
* | | make check in gr-audio-alsa now confirms ability to load guile bindings.Eric Blossom2010-11-121-1/+3
| | |
* | | Make check works again, now using guile's native test-suite code.Eric Blossom2010-11-101-2/+0
| | | | | | | | | | | | The srfi-64 code wouldn't pass it's own test code under guile...
* | | guile-test -> guile-test.in so we can use @GUILE@Eric Blossom2010-11-101-0/+2
| | |
* | | Create guile QA framework.Eric Blossom2010-11-101-1/+7
| | | | | | | | | | | | | | | Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean.
* | | add variables for the data and lib directories as specified by guile-configRob Savoye2010-11-101-0/+5
| | |
* | | use guile-config to find the proper flagsRob Savoye2010-11-101-2/+10
| | |
* | | minimal test for guile flagsRob Savoye2010-11-101-1/+4
| | |
* | | add stubs for finding what is needed to use guile or tclRob Savoye2010-11-102-0/+118
| | |
* | | add support for using Tcl and Guile as output languagesRob Savoye2010-11-101-1/+12
| | |
* | | add support for using Tcl and Guile as output languagesRob Savoye2010-11-101-0/+24
|/ /
* | Merge branch 'master' into nextJohnathan Corgan2010-10-062-74/+161
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Merge remote branch 'tom/qtfix' into maintmaint-3.3.0Johnathan Corgan2010-10-061-11/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * Removing qwtplot3d dependency and fixing a missed include in ↵Tom Rondeau2010-10-051-11/+5
| | | | | | | | | | | | waterfallGlobalData.h.
| * | Fixed setting of USB_LIBS for *win*Michael Dickens2010-10-061-6/+6
| | |
| * | Fix so that non-Darwin OSs use USB_LIBS correctly for linkingMichael Dickens2010-10-061-2/+1
| | |
| * | New way of checking for various LIBUSB names; for legacy version, make sure ↵Michael Dickens2010-10-061-69/+163
| |/ | | | | | | the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
* | Remove vrt from build.Eric Blossom2010-10-052-51/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Remove vrt dependence on gruel. Should also build on non-Linux OS's too.Eric Blossom2010-10-051-15/+1
| |
* | Remove PKG_CONFIG_PATH addition from grc_gr_udh.m4Eric Blossom2010-09-141-3/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2010-07-291-2/+4
|\| | | | | | | | | * master: Fixes ./configure to allow grc to build without an X session
| * Fixes ./configure to allow grc to build without an X sessionJason Abele2010-07-291-2/+4
| | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into nextJohnathan Corgan2010-06-021-9/+14
|\| | | | | | | | | | | | | | | | | | | | | * 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
| * build: redo GR_GIT for portabilityJohnathan Corgan2010-06-021-9/+14
| |
* | Merge branch 'master' into nextJohnathan Corgan2010-05-302-19/+39
|\| | | | | | | | | | | | | | | | | * master: howto: make versioned libraries Make C++ shared libraries versioned build: refactor GR_GIT and GR_VERSION Update howto revision to 3.4git
| * build: refactor GR_GIT and GR_VERSIONJohnathan Corgan2010-05-282-19/+39
| |
| * libvrt: remove from 3.3 API.Johnathan Corgan2010-05-212-65/+0
| | | | | | | | | | libvrt will continue as part of the 3.4git development branch, where it will undergo a rewrite and API change.
* | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum2010-05-181-12/+7
|\|
| * Change version numbering to always include minor releaseJohnathan Corgan2010-05-121-12/+7
| |
* | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum2010-05-048-182/+6
|\|
| * Remove omnithreads library.Johnathan Corgan2010-04-263-100/+1
| |
| * Remove mblock library. We hardly knew 'ye.Johnathan Corgan2010-04-262-60/+0
| |
| * Convert gr-audio-portaudio to Boost via gruelJohnathan Corgan2010-04-261-1/+0
| | | | | | | | | | Remove omnithread dependency in build for gr-audio-portaudio Remove unused debugging utility class in gnuradio-core (gri_logger)