summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-17uhd: adds support for different over-the-wire data formats for UHD fft and si...Marcus Leech
2011-12-14Merge branch 'maint'Tom Rondeau
2011-12-14uhd: fixes to instantiating UHD devices to set the antenna and subdevice prop...Tom Rondeau
2011-12-14uhd: removes usrpm that should not have been there anymore (patch from Sam Br...Tom Rondeau
2011-12-14Merge branch 'maint'Tom Rondeau
2011-12-14core: API exposure patch.Nick Foster
2011-12-14Merge branch 'maint'Johnathan Corgan
2011-12-14grc: the check for pygtk can fail with no X sessionJosh Blum
2011-12-13Merge branch 'maint'Johnathan Corgan
2011-12-13runtime: improve hier_block2 error messagesJulien Olivain
2011-12-13uhd: added a finite acquisition call to usrp sourceJosh Blum
2011-12-12cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum
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 c...Tom Rondeau
2011-12-11docs: fixing format of link in simply_framer_sync. Helps older Doxygen versio...Tom Rondeau
2011-12-11Most of these warnings are coming from swig-generated sources. They are almos...Tom Rondeau
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-08gnuradio-core: fix typo in documentationTimo Juhani Lindfors
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
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
2011-12-04Merge branch 'more_swigness_docs'Tom Rondeau
2011-12-04Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-12-04docs: install gruel swig docs and other swig files into include/gruel/swig in...Tom Rondeau
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
2011-12-03docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for aut...Tom Rondeau
2011-12-03docs: adding a doc string for the gruel and gruel.pmt python modules.Tom Rondeau
2011-12-01docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ...Tom Rondeau
2011-12-01volk: squashed changes 32f_s32f_multiply_32f_a 32fc_x2_dot_prod_32fc_uJosh Blum
2011-12-01Volk: since we have a profiler, we don't need to iterate during QA, so this c...Nick Foster
2011-12-01Volk: remove index max horizontal star from test, it shouldn't be there eitherNick Foster
2011-12-01Volk: bring QA test changes into the profiler as wellNick Foster
2011-12-01Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32 impl...Nick Foster
2011-12-01Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ma...Nick Foster
2011-12-01Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)Nick Foster