| Commit message (Expand) | Author | Age | Files | Lines |
* | pmt: updated pmt docs for new naming scheme. | Tom Rondeau | 2013-01-02 | 1 | -91/+95 |
* | gruel: using new pmt naming. | Tom Rondeau | 2012-12-21 | 6 | -131/+130 |
* | gruel: updating all GR blocks that use PMTs to use new naming. | Tom Rondeau | 2012-12-21 | 39 | -309/+303 |
* | gruel: Renaming PMT function to get rid of pmt_ prefix. | Tom Rondeau | 2012-12-21 | 11 | -1776/+1283 |
* | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular). | Tom Rondeau | 2012-12-21 | 4 | -0/+30 |
* | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple. | Tom Rondeau | 2012-12-21 | 3 | -31/+43 |
* | qtgui: added check_topology to check d_nconnections and actual connections. | Tom Rondeau | 2012-12-20 | 18 | -0/+72 |
* | init call parameter bugfix | Sreeraj Rajendran | 2012-12-20 | 1 | -1/+1 |
* | FIR filter coefficients tab update for easy copying | Sreeraj Rajendran | 2012-12-20 | 1 | -2/+1 |
* | Launch function change to suppor runtime updation | Sreeraj Rajendran | 2012-12-20 | 5 | -14/+143 |
* | Merge branch 'gr_filtdes' into next | Tom Rondeau | 2012-12-18 | 32 | -874/+11759 |
|\ |
|
| * | filter: Install all filter design tool files into gnuradio.filter. | Tom Rondeau | 2012-12-18 | 13 | -53/+53 |
| * | Some typos fix | Sreeraj Rajendran | 2012-12-17 | 1 | -2/+2 |
| * | gr_filtdes initial commit | Sreeraj Rajendran | 2012-12-15 | 32 | -874/+11759 |
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-18 | 4 | -2/+625 |
|\ \ |
|
| * \ | Merge branch 'tagdebug2' of git://github.com/mbant/gnuradio | Tom Rondeau | 2012-12-18 | 1 | -2/+2 |
| |\ \ |
|
| | * | | core: gr_tag_debug handles lacking srcid | Martin Braun | 2012-12-18 | 1 | -2/+2 |
| * | | | 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 |
| |/ / |
|
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-17 | 1 | -8/+8 |
|\| | |
|
| * | | gruel: changing PMT (de)serialize of complex to make more portable (apparentl... | Tom Rondeau | 2012-12-17 | 1 | -8/+8 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-17 | 1 | -22/+23 |
|\| | |
|
| * | | docs: using full namspace for references in metadata.dox for proper linking. | Tom Rondeau | 2012-12-17 | 1 | -22/+23 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-15 | 2 | -20/+30 |
|\| | |
|
| * | | blocks: fixing up QA of metadata to not rely on non-dependency components. | Tom Rondeau | 2012-12-15 | 1 | -17/+22 |
| * | | blocks: fixing up metadata parser. | Tom Rondeau | 2012-12-15 | 1 | -3/+8 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-14 | 32 | -36/+4692 |
|\| |
| |/
|/| |
|
| * | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | 2012-12-14 | 35 | -1653/+1685 |
| * | gruel: Enabling serialize/deserialize for PMT vectors. | Tom Rondeau | 2012-12-14 | 5 | -23/+415 |
| * | core: adding itemsize key to metadata header to allow for vectorized items. | Tom Rondeau | 2012-12-14 | 9 | -45/+596 |
| * | core: Added detached header test to file metadata QA. | Tom Rondeau | 2012-12-14 | 2 | -3/+83 |
| * | core: QA code to test file metadata sources and sinks. | Tom Rondeau | 2012-12-14 | 1 | -0/+118 |
| * | core: When the file meta sink is closed by user, make sure the last header is... | Tom Rondeau | 2012-12-14 | 1 | -2/+2 |
| * | core: use std::string in file metadata sink (easier to work with; matches sou... | Tom Rondeau | 2012-12-14 | 3 | -14/+13 |
| * | core: updated file metadata source to support detached header files. | Tom Rondeau | 2012-12-14 | 3 | -27/+43 |
| * | docs: added a page detailing metadata format. | Tom Rondeau | 2012-12-13 | 1 | -0/+322 |
| * | core: updates metadata parser: don't assume value is a float. | Tom Rondeau | 2012-12-13 | 2 | -34/+36 |
| * | gruel: allow us to use pmt_init_Xvector methods in python. | Tom Rondeau | 2012-12-13 | 3 | -10/+52 |
| * | core: added examples to use metadata source and sink. | Tom Rondeau | 2012-12-13 | 4 | -0/+1326 |
| * | core: metadata file source parses extras header and converts data to tags. | Tom Rondeau | 2012-12-13 | 2 | -2/+29 |
| * | core: updated meta data file sink to extract header metadata as tags and add ... | Tom Rondeau | 2012-12-13 | 2 | -14/+45 |
| * | core: better tag debugger. Only outputs when there are tags to show. | Tom Rondeau | 2012-12-13 | 1 | -11/+15 |
| * | core: forgot to remove these outputs. | Tom Rondeau | 2012-12-13 | 1 | -5/+0 |
| * | core: adding a file meta source block. | Tom Rondeau | 2012-12-13 | 7 | -0/+637 |
| * | core: cleaning up file meta sink. | Tom Rondeau | 2012-12-13 | 2 | -20/+3 |
| * | core: add new options to GRC for file_meta_sink. | Tom Rondeau | 2012-12-12 | 2 | -5/+33 |
| * | Merge branch 'master' into file_meta_data | Tom Rondeau | 2012-12-12 | 166 | -558/+5913 |
| |\ |
|
| * | | core: metadata file sink can set detached header. | Tom Rondeau | 2012-12-07 | 4 | -70/+261 |
| * | | core: update to metadata files to grow the extras dictionary when any tag is ... | Tom Rondeau | 2012-12-05 | 2 | -32/+29 |