summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-14Merge branch 'master' into nextTom Rondeau
2011-12-14Merge branch 'maint'Tom Rondeau
2011-12-14core: API exposure patch.Nick Foster
2011-12-14Merge branch 'master' into nextJohnathan Corgan
2011-12-14Merge branch 'maint'Johnathan Corgan
2011-12-14grc: the check for pygtk can fail with no X sessionJosh Blum
However, the module will still import and we can perform the version check. This change to the cmake python module checker will make sure that the module was actually imported, even if the act of importing throws. I believe that this change to the checker is acceptable for all other modules.
2011-12-13core: WAV sink is now threadsafe; do_update() therefore must be private.Martin Braun
2011-12-13Merge branch 'master' into nextJohnathan Corgan
2011-12-13Merge branch 'maint'Johnathan Corgan
2011-12-13runtime: improve hier_block2 error messagesJulien Olivain
2011-12-13Merge branch 'master' into nextJohnathan Corgan
2011-12-13uhd: added a finite acquisition call to usrp sourceJosh Blum
2011-12-12Merge branch 'master' into nextJohnathan Corgan
2011-12-12cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum
2011-12-11Merge branch 'master' into nextJohnathan Corgan
2011-12-11Merge remote-tracking branch 'jblum/cmake_qtgui_fix'Tom Rondeau
2011-12-11qtgui: include QT_USE_FILE only when enabledJosh Blum
2011-12-11build: moved docs to be the first item checked/configured to give all other ↵Tom Rondeau
components access to ENABLE_DOXYGEN.
2011-12-11Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/lf_warnings.m4 volk/config/lf_warnings.m4
2011-12-11docs: fixing format of link in simply_framer_sync. Helps older Doxygen ↵Tom Rondeau
versions understand the link format.
2011-12-11Most of these warnings are coming from swig-generated sources. They are ↵Tom Rondeau
almost never an actual problem, so just turn the warning off.
2011-12-11vocoder: fixed some unused vars warnings.Tom Rondeau
2011-12-11volk: remove warning about implicit declaration of sqrt.Tom Rondeau
2011-12-11docs: fixed ending of if statement.Tom Rondeau
2011-12-11volk: fixed some of the simpler warnings.Tom Rondeau
2011-12-11docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.Tom Rondeau
2011-12-08Merge branch 'master' into nextJohnathan Corgan
2011-12-08Merge branch 'master' into nextJohnathan Corgan
Used -s ours to skip over version change commit
2011-12-08gnuradio-core: fix typo in documentationTimo Juhani Lindfors
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-12-07build: update revision to 3.6gitJohnathan Corgan
2011-12-07build: update revision to 3.5.1gitJohnathan Corgan
2011-12-07build: update version to 3.5.0Johnathan Corgan
2011-12-07build: update config.{guess,sub} with canonical onesJohnathan Corgan
2011-12-07grc: fix typosTimo Juhani Lindfors
2011-12-07cmake: fix git describe special case handlingTimo Juhani Lindfors
2011-12-06qtgui: fix for OSX to find standard Qwt install without specifying it.Michael Dickens
2011-12-06docs: fixes some warnings.Tom Rondeau
There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
2011-12-06Fixed warnings generated by variable declaration order.Tom Rondeau
2011-12-06volk: fixed autotools build when orc is available.Tom Rondeau
2011-12-06trellis fixing trellis grc files to know about gr-digital.Achilleas Anastasopoulos
2011-12-05volk: updated autotools Makefile to build with new headers.Tom Rondeau
2011-12-05docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau
this forces the build system to generate these before processing the other swig files.
2011-12-04Merge branch 'more_swigness_docs'Tom Rondeau
2011-12-04Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
Conflicts: docs/doxygen/Doxyfile.in
2011-12-04docs: install gruel swig docs and other swig files into include/gruel/swig ↵Tom Rondeau
instead of include/gnuradio/swig.
2011-12-04docs: remove xml-swig from autotools config.Tom Rondeau
2011-12-04docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau
to take care of it already.
2011-12-03docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵Tom Rondeau
autotools to build.
2011-12-03docs: adding a doc string for the gruel and gruel.pmt python modules.Tom Rondeau