summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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)
| * Merge branch 'wip/remove-mld-threads'Johnathan Corgan2010-04-262-17/+4
| |\ | | | | | | | | | | | | | | | | | | | | | * 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
| | * Further updates for removing omnithreadsJohnathan Corgan2010-04-261-12/+0
| | | | | | | | | | | | | | | Updates README Removes Darwin specific variable in usrp.pc
| | * Update build configuration for OSX omnithreads changeoverJohnathan Corgan2010-04-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Convert gcell to use boost::threads instead of omnithread.Johnathan Corgan2010-04-221-4/+1
| |/ | | | | | | Passes make check.
* | added docs to uhd grc blocks, added pkg config path to make support easierJosh Blum2010-04-231-0/+3
| |
* | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum2010-04-141-3/+2
|\|
| * Removed omnithreads dependency from libusrp2Johnathan Corgan2010-04-111-3/+2
| |
* | Created gr uhd skeleton build.Josh Blum2010-02-241-0/+44
|/ | | | Checks uhd pkg config and gens the makefiles.
* Update cpu detection macro to work for native build on the OMAP3.Philip Balister2010-01-301-1/+1
|
* Added GRC block wrappers for pager blocksJohnathan Corgan2009-11-031-0/+1
| | | | | | pager.slicer_fb pager.flex_sync pager.flex_deinterleave
* Directory reorganization to newer layoutJohnathan Corgan2009-11-031-4/+6
| | | | | | | Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python'
* Moved command-line apps into apps subdirectoryJohnathan Corgan2009-11-031-0/+1
|
* Added frames_to_ppm Octave script, use ImageMagick to convert to pngJohnathan Corgan2009-11-021-0/+1
|
* Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-272-39/+0
|\ | | | | | | | | | | | | | | | | | | | | Merge-fix: remove simple_rx_samples Merge-fix: remove grc_gr_vrt.m4 from Makefile.am * 'vrt' of http://gnuradio.org/git/jblum: removed gr-vrt removed caldiv stuff from gr-vrt removed MOST of the quadradio specific stuff install header for missing pkt checker
| * removed gr-vrtJosh Blum2009-10-261-38/+0
| |
* | updated usrp.pc file to reflect the correct version of libusbMichael2009-10-271-2/+11
|/
* better for both cross-compiling and 10.6 native compiling, to determine CPU ↵Michael2009-10-171-9/+22
| | | | architecture
* OSX 10.6 x86_64 fixes for configure and libusb; Audio is nextMichael2009-10-151-2/+13
|
* Merge branch 'qtmake' of git@gnuradio.org:trondeau into masterJohnathan Corgan2009-10-131-6/+0
|\ | | | | | | | | * 'qtmake' of git@gnuradio.org:trondeau: Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no changes are made and also passes 'make distcheck'.
| * Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if ↵Tom2009-10-131-6/+0
| | | | | | | | no changes are made and also passes 'make distcheck'.
* | Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan2009-10-131-24/+79
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu, and F11. * 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Applied patch from Michael Dickens for Darwin libusb usrp: Applied patch from Don Ward for Cygwin libusb fix to restart libusbok checking for non-PKGCONFIG usrp: Disabled libusb-1.0 debug output by default merged updated libusb checks with older version usrp: Enable debug output usrp: Reorg of libusb error reporting usrp: Added error checking on hash transfers augmented search for libusb
| * | usrp: Applied patch from Michael Dickens for Darwin libusbMichael Dickens2009-10-121-3/+7
| | | | | | | | | | | | Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1
| * | usrp: Applied patch from Don Ward for Cygwin libusbDon Ward2009-10-121-5/+8
| | | | | | | | | | | | | | | Moved the case statement after the call to AC_CHECK_LIB Initialized LIBS="" before calling AC_CHECK_LIB