Age | Commit message (Expand) | Author |
2012-02-06 | io: fix triggering and performance issues with oscope; specifically for the s... | Marcus Leech |
2012-01-16 | core: fix for off-by-one issue in strip chart. Increases buffer size for long... | Marcus Leech |
2012-01-02 | core: fix gr_udp_sink by including asio | Josh Blum |
2011-10-19 | tags: made tags object oriented | Josh Blum |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum |
2011-09-12 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum |
2011-09-09 | tags: fixed fwrite line for the right item size number. | Tom Rondeau |
2011-07-26 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum |
2011-07-26 | Fixed return warnings. | Tom Rondeau |
2011-07-26 | core: added missing io.h includes on cc files | Josh Blum |
2011-07-26 | core: added missing config.h includes on cc files | Josh Blum |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum |
2011-07-20 | core: API declaration macros for core class and function symbols | Josh Blum |
2011-07-20 | core: added missing io.h includes on cc files | Josh Blum |
2011-07-20 | core: added missing config.h includes on cc files | Josh Blum |
2011-03-25 | Fixing missing include files and various other patches for Windows build issues. | Don Ward |
2011-02-27 | use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc | Josh Blum |
2010-12-07 | Remove incorrect if PYTHON around swiginclude_HEADERS | Eric Blossom |
2010-12-06 | Merge branch 'next' into guile-next | Eric Blossom |
2010-11-29 | Removing global pmt constants. Were causing segfaults during make check. Must... | Tom Rondeau |
2010-11-21 | Removed comments to stdout from file tagger; made it easir to go from interna... | Tom Rondeau |
2010-11-21 | Fixed file tagger error handling so it doesn't prematurely exit under certain... | Tom Rondeau |
2010-11-21 | Tagging file source takes in sample rate and uses it to find the last time ta... | Tom Rondeau |
2010-11-18 | Fix guile related problems with gr_message_{sink,source}. | Eric Blossom |
2010-11-17 | Changing blocks to use new get_tags api and tag convinience functions. | Tom Rondeau |
2010-11-16 | Fixed tagging sink. | Tom Rondeau |
2010-11-16 | New file sink to handle tagged bursts of data. | Tom Rondeau |
2010-11-10 | Revert "add the .i files as dependencies" | Eric Blossom |
2010-11-10 | add the .i files as dependencies | Rob Savoye |
2010-11-10 | Disable gr_message_source until later... | Eric Blossom |
2010-08-03 | Merge branch 'maint' | Johnathan Corgan |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom |
2010-07-05 | Merge branch 'patches/marcus/stripchart' | Johnathan Corgan |
2010-07-05 | Merge branch 'patches/marcus/file_sink' | Johnathan Corgan |
2010-06-01 | gnuradio-core: fix typo in doxygen header | 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-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-06 | Flush pending errors in gr_udp_sink on disconnect() | Don Ward |
2010-05-04 | Rework UDP source and sink, with incompatible API changes | Don Ward |
2010-04-30 | Merge branch 'master' into udp | Don Ward |