summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan
2012-04-04gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan
user's UHD version and USRP configuration
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04Merge remote branch 'jblum-github/pmt_set_deleter'Johnathan Corgan
2012-04-04wavelet: simplified swig generation after virtual interface class changeJohnathan Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/grc_gr_fcd.m4 gr-fcd/swig/Makefile.am gr-fcd/swig/fcd_swig.i
2012-04-04fcd: simplify swig generation after virtual interface class changeJohnathan Corgan
2012-04-03Merge branch 'master' into nextJohnathan Corgan
2012-04-03gr-uhd: corrected get_usrp_info descriptionNicholas Corgan
2012-04-03gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan
enough version of UHD
2012-04-03gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵Nicholas Corgan
list_property_tree and get_usrp_info functions
2012-04-03pmt: added advanded pmt_set_deleter (c++ only)Josh Blum
2012-04-02Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-uhd/swig/uhd_swig.i
2012-04-02gr-uhd: Python users can now grab their current UHD version as a stringNicholas Corgan
2012-04-01Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-01Merge remote branch 'tom/cmake_version' into nextJohnathan Corgan
* Changed version to make it build 3.6git, not 3.6.0.0
2012-04-01Merge branch 'master' into nextJohnathan Corgan
2012-04-01fcd: adds setter function to configure mixer gainDimitri Stolnikov
2012-04-01wavelet: converted blocks to private implementation patternJohnathan Corgan
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
2012-04-01Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-fcd/lib/Makefile.am
2012-04-01Merge remote branch 'jcorgan/gr-fcd'Johnathan Corgan
2012-04-01docs: updating README files for working with cmake.Tom Rondeau
2012-04-01cmake: remove version.sh since we don't need it for autotools. Set version ↵Tom Rondeau
info in CMakeLists.txt.
2012-03-27Merge branch 'master' into nextTom Rondeau
2012-03-27Merge branch 'maint'Tom Rondeau
2012-03-27doc: fix documentation for wavsink (thanks to John Coppens for point it out).Tom Rondeau
2012-03-27core: when reseting buffers, make sure that the read/write pointers are ↵Tom Rondeau
always algined. This fixes problems when disconnecting and reconnecting blocks to a flowgraph.
2012-03-27Merge branch 'ch_bw'Tom Rondeau
2012-03-27Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-03-27Merge branch 'master' into nextJohnathan Corgan
2012-03-27Merge branch 'maint'Johnathan Corgan
2012-03-27uhd: fix dc offset call in uhd sourceJosh Blum
SWIG/python cannot differentiate the calls set_dc_offset with an complex number or a boolean paramater. It seems to take the boolean as a complex number 1 or 0. Since the overloading is not working right: renamed set_dc_offset to set_auto_dc_offset for the boolean enable/disable paramater
2012-03-24Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-uhd/lib/Makefile.am
2012-03-24Merge remote branch 'jblum/mergeme_uhd'Johnathan Corgan
2012-03-24Merge branch 'maint'Johnathan Corgan
2012-03-24Merge remote branch 'jblum/fix_uhd_device_addr_python' into maintJohnathan Corgan
2012-03-23Merge branch 'master' into nextJohnathan Corgan
2012-03-23Merge branch 'maint'Johnathan Corgan
2012-03-23Changes preinst.in from running 'ls' to running 'echo'Nicholas Corgan
2012-03-23uhd: finite_acquisition_v timeout should be >> than stream timeJosh Blum
2012-03-23uhd: add a flush to finite_acquisition_vJosh Blum
2012-03-23uhd: perform abi compat check before making a blockJosh Blum
2012-03-23uhd: added set_start_time calls to source/sinkJosh Blum
2012-03-23uhd: added multi-finite-aquisitionJosh Blum
2012-03-23uhd: fix device_addr init issueJosh Blum
2012-03-23fcd: convert to private implementation patternJohnathan Corgan
2012-03-23Merge branch 'master' into nextJohnathan Corgan