aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-16cmake: add windows dll resource fileDimitri Stolnikov3-1/+76
2013-04-15hackrf: implement BB lowpass filter controlDimitri Stolnikov7-9/+134
2013-04-14allow docdir location overrideJaroslav Škarvada1-1/+3
2013-04-14doxygen package needs to be detetected before the doxygen is usedJaroslav Škarvada2-5/+1
2013-04-14cmake: remove boost thread & system dependenciesDimitri Stolnikov1-9/+7
2013-04-14iqbal: fix c&p mistake in lib/CMakeLists.txtDimitri Stolnikov1-2/+2
2013-04-13hackrf: implement full control for RF/IF/BB gain stagesDimitri Stolnikov7-234/+339
2013-04-10devices: software-only sources should be appended at the very endDimitri Stolnikov1-8/+13
2013-04-10cmake: handle iqbal like any other componentDimitri Stolnikov1-22/+10
2013-04-10hackrf: add support for HackRF devices through libhackrfDimitri Stolnikov13-13/+1019
2013-04-09adopt gnuradio component header structureDimitri Stolnikov14-29/+29
2013-03-17use GR_LIBRARY_FOO() to comply with gnuradio library naming schemeDimitri Stolnikov1-14/+1
2013-03-17print gnuradio version information in startup messageDimitri Stolnikov1-4/+5
2013-03-12remove APPEND from include_directoriesDimitri Stolnikov8-8/+15
2013-03-12This reverts commit 3fb4f96bb7f17753849fdd94ccbd7f6c70e5f1b4.Hoernchen8-13/+12
2013-03-12fix the other config.h includes as wellHoernchen6-6/+6
2013-03-11workaround for build system related bug caused by gnuradio masterDimitri Stolnikov2-5/+6
2013-03-11add support for software IQ imbalance correctionDimitri Stolnikov7-23/+213
2013-02-18rtl_tcp: add direct_samp and offset_tune args like used in rtl= targetDimitri Stolnikov5-1/+36
2013-02-18rtl_tcp: update rtl agc mode as well when switching tuner agc on/offDimitri Stolnikov3-0/+8
2013-02-17rtl_tcp: add named gain stage "IF"Dimitri Stolnikov4-6/+105
2013-02-17update cmake modules from gnuradio masterDimitri Stolnikov6-29/+120
2013-02-17print version information in startup messageDimitri Stolnikov2-1/+7
2013-02-16osmosdr: add named gain stage "IF"Dimitri Stolnikov2-3/+19
2013-02-16rtl: add named gain stage "IF"Dimitri Stolnikov2-3/+37
2013-02-16remove unused self()Dimitri Stolnikov8-28/+0
2013-02-16remove gain_mode getter/setter where not usedDimitri Stolnikov7-38/+2
2013-02-16add meta_range_t::values() which returns all values of the rangeDimitri Stolnikov2-0/+24
2013-02-10fake gnuradio cpack behavior as long as we don't use it directlyDimitri Stolnikov1-0/+5
2013-02-10Allows Unix systems with /usr/lib64 to use Boost installations in non-Dimitri Stolnikov1-2/+2
2013-01-21grc: updated documentation with recently introduced argumentsDimitri Stolnikov1-22/+30
2013-01-20file: set repeat and throttle device args to true by defaultDimitri Stolnikov1-5/+5
2013-01-20osmosdr: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-20miri: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-16rtl: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-10return a sample rate of (0) instead of (0, 1) when a fatal error occursDimitri Stolnikov1-1/+1
2013-01-10return default devices for file and rtl_tcp in device::find()Dimitri Stolnikov2-0/+22
2013-01-10uhd: return default subdev in get_devicesDimitri Stolnikov1-1/+1
2013-01-10rtl: return new style label (with SN) in get_devicesDimitri Stolnikov1-1/+25
2013-01-10file: add get_devices member which returns a default deviceDimitri Stolnikov2-1/+14
2013-01-10rtl_tcp: add get_devices member which returns a default deviceDimitri Stolnikov2-1/+14
2013-01-02rtl: return an appropriate tuning range when in direct sampling modeDimitri Stolnikov2-0/+10
2013-01-02rtl_tcp: use gnuradio convention for indentDimitri Stolnikov3-213/+212
2013-01-01update tuning rangesDimitri Stolnikov4-11/+29
2012-12-29rtl_tcp: add support for tuner caps discoveryDimitri Stolnikov3-23/+111
2012-12-25fill up missing radio channel(s) with gaussian noiseDimitri Stolnikov1-2/+46
2012-11-29uhd: add lo_offset argumentDimitri Stolnikov2-4/+22
2012-11-28rtl, rtl_tcp: enable 250k rate as it has been verified for gmr and tetraDimitri Stolnikov2-2/+2
2012-11-28miri: don't parse buffers argument as doubleDimitri Stolnikov1-6/+8
2012-11-28osmosdr: introduce buflen argumentDimitri Stolnikov2-12/+22