summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
AgeCommit message (Expand)Author
2010-11-04Adding shell block for a random annotator. This will be used only for testing...Tom Rondeau
2010-11-04Changing API to match changes to gr_block, including adding "srcid" param to ...Tom Rondeau
2010-11-04Moves gr_block functions dealing with tags into protected space. Adds documen...Tom Rondeau
2010-11-04Fixing buffer to update abs_write_offset counter. Keeping access to counters ...Tom Rondeau
2010-11-02Moved number items read/written from gr_block_detail into gr_buffer (abs_writ...Tom Rondeau
2010-11-02Adding QA code to perform some tests on tags. Setting and getting items read/...Tom Rondeau
2010-11-02Adding some protection to the nitems read/written accessors. Should this retu...Tom Rondeau
2010-10-31Using pmt_eqv for key testing instead of == to make sure typing is worked out...Tom Rondeau
2010-10-31Checks for duplicate entry when adding a new tag.Tom Rondeau
2010-10-31get_tags_in_range now gets items between start and end INCLUSIVELY.Tom Rondeau
2010-10-31Adds functional ability to call get_tags_in_range with a specified key.Tom Rondeau
2010-10-31Fix to get_tags_in_range. Returns proper list and handles times when list is ...Tom Rondeau
2010-10-26First stab at adding get functions for item tags in a given range.Tom Rondeau
2010-10-26Giving gr_block_detail a list of pmt tuples to hold item tagging information.Tom Rondeau
2010-10-19Adding vectors to gr_block_detail that keep track of the number of samples re...Tom Rondeau
2010-10-02Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau
2010-08-03fix scoped_lock that didn't ref mutexEric Blossom
2009-11-03fixed fixme in gr_top_block_implJosh Blum
2009-08-15Merged changes from svn repository trunk.Johnathan Corgan
2009-08-15gr_blocks may now produce different number of output items on each output str...eb
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-08-13Refactored gr_msg_accepter and gr_tpd_thread_body.Eric Blossom
2009-08-13Thread-per-block loop now checks and dequeues messages to handle_msg.Johnathan Corgan
2009-08-13Notify derived class when post()edJohnathan Corgan
2009-08-13Added gr_msg_accepter class.Johnathan Corgan
2009-08-13Added git ignore files auto created from svn:ignore properties.git repository hosting
2009-08-01Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, ...jcorgan
2009-07-25Merge r11462:11485 from jcorgan/omni into trunk.jcorgan
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan
2009-05-22Doc fixes.eb
2009-05-22doc fixes! work-in-progresseb
2009-05-08Fix abort when user fails to connect hier_block2 outputs both internally and ...jcorgan
2009-04-19Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, all...jcorgan
2009-04-17Fixes ticket:383jcorgan
2009-04-17Fixes ticket:386jcorgan
2009-04-17Fixes ticket:374jcorgan
2009-04-07Fix for ticket:262.eb
2009-03-25Add check for interruption to gr_tpb_thread_body to ensure thateb
2009-03-23Error out when creating hierarchical blocks with arbitrary or variable number...jcorgan
2009-03-19Error out when hierarchical block inputs and outputs aren't wired internally....jcorgan
2009-03-19Document run/start/stop/wait preconditions.eb
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of S...jcorgan
2009-02-25Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread h...jcorgan
2009-02-23Reverted changeset r10451. Instead we will ensure top_block.stop() and wait(...jcorgan
2009-02-17Added ability to determine if flowgraph is runningjcorgan
2009-02-10Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan
2009-01-31Merged in misc_fixes branch.michaelld
2008-11-10wrap the return type from gr_enable_realtime_schedulingeb
2008-11-03Fix issue caused by pkg-config stripping -I/usr/include from --cflagsjcorgan
2008-09-24Applied patch from Stefan BrĂ¼ns. It fixes a swig problem with enable_realtim...eb