summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-27docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau
instructions for it.
2011-11-27docs: added doxygen and swig docs building tools into howto (cmake version ↵Tom Rondeau
only).
2011-11-27docs: Adding swig doc generation to Makefile.am files.Tom Rondeau
2011-11-27docs: forgot to have the generated .i files installed.Tom Rondeau
2011-11-27docs: fixing swig Doxygen file to ignore some files in qtgui.Tom Rondeau
2011-11-27docs: added python doxygen docs to gr-shdTom Rondeau
2011-11-27docs: added python doxygen docs to gr-wxguiTom Rondeau
2011-11-27docs: added python doxygen docs to gr-vocoderTom Rondeau
2011-11-27docs: added python doxygen docs to gr-video-sdlTom Rondeau
2011-11-27docs: added python doxygen docs to gr-uhdTom Rondeau
2011-11-27docs: added python doxygen docs to gr-trellisTom Rondeau
2011-11-27docs: added python doxygen docs to gr-qtguiTom Rondeau
2011-11-27docs: added python doxygen docs to gr-pagerTom Rondeau
2011-11-27docs: added python doxygen docs to gr-noaaTom Rondeau
2011-11-27docs: added python doxygen docs to gr-comediTom Rondeau
2011-11-27docs: added python doxygen docs to gr-atsc.Tom Rondeau
2011-11-27docs: added python doxygen docs to gr-audio.Tom Rondeau
2011-11-27docs: 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-17grc: replaced doxygen extracted docs with python docstringsJosh Blum
2011-11-16work on swig docs, added to core and digitalJosh Blum
2011-11-16docs: grabbed support files from ben's repo and my repoJosh Blum
2011-11-09cmake: only rely on target trick when not crossJosh Blum
2011-11-08cmake: fix for cmake 2.6 install w/ library fubar modeJosh Blum
2011-11-08qtgui: add python include path (older name)Josh Blum
2011-11-08cmake: tweaks for swig generation moduleJosh 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-08volk: replace separate_arguments with string replace (performs a whitespace ↵Josh Blum
split)
2011-11-07Merge remote-tracking branch 'jblum/uhd_next'Josh Blum
2011-11-07uhd: change examples to use new stream apiJosh Blum
2011-11-07uhd: added docs and removed unimplemented options in grc filesJosh Blum
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