summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
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
2010-02-24Created gr uhd skeleton build.Josh Blum
Checks uhd pkg config and gens the makefiles.
2010-01-30Update cpu detection macro to work for native build on the OMAP3.Philip Balister
2009-11-03Added GRC block wrappers for pager blocksJohnathan Corgan
pager.slicer_fb pager.flex_sync pager.flex_deinterleave
2009-11-03Directory reorganization to newer layoutJohnathan Corgan
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'
2009-11-03Moved command-line apps into apps subdirectoryJohnathan Corgan
2009-11-02Added frames_to_ppm Octave script, use ImageMagick to convert to pngJohnathan Corgan
2009-10-27Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan
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
2009-10-27updated usrp.pc file to reflect the correct version of libusbMichael
2009-10-26removed gr-vrtJosh Blum
2009-10-17better for both cross-compiling and 10.6 native compiling, to determine CPU ↵Michael
architecture
2009-10-15OSX 10.6 x86_64 fixes for configure and libusb; Audio is nextMichael
2009-10-13Merge branch 'qtmake' of git@gnuradio.org:trondeau into masterJohnathan Corgan
* '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'.
2009-10-13Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if ↵Tom
no changes are made and also passes 'make distcheck'.
2009-10-13Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan
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
2009-10-13Change calculation of docdir to remove trailer when in git developmentJohnathan Corgan
2009-10-12Merge branch 'sync' of git@gnuradio.org:trondeau into masterJohnathan Corgan
This merge adds polyphase clock recovery, implements new PAM demodulators that use it, and also moves GRC examples to gnuradio-examples component. See merge commit diff for updated files post merge. * 'sync' of git@gnuradio.org:trondeau: (54 commits) Reverting dqpsk to be mpsk_receiver based and not change its behavior. Fixing initialization of timing gains. Alpha should be < 1, and beta should be << 1. This splits the rate into a fractional an integer value, which allows the loop to adjust the fractional rate while the integer rate keeps the increments moving properly. Allows the max rate deviation to be independent of the integer rate. Scaling of the differential taps also allows alpha and beta to operate independent of the rate when fractional samples per symbol are used. Slightly more tolerant to large signal values, but they still should be close to +/-1. Fixing compiler warnings. Adding dqpsk2 block to makefile for installation. Adding DQPSK version that uses the PFB timing sync block (dqpsk2). Minor fixes for logging. Fixing import of UI file. Temporary working dbpsk2 example until we match everything. Working DBPSK implementation with new PFB clock recovery block. The feedforward AGC wasn't playing nicely, the frequency aquistion range was increased to swing half the sample rate in either direction, and the number of filter phases to use was increased to 32. A bit of code cleanup. Starting to rework QT app to control new PFB clock recovery alg. Making old dbpsk work again to compare against new version. Adding new DBPSK block with new PFB clock recovery alg. Revert "More additions to PAM timing simulation." More additions to PAM timing simulation. Using 2-PAM by default. Cleaning up GRC PAM timing example and adding ability to do M-ary PAM. Cleaning up constructor. Moving filter number decision to start work function. ...
2009-10-12usrp: Applied patch from Michael Dickens for Darwin libusbMichael Dickens
Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1
2009-10-12usrp: Applied patch from Don Ward for Cygwin libusbDon Ward
Moved the case statement after the call to AC_CHECK_LIB Initialized LIBS="" before calling AC_CHECK_LIB
2009-10-12fix to restart libusbok checking for non-PKGCONFIGMichael
2009-10-12merged updated libusb checks with older versionMichael
2009-10-10Add flags and dependencies for MinGW/MSYS.Johnathan Corgan
Patch-by: Don Ward <don2387ward@sprynet.com>
2009-10-10Add dependence of gruel on guile; fixes ticket #410.Johnathan Corgan
Patch-by: Don Ward <don2387ward@sprynet.com>
2009-10-08augmented search for libusbMichael
2009-10-07Applied patch from Don Ward for Cygwin platformJohnathan Corgan
Add *.exe to .gitignore Restore ac_compiler in gr_fortran.m4 even when no Fortran was found Add $(NO_UNDEFINED) to LDFLAGS in atsc Makefile.am, so shared libraries will be built Change the order of searching pmt/libpmt-qa.la and libgruel.la in gruel Makefile.am so references to libgruel from limpmt-qa will be resolved
2009-10-06Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan
* 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Corrected build fix for libusb usrp: Removed unused file
2009-10-06moved grc examples to gnuradio-examples/grcJosh Blum
2009-10-06usrp: Corrected build fix for libusbThomas Tsou
2009-10-03Added computed version number to configurationJohnathan Corgan