summaryrefslogtreecommitdiff
path: root/docs/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* docs: adding more documentation for ControlPort.Tom Rondeau2013-02-201-0/+217
|
* docs: adding an exclude rule for gr-modtool to avoid conflicts.Tom Rondeau2013-02-191-1/+2
|
* ctrlport: using prefs files to configure ctrlport.Tom Rondeau2013-02-191-2/+27
| | | | Prefs file points to ctrlport config file and uses it to set the properties.
* Merge branch 'master' into nextTom Rondeau2013-02-171-0/+73
|\ | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py
| * docs: adding section to main page explaining config files.Tom Rondeau2013-02-161-0/+73
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-071-0/+65
|\|
| * core: working thread affinity concept into gr_blocks.Tom Rondeau2013-02-061-0/+65
| | | | | | | | | | | | Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox
| * docs: fixing typo.Tom Rondeau2013-01-021-1/+1
| |
* | pmt: fixing a few files with older pmt naming style.Tom Rondeau2013-01-132-30/+29
| |
* | docs: fixing typo.Tom Rondeau2013-01-061-1/+1
| |
* | Merge branch 'pmt_rename' into nextTom Rondeau2013-01-021-91/+95
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu.cc gruel/src/lib/pmt/pmt.cc gruel/src/lib/pmt/qa_pmt_prims.cc gruel/src/lib/pmt/unv_template.cc.t gruel/src/swig/pmt_swig.i
| * | pmt: updated pmt docs for new naming scheme.Tom Rondeau2013-01-021-91/+95
| | |
* | | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-13/+14
|/ / | | | | | | Also fixes up some other missing moves.
* | Merge branch 'master' into nextTom Rondeau2012-12-183-0/+623
|\|
| * docs: Restructuring main page to point to new pages describing features in GR.Tom Rondeau2012-12-182-0/+9
| |
| * docs: added a doxygen manual page describing PMT types and how to use them.Tom Rondeau2012-12-181-0/+348
| |
| * docs: Adding a page describing the message passing interface.Tom Rondeau2012-12-181-0/+266
| |
* | Merge branch 'master' into nextTom Rondeau2012-12-171-22/+23
|\|
| * docs: using full namspace for references in metadata.dox for proper linking.Tom Rondeau2012-12-171-22/+23
| |
* | Merge branch 'master' into nextTom Rondeau2012-12-141-0/+329
|\| | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| * blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-141-13/+19
| |
| * gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau2012-12-141-3/+3
| |
| * core: adding itemsize key to metadata header to allow for vectorized items.Tom Rondeau2012-12-141-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 Rondeau2012-12-131-0/+322
| |
* | Merge branch 'master' into nextTom Rondeau2012-12-043-46/+0
|\|
| * docs: Removing some obsoleted Doxygen commands per issue #498.Tom Rondeau2012-12-043-46/+0
| | | | | | | | These were set to the defaults and so should not affect previous versions of Doxygen.
* | Merging ctrlport2 into next branch.Tom Rondeau2012-12-031-0/+38
| |
* | analog: removed noise and sig sources from core.Tom Rondeau2012-11-101-9/+9
| | | | | | | | Fixed QA code for components that do not use gr-analog.
* | analog: Removing all squelch blocks from gnuradio-core.Tom Rondeau2012-11-061-3/+3
| | | | | | | | Also updating some Python blocks and examples to properly pull from filter and analog.
* | Merge branch 'master' into nextTom Rondeau2012-10-032-0/+276
|\|
| * core: fixed swig file for exporting max/min buffer sizes with port first.Tom Rondeau2012-10-031-1/+1
| |
| * docs: Adding notes discussing how to use new max_output_buffer feature.Tom Rondeau2012-10-032-0/+51
| | | | | | | | Also sneaking in a new analog group for gr-analog.
| * Merge branch 'max_nout_each'Tom Rondeau2012-10-021-0/+225
| |\
| | * docs: added section explaining the basics of reconfiguring a flowgraph.Tom Rondeau2012-06-041-7/+131
| | |
| | * docs: added a description of a basic flowgraph to the manual's main page.Tom Rondeau2012-06-041-0/+101
| | | | | | | | | | | | Also a brief discussion of throughput/latency and how to use the max_noutput_items methods to control them.
* | | Merge branch 'master' into nextTom Rondeau2012-09-033-159/+166
|\| |
| * | docs: reworking doc into one extra dox file for easier linking.Tom Rondeau2012-09-033-159/+166
| | | | | | | | | | | | build_guide was not being found properly. Putting these together fixes that.
* | | docs: fixed doxygen markup issues.Tom Rondeau2012-08-281-1/+1
|/ /
* | docs: remove redundant retries from swig_doc.pyJosh Blum2012-07-031-74/+26
| | | | | | | | With proper build dependencies, it should not be needed.
* | Merge branch 'maint'Tom Rondeau2012-06-101-1/+1
|\ \
| * | volk: make sure the alignment call for a block passes at least 1.Tom Rondeau2012-06-101-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 Rondeau2012-06-041-2/+1
| |/
* | docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar2012-05-212-30/+107
| |
* | Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into ↵Tom Rondeau2012-05-202-90/+129
|\ \ | | | | | | | | | sphinxdocs
| * | docs: Modified swig_doc.py to put parameter info in docstrings.Ben Reynwar2012-05-081-69/+69
| | |
| * | doxyxml: Added parsing of parameters from xml.Ben Reynwar2012-05-081-21/+60
| | |
* | | docs: fixed bug in doxygen looking at howto dir.Tom Rondeau2012-05-011-2/+1
|/ /
* / docs: updating build dependency and building instructions.Tom Rondeau2012-04-221-21/+11
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1318-774/+774
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Fix some minor warnings.Tom Rondeau2012-04-131-1/+1
|