Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-03 | Merge branch 'maint' | Johnathan Corgan | |
Conflicts: gruel/src/swig/CMakeLists.txt | |||
2012-07-03 | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | |
I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt | |||
2012-06-20 | uhd: added rx tagging for changes in sample rate and center freq | Josh Blum | |
2012-06-20 | uhd: source will loop for samples forever until thread interrupt | Josh Blum | |
This should solve the case of stopping the receiver, while leaving the work thread in a live state. It also makes set stream time work for times > timeout. | |||
2012-06-07 | Revert "uhd: allow source work to be stopped while fg runs" | Johnathan Corgan | |
This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa. | |||
2012-06-02 | Merge remote-tracking branch 'jblum/wip_uhd_stopper' | Johnathan Corgan | |
2012-05-29 | Merge branch 'maint' | Johnathan Corgan | |
2012-05-24 | uhd: allow source work to be stopped while fg runs | Josh Blum | |
2012-05-17 | Fixed package dependencies for gnuradio-core and gr-wavelet, added support ↵ | Nicholas Corgan | |
for Ubuntu 12.04 and Fedora 17 | |||
2012-04-27 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-26 | gr-uhd: updated USRP Sink and USRP Source help messages | Nicholas Corgan | |
2012-04-24 | Merge branch 'maint' | Tom Rondeau | |
2012-04-24 | uhd: updating/fixing WBFM example. | Marcus Leech | |
2012-04-23 | gr-uhd: uhd_fft and uhd_siggen_base.py now use subdev names instead of ↵ | Nicholas Corgan | |
dboard id's | |||
2012-04-16 | gr-uhd: uhd_rx_cfile outputs USRP configuration instead of args if user has ↵ | Nicholas Corgan | |
that feature enabled | |||
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-05 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-05 | gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵ | Nicholas Corgan | |
serial | |||
2012-04-05 | gr-uhd: minor aesthetic and consistency changes | Nicholas Corgan | |
2012-04-04 | Merge remote branch 'tom/cmake_builds' into next | Johnathan Corgan | |
2012-04-04 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-04 | gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵ | Nicholas Corgan | |
user's UHD version and USRP configuration | |||
2012-04-03 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-03 | gr-uhd: corrected get_usrp_info description | Nicholas Corgan | |
2012-04-03 | gr-uhd: get_usrp_info has help info and can only be called with a recent ↵ | Nicholas Corgan | |
enough version of UHD | |||
2012-04-03 | gr-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-03 | Merge branch 'rm_python_ext' into cmake_builds | Tom Rondeau | |
Conflicts: CMakeLists.txt | |||
2012-04-03 | examples: Reworked locations and installation of examples. | Tom Rondeau | |
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>. | |||
2012-04-02 | Move uhd_siggen_base python file into gnuradio.uhd space. | Tom Rondeau | |
2012-04-02 | fixes to uhd_siggen with base class. | Tom Rondeau | |
2012-04-02 | build: removed .py extensions from uhd and shd installed Python programs. | Tom Rondeau | |
2012-04-02 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: gr-uhd/swig/uhd_swig.i | |||
2012-04-02 | gr-uhd: Python users can now grab their current UHD version as a string | Nicholas Corgan | |
2012-04-01 | Removes 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-03-27 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-27 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-27 | uhd: fix dc offset call in uhd source | Josh 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-24 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: gr-uhd/lib/Makefile.am | |||
2012-03-24 | Merge remote branch 'jblum/mergeme_uhd' | Johnathan Corgan | |
2012-03-24 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-23 | uhd: finite_acquisition_v timeout should be >> than stream time | Josh Blum | |
2012-03-23 | uhd: add a flush to finite_acquisition_v | Josh Blum | |
2012-03-23 | uhd: perform abi compat check before making a block | Josh Blum | |
2012-03-23 | uhd: added set_start_time calls to source/sink | Josh Blum | |
2012-03-23 | uhd: added multi-finite-aquisition | Josh Blum | |
2012-03-23 | uhd: fix device_addr init issue | Josh Blum | |
2012-03-16 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-16 | uhd: conditionalize set_user_register call on availability in UHD API | Johnathan Corgan | |
2012-03-13 | Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register | Johnathan Corgan | |
2012-02-20 | uhd: updated uhd programs to use stream_args concept from command line for ↵ | Marcus Leech | |
more than just setting the scalar. |