Age | Commit message (Expand) | Author |
2010-11-04 | Making annotator block build up tags with the noutput_items as the value held... | Tom Rondeau |
2010-11-04 | Makding random_annotator simply copy input to output streams; fixes IO signat... | Tom Rondeau |
2010-11-04 | Adding shell block for a random annotator. This will be used only for testing... | Tom Rondeau |
2010-11-04 | Changing API to match changes to gr_block, including adding "srcid" param to ... | Tom Rondeau |
2010-11-04 | Moves gr_block functions dealing with tags into protected space. Adds documen... | Tom Rondeau |
2010-11-04 | Fixing buffer to update abs_write_offset counter. Keeping access to counters ... | Tom Rondeau |
2010-11-02 | Moved number items read/written from gr_block_detail into gr_buffer (abs_writ... | Tom Rondeau |
2010-11-02 | Adding QA code to perform some tests on tags. Setting and getting items read/... | Tom Rondeau |
2010-11-02 | Adding some protection to the nitems read/written accessors. Should this retu... | Tom Rondeau |
2010-10-31 | Using pmt_eqv for key testing instead of == to make sure typing is worked out... | Tom Rondeau |
2010-10-31 | Checks for duplicate entry when adding a new tag. | Tom Rondeau |
2010-10-31 | get_tags_in_range now gets items between start and end INCLUSIVELY. | Tom Rondeau |
2010-10-31 | Adds functional ability to call get_tags_in_range with a specified key. | Tom Rondeau |
2010-10-31 | Fix to get_tags_in_range. Returns proper list and handles times when list is ... | Tom Rondeau |
2010-10-26 | First stab at adding get functions for item tags in a given range. | Tom Rondeau |
2010-10-26 | Giving gr_block_detail a list of pmt tuples to hold item tagging information. | Tom Rondeau |
2010-10-19 | Adding vectors to gr_block_detail that keep track of the number of samples re... | Tom Rondeau |
2010-10-06 | Fixed missing set_relative_rate in these two blocks. The others don't actuall... | Tom Rondeau |
2010-10-02 | Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests. | Tom Rondeau |
2010-08-03 | Merge branch 'maint' | Johnathan Corgan |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom |
2010-08-03 | fix scoped_lock that didn't ref mutex | Eric Blossom |
2010-08-02 | Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE" | Johnathan Corgan |
2010-07-21 | gnuradio-core: export missing public methods in gr.agc2 | Alexandru Csete |
2010-07-05 | Merge branch 'patches/marcus/stripchart' | Johnathan Corgan |
2010-07-05 | Merge branch 'patches/marcus/file_sink' | Johnathan Corgan |
2010-06-22 | Merge branch 'patches/marcus/fftw' | Johnathan Corgan |
2010-06-02 | gnuradio-core: fix missing linker flags for boost_program_options | Johnathan Corgan |
2010-06-01 | gnuradio-core: fix typo in doxygen header | Johnathan Corgan |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan |
2010-05-23 | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan |
2010-05-21 | gnuradio-core: allow swig to handle exceptions in UDP source/sink | Johnathan Corgan |
2010-05-19 | Simplify USE_SELECT usage | Eric Blossom |
2010-05-19 | Return immediately when using d_residual. | Eric Blossom |
2010-05-19 | Defend against a peer that sends an invalid message length. | Eric Blossom |
2010-05-19 | Move initialization of select timeout | Eric Blossom |
2010-05-19 | Correct update of d_temp_offset (parallel construction) | Eric Blossom |
2010-05-19 | Identify memory leaks that occur on error conditions | Eric Blossom |
2010-05-19 | Use -1 as file descriptor "not open" value instead of 0 | Eric Blossom |
2010-05-19 | Add additional conditionalization of networking includes | Eric Blossom |
2010-05-18 | gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete | Johnathan Corgan |
2010-05-16 | gr-wxgui: adds stripchart trigger mode to graphics sinks | Marcus D Leech |
2010-05-16 | gnuradio-core: adds configurable flush to file sink | Marcus D Leech |
2010-05-16 | gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE | Marcus D Leech |
2010-05-06 | Flush pending errors in gr_udp_sink on disconnect() | Don Ward |
2010-05-04 | Merge branch 'master' into udp | Don Ward |
2010-05-04 | Rework UDP source and sink, with incompatible API changes | Don Ward |
2010-04-30 | Add missing buffer allocator hint to gr_ofdm_sampler.cc | Eric Blossom |
2010-04-30 | Merge branch 'master' into udp | Don Ward |
2010-04-30 | Updates to udp source/sink (select(), wait, cleanup) | Don Ward |