summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-04-03docs: Add support for swigdocs for QT keywords (signal, slot, property).Ben Reynwar
2013-03-18sphinx docs: Adding more classes to uhd sphinx docs.Ben Reynwar
2013-03-18sphinx docs: Added additional block function names to blacklist so that they ...Ben Reynwar
2013-03-18docs: Adding gr-uhd to sphinx docs.Ben Reynwar
2013-03-14docs: fixing a section name collision.Tom Rondeau
2013-02-19docs: correcting gr-modtool exclude path for master dir format.Tom Rondeau
2013-02-19docs: adding an exclude rule for gr-modtool to avoid conflicts.Tom Rondeau
2013-02-16docs: adding section to main page explaining config files.Tom Rondeau
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
2013-01-02docs: fixing typo.Tom Rondeau
2012-12-18docs: Restructuring main page to point to new pages describing features in GR.Tom Rondeau
2012-12-18docs: added a doxygen manual page describing PMT types and how to use them.Tom Rondeau
2012-12-18docs: Adding a page describing the message passing interface.Tom Rondeau
2012-12-17docs: using full namspace for references in metadata.dox for proper linking.Tom Rondeau
2012-12-14blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau
2012-12-14gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau
2012-12-14core: adding itemsize key to metadata header to allow for vectorized items.Tom Rondeau
2012-12-13docs: added a page detailing metadata format.Tom Rondeau
2012-12-04docs: Removing some obsoleted Doxygen commands per issue #498.Tom Rondeau
2012-10-03core: fixed swig file for exporting max/min buffer sizes with port first.Tom Rondeau
2012-10-03docs: Adding notes discussing how to use new max_output_buffer feature.Tom Rondeau
2012-10-02Merge branch 'max_nout_each'Tom Rondeau
2012-09-03docs: reworking doc into one extra dox file for easier linking.Tom Rondeau
2012-07-03docs: remove redundant retries from swig_doc.pyJosh Blum
2012-06-10Merge branch 'maint'Tom Rondeau
2012-06-10volk: make sure the alignment call for a block passes at least 1.Tom Rondeau
2012-06-04docs: fixed Doxygen from looking in the howto dir.Tom Rondeau
2012-06-04docs: added section explaining the basics of reconfiguring a flowgraph.Tom Rondeau
2012-06-04docs: added a description of a basic flowgraph to the manual's main page.Tom Rondeau
2012-05-22docs: Adding gr-fft to sphinx docsBen Reynwar
2012-05-21docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar
2012-05-21docs: Fixed copyright in sphinx docs.Ben Reynwar
2012-05-21docs: Added version number to sphinx docs.Ben Reynwar
2012-05-21docs: Extended README for sphinx docs.Ben Reynwar
2012-05-21Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocsBen Reynwar
2012-05-20sphinx: Added a README for explaining the documentation process.Tom Rondeau
2012-05-20sphinx: dummy toctree entries to remove warnings.Tom Rondeau
2012-05-20Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into sphi...Tom Rondeau
2012-05-20sphinx: create a conf.py and run_sphinx_build.sh files.Tom Rondeau
2012-05-17Add sphinx mathjax extension.Ben Reynwar
2012-05-08docs: Modified swig_doc.py to put parameter info in docstrings.Ben Reynwar
2012-05-08doxyxml: Added parsing of parameters from xml.Ben Reynwar
2012-05-01docs: fixed bug in doxygen looking at howto dir.Tom Rondeau
2012-05-01docs: adds a 'make sphinx' target that can be run after 'make install' to gen...Tom Rondeau
2012-04-30Adding sphinx documentation.Ben Reynwar
2012-04-22docs: updating build dependency and building instructions.Tom Rondeau
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-04-13Fix some minor warnings.Tom Rondeau
2012-04-03docs: adding more info to the doxygen manual's build guide.Tom Rondeau
2012-03-01Merge branch 'master' into nextJohnathan Corgan