summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_flowgraph.cc
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-515/+0
|
* core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-071-4/+36
|
* core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-301-0/+9
| | | | | | | | | | | | * msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-16/+16
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* gr_flowgraph.cc explicit include of <iterator>Josh Blum2011-02-271-1/+2
| | | | | | | Added explicit include of <iterator>, which was implicitly included by <vector>. Affects platforms where vector does not automatically pull in iterator.
* Refactored unique vector functionality into template.jcorgan2008-08-121-31/+24
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9253 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix topology checking code in gr_flowgraph. Thanks to Dan Halperin.jcorgan2008-02-241-10/+17
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7802 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:172 and ticket:174jcorgan2007-08-291-17/+54
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6207 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6160:6168 from jcorgan/fg into trunk.jcorgan2007-08-231-0/+436
Refactors gr_simple_flowgraph into gr_flowgraph and gr_flat_flowgraph. Adds cppunit-based QA. Trial fix for ticket:164 included for free. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6169 221aa14e-8319-0410-a670-987f0aec2ac5