summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Tom Rondeau2014-03-191-3/+3
|\
| * fix QA code for fast_atan2f to explicitly use std::isnanMichael Dickens2014-03-191-3/+3
* | qtgui: moving stuff around to avoid swig and Python.h warnings.Tom Rondeau2014-03-185-15/+41
* | qtgui: oops. Somehow, I feel this should produce a compiler warning.Tom Rondeau2014-03-181-1/+1
* | Merge remote-tracking branch 'mbant/oot-docs-fix'Tom Rondeau2014-03-183-306/+1110
|\ \
| * | modtool: Updates to OOT docs, enables doxygen, removes some doxygen warningsMartin Braun2014-03-133-306/+1110
* | | Merge branch 'maint'Tom Rondeau2014-03-187-11/+96
|\ \ \ | | |/ | |/|
| * | math: updated QA code to test nan and inf inputs to fast_atan2f.Tom Rondeau2014-03-182-4/+88
| * | math: fix for index lookup of fast_atan2f; prevents a segfault when x=inf and...Sylvain Munaut2014-03-181-1/+1
| * | docs: fixing order of parameters.Dimitri Stolnikov2014-03-181-2/+2
| * | docs: fixed a few warnings.Tom Rondeau2014-03-183-5/+5
| * | qtgui: fixing missing include file.Tom Rondeau2014-03-181-0/+1
* | | Merge remote-tracking branch 'mbant/doxygen-updates'Tom Rondeau2014-03-184-291/+1114
|\ \ \
| * | | docs: Updated Doxy files, added search barMartin Braun2014-03-134-291/+1114
| | |/ | |/|
* | | qtgui: fixing up a few minor details; include file and ability to set accumul...Tom Rondeau2014-03-183-6/+9
* | | Merge remote-tracking branch 'bistromath/corr_tag'Tom Rondeau2014-03-172-20/+18
|\ \ \
| * | | Simplify some more.Nick Foster2014-03-131-13/+6
| * | | Move correlate_access_code_tag_bb to non-deprecated GRC category andNick Foster2014-03-131-2/+1
| * | | Simplify correlate_access_code_tag_bb and fix bug leading to falseNick Foster2014-03-131-15/+21
| |/ /
* | | Merge remote-tracking branch 'skoslowski/grc_show_missing_blocks'Tom Rondeau2014-03-176-17/+78
|\ \ \
| * | | grc: special colors for missing blocksSebastian Koslowski2014-03-153-3/+9
| * | | grc: show dummy blocks when opening grc blocksSebastian Koslowski2014-03-154-14/+69
| |/ /
* | | Merge remote-tracking branch 'gnuradio-wg-grc/grc_pygtk_backw_compat_fixes'Tom Rondeau2014-03-172-8/+14
|\ \ \
| * | | grc: fix some PyGTK backwards compatibilty issuesSebastian Koslowski2014-03-142-8/+14
| |/ /
* | | qtgui: fixes number sink to handle Python/C++ exposure (see: 6a78af5919133 an...Tom Rondeau2014-03-173-0/+11
* | | Merge remote-tracking branch 'smunaut/qtgui_fixes'Tom Rondeau2014-03-1736-0/+132
|\ \ \
| * | | gr-qtgui: Expose the qwidget() method in the public interfaceSylvain Munaut2014-03-1512-0/+12
| * | | gr-qtgui: Use dummy void* return value for pywidget if !ENABLE_PYTHONSylvain Munaut2014-03-1536-0/+120
| |/ /
* | | qtgui: fixed number display for qwt 5.2, 6.0, and 6.1.Tom Rondeau2014-03-171-1/+34
* | | grc: tabbed probs: fix initial error box heightSebastian Koslowski2014-03-171-1/+1
* | | grc: tabbed props: no more double entriesSebastian Koslowski2014-03-171-11/+6
* | | qtgui: adding a 'config' tab to qtgui sinks to set display/line config option...Tom Rondeau2014-03-1715-368/+6674
* | | Merge branch 'qtgui_numsink'Tom Rondeau2014-03-1516-25/+1481
|\ \ \
| * | | qtgui: Adding a Number sink with options to set autoscale, layout style, colo...Tom Rondeau2014-03-1416-25/+1481
* | | | grc: tabbed PropsDialogSebastian Koslowski2014-03-155-61/+103
| |/ / |/| |
* | | cmake: update revision to 3.7.4gitv3.7.4gitJohnathan Corgan2014-03-081-2/+2
| |/ |/|
* | cmake: update revision to 3.7.3 for releasev3.7.3Johnathan Corgan2014-03-081-1/+1
* | Merge branch 'maint'Johnathan Corgan2014-03-080-0/+0
|\ \ | |/ |/|
| * cmake: update revision to 3.7.2.2 for releasev3.7.2.2Johnathan Corgan2014-03-081-3/+3
* | cmake: Turning performance counters on at compile-time by default. Still defa...Tom Rondeau2014-03-081-1/+1
* | cmake: changing where GR_CTRLPORT is defined to properly go into config.h.Tom Rondeau2014-03-081-5/+6
* | Revert "docs: fixes issues with building docs when various components are not...Tom Rondeau2014-03-081-1/+1
* | Merge branch 'master_osx'Tom Rondeau2014-03-0814-1160/+2708
|\ \
| * | runtime: updates prefs to preserve format of preference file options that are...Tom Rondeau2014-03-072-19/+60
| * | Merge remote-tracking branch 'michaelld/fix_gr_audio_osx' into master_osxTom Rondeau2014-03-0712-1141/+2648
| |\ \
| | * | fix typo in getting default source (output) audio device name from gr::prefsMichael Dickens2014-03-071-1/+1
| | * | fix gr-audio osx:Michael Dickens2014-03-0712-1141/+2648
* | | | qtgui: adds ability to set qss style sheet as a preference.Tom Rondeau2014-03-0817-3/+123
|/ / /
* | | Merge branch 'maint'Tom Rondeau2014-03-071-7/+3
|\ \ \ | | |/ | |/|
| * | volk: use the explicit casting for all OSes, not just MSVC.Tom Rondeau2014-03-071-7/+3