summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-29162-7746/+6822
* filter: handle a log10(0) warning that causes QT to crash when designing filt...Tom Rondeau2012-12-272-3/+7
* Merge branch 'master' into nextJohnathan Corgan2012-12-230-0/+0
|\
| * cmake: update revision to 3.6.3rc0v3.6.3rc0Johnathan Corgan2012-12-231-2/+2
* | Merge branch 'master' into nextJohnathan Corgan2012-12-201-0/+1
|\|
| * Merge branch 'maint'Johnathan Corgan2012-12-201-0/+1
| |\
| | * Revert "gruel: remove erroneous include path from cmake"Nicholas Corgan2012-12-141-0/+1
* | | Merge branch 'master' into nextJohnathan Corgan2012-12-206-16/+23
|\| |
| * | Merge remote-tracking branch 'ncorgan/pdu_fix'Johnathan Corgan2012-12-206-16/+23
| |\ \
| | * | core: fixed pdu MSVC compatibility issuesNicholas Corgan2012-12-206-16/+23
* | | | Merge branch 'master' into nextTom Rondeau2012-12-205-31/+73
|\| | |
| * | | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-204-0/+30
| * | | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-193-31/+43
| |/ /
* | | qtgui: added check_topology to check d_nconnections and actual connections.Tom Rondeau2012-12-2018-0/+72
* | | init call parameter bugfixSreeraj Rajendran2012-12-201-1/+1
* | | FIR filter coefficients tab update for easy copyingSreeraj Rajendran2012-12-201-2/+1
* | | Launch function change to suppor runtime updationSreeraj Rajendran2012-12-205-14/+143
* | | Merge branch 'gr_filtdes' into nextTom Rondeau2012-12-1832-874/+11759
|\ \ \
| * | | filter: Install all filter design tool files into gnuradio.filter.Tom Rondeau2012-12-1813-53/+53
| * | | Some typos fixSreeraj Rajendran2012-12-171-2/+2
| * | | gr_filtdes initial commitSreeraj Rajendran2012-12-1532-874/+11759
* | | | Merge branch 'master' into nextTom Rondeau2012-12-184-2/+625
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'tagdebug2' of git://github.com/mbant/gnuradioTom Rondeau2012-12-181-2/+2
| |\ \ \
| | * | | core: gr_tag_debug handles lacking srcidMartin Braun2012-12-181-2/+2
| * | | | 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-8/+8
|\| | |
| * | | gruel: changing PMT (de)serialize of complex to make more portable (apparentl...Tom Rondeau2012-12-171-8/+8
* | | | 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-152-20/+30
|\| | |
| * | | blocks: fixing up QA of metadata to not rely on non-dependency components.Tom Rondeau2012-12-151-17/+22
| * | | blocks: fixing up metadata parser.Tom Rondeau2012-12-151-3/+8
* | | | Merge branch 'master' into nextTom Rondeau2012-12-1432-36/+4692
|\| | | | |/ / |/| |
| * | blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-1435-1653/+1685
| * | gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau2012-12-145-23/+415
| * | core: adding itemsize key to metadata header to allow for vectorized items.Tom Rondeau2012-12-149-45/+596
| * | core: Added detached header test to file metadata QA.Tom Rondeau2012-12-142-3/+83
| * | core: QA code to test file metadata sources and sinks.Tom Rondeau2012-12-141-0/+118
| * | core: When the file meta sink is closed by user, make sure the last header is...Tom Rondeau2012-12-141-2/+2
| * | core: use std::string in file metadata sink (easier to work with; matches sou...Tom Rondeau2012-12-143-14/+13
| * | core: updated file metadata source to support detached header files.Tom Rondeau2012-12-143-27/+43
| * | docs: added a page detailing metadata format.Tom Rondeau2012-12-131-0/+322
| * | core: updates metadata parser: don't assume value is a float.Tom Rondeau2012-12-132-34/+36
| * | gruel: allow us to use pmt_init_Xvector methods in python.Tom Rondeau2012-12-133-10/+52
| * | core: added examples to use metadata source and sink.Tom Rondeau2012-12-134-0/+1326
| * | core: metadata file source parses extras header and converts data to tags.Tom Rondeau2012-12-132-2/+29
| * | core: updated meta data file sink to extract header metadata as tags and add ...Tom Rondeau2012-12-132-14/+45
| * | core: better tag debugger. Only outputs when there are tags to show.Tom Rondeau2012-12-131-11/+15