Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-07 | uhd: rebase tweaks + update on command feature | Josh Blum | |
2011-11-07 | uhd: added set for RX/TX iq balance and dc offset | Josh Blum | |
2011-11-07 | uhd: added set/get time/clock source calls | Josh Blum | |
2011-11-07 | uhd: added get_samp_rates calls | Josh Blum | |
2011-11-07 | uhd: use new type string for uhd source/sink types | Josh Blum | |
2011-11-07 | uhd: grc xml tweaks + streamer args | Josh Blum | |
2011-11-07 | uhd: restored source block recv single packet functionality | Josh Blum | |
2011-11-07 | uhd: preferable defaults for stream args | Josh Blum | |
2011-11-07 | uhd: added convenience constructor to stream_args_t | Josh Blum | |
2011-11-07 | uhd: python/swig/grc tweaks until it works | Josh Blum | |
2011-11-07 | uhd: backwards compat work which support streamer API | Josh Blum | |
2011-11-07 | volk: added some environment setup stuff | Josh Blum | |
2011-11-07 | volk: building on msvc again with sse2 arch | Josh Blum | |
2011-11-07 | volk: work to improve compiler and multi-lib support | Josh Blum | |
2011-11-07 | Use start()/stop() to get midpoint of uhd ranges | Jason Abele | |
2011-11-07 | Set subdev spec after creating uhd source, before threads start | Jason Abele | |
Allows for more graceful exit when invalid subdev spec is used | |||
2011-11-07 | Fix initial gain setting for uhd_siggen[_gui].py | Jason Abele | |
2011-11-05 | cmake: tweaks to swig gen and updated howto modules | Josh Blum | |
2011-11-05 | cmake: make the swig cxx file gen depend on the specified targets | Josh Blum | |
made a handy helper macro in grmisc to make this simpler | |||
2011-11-04 | cmake: fixed up swig deps properly for make -j* | Josh Blum | |
Also took the time to fix up the swig index file generation. This may have not-been auto-regenerating before as well. | |||
2011-11-03 | cmake: created macro for libtool gen and disabled by default | Josh Blum | |
2011-11-03 | gruel: added missing check GR_HAVE_NETINET_IN | Josh Blum | |
2011-11-03 | uhd: added buffer flush when source block is stopped | Josh Blum | |
This is useful for re-running the flowgraph, and avoids the problem of old data on the next run. | |||
2011-11-01 | high_res_timer: Fix high_res_timer_now() for E100. | Philip Balister | |
Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-11-01 | qtgui_sink_c : Fix update rate math. | Philip Balister | |
I botched the conversion to gruel high res timers. This patch fixes things. Checked on x86 byt hand adjusting update rate. We should expose the update rate setting to users. Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-29 | grc: fix bug when displaying string params | Josh Blum | |
If the param contents evald successfully but not to a string, it would display None. This patch forces an exception, so the string will get auto-quoted and interpreted correctly. | |||
2011-10-29 | build: update version to 3.5.0rc0 | Johnathan Corgan | |
2011-10-29 | Merge remote branch 'gnuradio/master' | Johnathan Corgan | |
2011-10-29 | Merge branch 'pager-update' | Johnathan Corgan | |
2011-10-29 | pager: update full band demodulator to use gr-uhd | Johnathan Corgan | |
2011-10-27 | trellis: applying patch to gitignore from Achilleas Anastasopoulos. | Tom Rondeau | |
2011-10-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-10-27 | digital: reverting GMSK mod/demod GRC blocks for old interface. | Tom Rondeau | |
2011-10-27 | digital: reverting gmsk; doesn't use pfb arbitrary resampler, which doesn't ↵ | Tom Rondeau | |
work for some reason. Need to give this another look. | |||
2011-10-27 | noaa: updated applications to use gr-uhd | Johnathan Corgan | |
Note: LRIT related files were removed; these were never finished | |||
2011-10-26 | digital: updates to interface in GRC. Actually tested in working GRC flowgraphs. | Tom Rondeau | |
2011-10-26 | digital: really, seriously, fixing digital GRC files. | Tom Rondeau | |
2011-10-26 | digital: moved files to the right location; put them into the build files. | Tom Rondeau | |
2011-10-26 | grc: fixing grc blocks not properly moved in to digital. | Tom Rondeau | |
2011-10-26 | qtgui: these shouldn't be installed. | Tom Rondeau | |
2011-10-25 | grc: correlate access code was also moved to gr-digital; fixing bug in grc ↵ | Tom Rondeau | |
block. | |||
2011-10-25 | cmake: fix for find* scripts | Josh Blum | |
Yes there was a misunderstanding and I read the docs wrong. This change uses the correct lib and inc dirs set by the pkg config macro. http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules | |||
2011-10-25 | Merge remote branch 'jblum/master' | Tom Rondeau | |
2011-10-25 | trellis: fixed doc examples to use gr-digital (test_viterbi_equalization1.py ↵ | Tom Rondeau | |
bombs out on something else, now). | |||
2011-10-25 | trellis: fixed the trellis examples to look in gr-digital for the ↵ | Tom Rondeau | |
constellation information. | |||
2011-10-25 | grc: tell the packet utility to look in gr.digital for packet_utils. | Tom Rondeau | |
2011-10-25 | cmake: adding uninstall rule to remove symlinks, too. | Tom Rondeau | |
I wish this could have been done in a single, compound IF, but cmake didn't like the OR for this one. | |||
2011-10-25 | cmake: generate pyo and pyc files + python install macro work | Josh Blum | |
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually. | |||
2011-10-25 | reed-solomon: fixed the signed/unsigned warnings in the RS code. | Tom Rondeau | |
Some of these had to be done through type-casting since changing the actual data type would cause the tests to fail. make test still passes. | |||
2011-10-25 | cmake: only make libtool file when libtool found | Josh Blum | |