Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-27 | docs: added python doxygen docs to gr-audio. | Tom Rondeau | |
2011-11-27 | docs: autotools Makefile.am generates empty swig_docs .i files; builds in ↵ | Tom Rondeau | |
autotools and cmake. The autotools build does not auto-generate the Python documentation for each block like we do with the cmake build, but the empty .i files are required to build things regardless. The swig_doc.py and doxyxml files are distributed with the autotools build in case someone wants to generate this on their own (see README.doxyxml for how to do this). Only for gnuradio-core and gr-digital currently. | |||
2011-11-17 | grc: replaced doxygen extracted docs with python docstrings | Josh Blum | |
2011-11-16 | work on swig docs, added to core and digital | Josh Blum | |
2011-11-16 | docs: grabbed support files from ben's repo and my repo | Josh Blum | |
2011-11-09 | cmake: only rely on target trick when not cross | Josh Blum | |
2011-11-08 | cmake: fix for cmake 2.6 install w/ library fubar mode | Josh Blum | |
2011-11-08 | qtgui: add python include path (older name) | Josh Blum | |
2011-11-08 | cmake: tweaks for swig generation module | Josh Blum | |
Also use deprecated python inc dirs variable to support older systems. Add current binary and source dir to include paths for dependency searcher. | |||
2011-11-08 | volk: replace separate_arguments with string replace (performs a whitespace ↵ | Josh Blum | |
split) | |||
2011-11-07 | Merge remote-tracking branch 'jblum/uhd_next' | Josh Blum | |
2011-11-07 | uhd: change examples to use new stream api | Josh Blum | |
2011-11-07 | uhd: added docs and removed unimplemented options in grc files | Josh Blum | |
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 | |