summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-07uhd: rebase tweaks + update on command featureJosh Blum
2011-11-07uhd: added set for RX/TX iq balance and dc offsetJosh Blum
2011-11-07uhd: added set/get time/clock source callsJosh Blum
2011-11-07uhd: added get_samp_rates callsJosh Blum
2011-11-07uhd: use new type string for uhd source/sink typesJosh Blum
2011-11-07uhd: grc xml tweaks + streamer argsJosh Blum
2011-11-07uhd: restored source block recv single packet functionalityJosh Blum
2011-11-07uhd: preferable defaults for stream argsJosh Blum
2011-11-07uhd: added convenience constructor to stream_args_tJosh Blum
2011-11-07uhd: python/swig/grc tweaks until it worksJosh Blum
2011-11-07uhd: backwards compat work which support streamer APIJosh Blum
2011-11-07volk: added some environment setup stuffJosh Blum
2011-11-07volk: building on msvc again with sse2 archJosh Blum
2011-11-07volk: work to improve compiler and multi-lib supportJosh Blum
2011-11-07Use start()/stop() to get midpoint of uhd rangesJason Abele
2011-11-07Set subdev spec after creating uhd source, before threads startJason Abele
Allows for more graceful exit when invalid subdev spec is used
2011-11-07Fix initial gain setting for uhd_siggen[_gui].pyJason Abele
2011-11-05cmake: tweaks to swig gen and updated howto modulesJosh Blum
2011-11-05cmake: make the swig cxx file gen depend on the specified targetsJosh Blum
made a handy helper macro in grmisc to make this simpler
2011-11-04cmake: 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-03cmake: created macro for libtool gen and disabled by defaultJosh Blum
2011-11-03gruel: added missing check GR_HAVE_NETINET_INJosh Blum
2011-11-03uhd: added buffer flush when source block is stoppedJosh Blum
This is useful for re-running the flowgraph, and avoids the problem of old data on the next run.
2011-11-01high_res_timer: Fix high_res_timer_now() for E100.Philip Balister
Signed-off-by: Philip Balister <philip@opensdr.com>
2011-11-01qtgui_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-29grc: fix bug when displaying string paramsJosh 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-29build: update version to 3.5.0rc0Johnathan Corgan
2011-10-29Merge remote branch 'gnuradio/master'Johnathan Corgan
2011-10-29Merge branch 'pager-update'Johnathan Corgan
2011-10-29pager: update full band demodulator to use gr-uhdJohnathan Corgan
2011-10-27trellis: applying patch to gitignore from Achilleas Anastasopoulos.Tom Rondeau
2011-10-27Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-10-27digital: reverting GMSK mod/demod GRC blocks for old interface.Tom Rondeau
2011-10-27digital: 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-27noaa: updated applications to use gr-uhdJohnathan Corgan
Note: LRIT related files were removed; these were never finished
2011-10-26digital: updates to interface in GRC. Actually tested in working GRC flowgraphs.Tom Rondeau
2011-10-26digital: really, seriously, fixing digital GRC files.Tom Rondeau
2011-10-26digital: moved files to the right location; put them into the build files.Tom Rondeau
2011-10-26grc: fixing grc blocks not properly moved in to digital.Tom Rondeau
2011-10-26qtgui: these shouldn't be installed.Tom Rondeau
2011-10-25grc: correlate access code was also moved to gr-digital; fixing bug in grc ↵Tom Rondeau
block.
2011-10-25cmake: fix for find* scriptsJosh 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-25Merge remote branch 'jblum/master'Tom Rondeau
2011-10-25trellis: fixed doc examples to use gr-digital (test_viterbi_equalization1.py ↵Tom Rondeau
bombs out on something else, now).
2011-10-25trellis: fixed the trellis examples to look in gr-digital for the ↵Tom Rondeau
constellation information.
2011-10-25grc: tell the packet utility to look in gr.digital for packet_utils.Tom Rondeau
2011-10-25cmake: 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-25cmake: generate pyo and pyc files + python install macro workJosh Blum
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually.
2011-10-25reed-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-25cmake: only make libtool file when libtool foundJosh Blum