Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: fixing typo. | Tom Rondeau | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | docs: Restructuring main page to point to new pages describing features in GR. | Tom Rondeau | 2012-12-18 | 2 | -0/+9 |
| | |||||
* | docs: added a doxygen manual page describing PMT types and how to use them. | Tom Rondeau | 2012-12-18 | 1 | -0/+348 |
| | |||||
* | docs: Adding a page describing the message passing interface. | Tom Rondeau | 2012-12-18 | 1 | -0/+266 |
| | |||||
* | docs: using full namspace for references in metadata.dox for proper linking. | Tom Rondeau | 2012-12-17 | 1 | -22/+23 |
| | |||||
* | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | 2012-12-14 | 1 | -13/+19 |
| | |||||
* | gruel: Enabling serialize/deserialize for PMT vectors. | Tom Rondeau | 2012-12-14 | 1 | -3/+3 |
| | |||||
* | core: adding itemsize key to metadata header to allow for vectorized items. | Tom Rondeau | 2012-12-14 | 1 | -4/+5 |
| | | | | | | This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer. Also adds an example using vector items. | ||||
* | docs: added a page detailing metadata format. | Tom Rondeau | 2012-12-13 | 1 | -0/+322 |
| | |||||
* | docs: Removing some obsoleted Doxygen commands per issue #498. | Tom Rondeau | 2012-12-04 | 3 | -46/+0 |
| | | | | These were set to the defaults and so should not affect previous versions of Doxygen. | ||||
* | core: fixed swig file for exporting max/min buffer sizes with port first. | Tom Rondeau | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | docs: Adding notes discussing how to use new max_output_buffer feature. | Tom Rondeau | 2012-10-03 | 2 | -0/+51 |
| | | | | Also sneaking in a new analog group for gr-analog. | ||||
* | Merge branch 'max_nout_each' | Tom Rondeau | 2012-10-02 | 1 | -0/+225 |
|\ | |||||
| * | docs: added section explaining the basics of reconfiguring a flowgraph. | Tom Rondeau | 2012-06-04 | 1 | -7/+131 |
| | | |||||
| * | docs: added a description of a basic flowgraph to the manual's main page. | Tom Rondeau | 2012-06-04 | 1 | -0/+101 |
| | | | | | | | | Also a brief discussion of throughput/latency and how to use the max_noutput_items methods to control them. | ||||
* | | docs: reworking doc into one extra dox file for easier linking. | Tom Rondeau | 2012-09-03 | 3 | -159/+166 |
| | | | | | | | | build_guide was not being found properly. Putting these together fixes that. | ||||
* | | docs: remove redundant retries from swig_doc.py | Josh Blum | 2012-07-03 | 1 | -74/+26 |
| | | | | | | | | With proper build dependencies, it should not be needed. | ||||
* | | Merge branch 'maint' | Tom Rondeau | 2012-06-10 | 1 | -1/+1 |
|\ \ | |||||
| * | | volk: make sure the alignment call for a block passes at least 1. | Tom Rondeau | 2012-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1. | ||||
| * | | docs: fixed Doxygen from looking in the howto dir. | Tom Rondeau | 2012-06-04 | 1 | -2/+1 |
| |/ | |||||
* | | docs: Adding gr-fft to sphinx docs | Ben Reynwar | 2012-05-22 | 2 | -0/+10 |
| | | |||||
* | | docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style. | Ben Reynwar | 2012-05-21 | 27 | -401/+513 |
| | | |||||
* | | docs: Fixed copyright in sphinx docs. | Ben Reynwar | 2012-05-21 | 1 | -3/+3 |
| | | |||||
* | | docs: Added version number to sphinx docs. | Ben Reynwar | 2012-05-21 | 1 | -4/+4 |
| | | |||||
* | | docs: Extended README for sphinx docs. | Ben Reynwar | 2012-05-21 | 1 | -1/+32 |
| | | |||||
* | | Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocs | Ben Reynwar | 2012-05-21 | 8 | -133/+150 |
|\ \ | |||||
| * | | sphinx: Added a README for explaining the documentation process. | Tom Rondeau | 2012-05-20 | 1 | -0/+38 |
| | | | |||||
| * | | sphinx: dummy toctree entries to remove warnings. | Tom Rondeau | 2012-05-20 | 1 | -0/+43 |
| | | | |||||
| * | | Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into ↵ | Tom Rondeau | 2012-05-20 | 2 | -90/+129 |
| |\ \ | | | | | | | | | | | | | sphinxdocs | ||||
| * | | | sphinx: create a conf.py and run_sphinx_build.sh files. | Tom Rondeau | 2012-05-20 | 4 | -151/+21 |
| | | | | | | | | | | | | | | | | These files help a user run Sphinx on the installed system. The shell script is designed for ease of use. | ||||
| * | | | docs: fixed bug in doxygen looking at howto dir. | Tom Rondeau | 2012-05-01 | 1 | -2/+1 |
| | | | | |||||
| * | | | docs: adds a 'make sphinx' target that can be run after 'make install' to ↵ | Tom Rondeau | 2012-05-01 | 2 | -0/+67 |
| | | | | | | | | | | | | | | | | generate the Python docs. | ||||
* | | | | Add sphinx mathjax extension. | Ben Reynwar | 2012-05-17 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | docs: Modified swig_doc.py to put parameter info in docstrings. | Ben Reynwar | 2012-05-08 | 1 | -69/+69 |
| | | | |||||
* | | | doxyxml: Added parsing of parameters from xml. | Ben Reynwar | 2012-05-08 | 1 | -21/+60 |
|/ / | |||||
* | | Adding sphinx documentation. | Ben Reynwar | 2012-04-30 | 68 | -0/+4051 |
| | | |||||
* | | docs: updating build dependency and building instructions. | Tom Rondeau | 2012-04-22 | 1 | -21/+11 |
|/ | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 25 | -810/+810 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Fix some minor warnings. | Tom Rondeau | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | docs: adding more info to the doxygen manual's build guide. | Tom Rondeau | 2012-04-03 | 1 | -1/+34 |
| | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-03-01 | 2 | -0/+171 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am | ||||
| * | Merge remote branch 'tom/safe_align' | Johnathan Corgan | 2012-03-01 | 2 | -0/+171 |
| |\ | |||||
| | * | Merge branch 'master' into safe_align | Johnathan Corgan | 2012-02-14 | 2 | -19/+67 |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc | ||||
| | * | | volk: added some documentation to the Doxygen manual explaining Volk and how ↵ | Tom Rondeau | 2012-02-13 | 2 | -0/+171 |
| | | | | | | | | | | | | | | | | to use it. | ||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-03-01 | 2 | -1/+15 |
|\| | | | |||||
| * | | | Merge branch 'maint' | Tom Rondeau | 2012-03-01 | 2 | -1/+15 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | docs: setting up ability to link to example files in the Doxygen manual. ↵maint-3.5.1 | Tom Rondeau | 2012-03-01 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | Using the PFB channelize.py as a test. | ||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-02-14 | 1 | -8/+0 |
|\| | | | |||||
| * | | | Merge branch 'maint' | Tom Rondeau | 2012-02-14 | 1 | -8/+0 |
| |\| | | |||||
| | * | | docs: removing old Doxygen groups (radar and usrp(2)). | Martin Braun | 2012-02-14 | 1 | -8/+0 |
| | | | |