Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: moved usage manual to wiki | Marc Lichtman | 2019-06-07 | 1 | -350/+0 |
| | | | | docs: first snapshot of wiki's usage manual | ||||
* | doc: proofed sections: metadata, PMT, handling flowgraphs, exploring gnuradio | Marc L | 2017-07-31 | 1 | -13/+12 |
| | |||||
* | Doxygen: Adding GNU FDL header to Doxygen source files | Ben Hilburn | 2017-03-10 | 1 | -0/+9 |
| | |||||
* | docs: fixed labels and references in manual. | Tom Rondeau | 2015-03-23 | 1 | -9/+9 |
| | | | | | | | Doxygen is getting more strict with having labels for every section, and warns when there are section name collisions. This prefixes all section and subsection labels with the component to make them all unique. | ||||
* | docs: minor updates to the docs, including a new page for Python blocks. | Tom Rondeau | 2014-07-25 | 1 | -1/+14 |
| | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -1/+1 |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | ||||
* | pmt: fixing a few files with older pmt naming style. | Tom Rondeau | 2013-01-13 | 1 | -22/+21 |
| | |||||
* | docs: fixing typo. | Tom Rondeau | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | 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 |