summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* digital: bug fix for FLL QA test. Use a seed to always generate the same test...Tom Rondeau2012-01-021-0/+1
* volk: fix overrule detection (cant reply on cpu name)Josh Blum2012-01-022-2/+12
* core: fix gr_udp_sink by including asioJosh Blum2012-01-021-0/+2
* pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps param...Tom Rondeau2012-01-023-8/+20
* pfb: updated and hopefully better documentation of the PFB clock sync blocks.Tom Rondeau2012-01-012-53/+105
* gr: sync the filesystem before python can parse doxygenJosh Blum2011-12-301-0/+8
* cmake: added swig version checkJosh Blum2011-12-301-0/+10
* uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py pro...Thomas Tsou2011-12-211-2/+11
* digital: fixed QA code copy/paste error.Tom Rondeau2011-12-201-2/+2
* uhd: fixes to instantiating UHD devices to set the antenna and subdevice prop...Tom Rondeau2011-12-1420-150/+151
* uhd: removes usrpm that should not have been there anymore (patch from Sam Br...Tom Rondeau2011-12-144-4/+0
* core: API exposure patch.Nick Foster2011-12-141-1/+1
* grc: the check for pygtk can fail with no X sessionJosh Blum2011-12-141-1/+3
* runtime: improve hier_block2 error messagesJulien Olivain2011-12-131-7/+10
* cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum2011-12-125-5/+5
* Merge remote-tracking branch 'jblum/cmake_qtgui_fix'Tom Rondeau2011-12-111-1/+2
|\
| * qtgui: include QT_USE_FILE only when enabledJosh Blum2011-12-111-1/+2
* | build: moved docs to be the first item checked/configured to give all other c...Tom Rondeau2011-12-111-1/+1
|/
* docs: fixing format of link in simply_framer_sync. Helps older Doxygen versio...Tom Rondeau2011-12-111-1/+1
* Most of these warnings are coming from swig-generated sources. They are almos...Tom Rondeau2011-12-113-4/+5
* vocoder: fixed some unused vars warnings.Tom Rondeau2011-12-112-2/+3
* volk: remove warning about implicit declaration of sqrt.Tom Rondeau2011-12-115-5/+5
* docs: fixed ending of if statement.Tom Rondeau2011-12-111-2/+2
* volk: fixed some of the simpler warnings.Tom Rondeau2011-12-114-6/+7
* docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.Tom Rondeau2011-12-111-2/+1
* gnuradio-core: fix typo in documentationTimo Juhani Lindfors2011-12-081-1/+1
* build: update revision to 3.5.1git3.5.1gitJohnathan Corgan2011-12-072-4/+4
* build: update version to 3.5.0v3.5.0Johnathan Corgan2011-12-072-3/+2
* build: update config.{guess,sub} with canonical onesJohnathan Corgan2011-12-074-10/+24
* grc: fix typosTimo Juhani Lindfors2011-12-071-2/+2
* cmake: fix git describe special case handlingTimo Juhani Lindfors2011-12-071-1/+1
* qtgui: fix for OSX to find standard Qwt install without specifying it.Michael Dickens2011-12-061-1/+1
* docs: fixes some warnings.Tom Rondeau2011-12-0612-41/+44
* Fixed warnings generated by variable declaration order.Tom Rondeau2011-12-062-3/+3
* volk: fixed autotools build when orc is available.Tom Rondeau2011-12-061-2/+3
* trellis fixing trellis grc files to know about gr-digital.Achilleas Anastasopoulos2011-12-064-16/+16
* volk: updated autotools Makefile to build with new headers.Tom Rondeau2011-12-051-0/+3
* docs: more fixes for generated swig files. This worked before the merge, but ...Tom Rondeau2011-12-0513-1/+13
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-04138-755/+31630
|\
| * docs: install gruel swig docs and other swig files into include/gruel/swig in...Tom Rondeau2011-12-045-13/+10
| * docs: remove xml-swig from autotools config.Tom Rondeau2011-12-041-1/+0
| * docs: better install of swig docs .i files since we actually have a variable ...Tom Rondeau2011-12-0413-72/+91
| * docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for aut...Tom Rondeau2011-12-033-0/+26
| * docs: adding a doc string for the gruel and gruel.pmt python modules.Tom Rondeau2011-12-032-0/+8
| * docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ...Tom Rondeau2011-12-011-2/+4
| * docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-3013-13/+13
| * docs: more appropriate variable to use when setting the include/headers direc...Tom Rondeau2011-11-2812-12/+12
| * docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-2813-2/+41
| * docs: removed unused xml-swig; replaced by doxyxml.Tom Rondeau2011-11-287-581/+1
| * docs: better use of BUILT_SOURCES so I'm not overriding the standard build in...Tom Rondeau2011-11-2712-24/+24