summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/io
AgeCommit message (Expand)Author
2012-09-29core: udp source wait mode yields work threadJosh Blum
2012-09-27core: fix use of private vars in place of API accessorJosh Blum
2012-07-19core: added message source that takes in tags for controlling bursts.Nick Foster
2012-06-28core: fix for gri wave byteswappingJosh Blum
2012-06-22gruel: got rid of inet.h and adjusted only file that depended on itNicholas Corgan
2012-06-21core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME obsoleteMartin Braun
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
2012-03-27Merge branch 'master' into nextTom Rondeau
2012-03-27doc: fix documentation for wavsink (thanks to John Coppens for point it out).Tom Rondeau
2012-02-06Merge branch 'master' into nextTom Rondeau
2012-02-06gui: better handling of buffers in oscope for stripchart/non-stripchart.Marcus Leech
2012-02-06Merge branch 'master' into nextTom Rondeau
2012-02-06io: fix triggering and performance issues with oscope; specifically for the s...Marcus Leech
2012-01-16core: fix for off-by-one issue in strip chart. Increases buffer size for long...Marcus Leech
2012-01-16Merge branch 'master' into nextTom Rondeau
2012-01-15core: fix for off-by-one issue in strip chart. Increases buffer size for long...Marcus Leech
2012-01-02Merge branch 'master' into nextJohnathan Corgan
2012-01-02core: fix gr_udp_sink by including asioJosh Blum
2011-12-13core: WAV sink is now threadsafe; do_update() therefore must be private.Martin Braun
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
2011-10-19tags: made tags object orientedJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-12Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-07-26Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-26Fixed return warnings.Tom Rondeau
2011-07-26core: added missing io.h includes on cc filesJosh Blum
2011-07-26core: added missing config.h includes on cc filesJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-20core: API declaration macros for core class and function symbolsJosh Blum
2011-07-20core: added missing io.h includes on cc filesJosh Blum
2011-07-20core: added missing config.h includes on cc filesJosh Blum
2011-03-25Fixing missing include files and various other patches for Windows build issues.Don Ward
2011-02-27use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.ccJosh Blum
2010-12-07Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-11-29Removing global pmt constants. Were causing segfaults during make check. Must...Tom Rondeau
2010-11-21Removed comments to stdout from file tagger; made it easir to go from interna...Tom Rondeau
2010-11-21Fixed file tagger error handling so it doesn't prematurely exit under certain...Tom Rondeau
2010-11-21Tagging file source takes in sample rate and uses it to find the last time ta...Tom Rondeau
2010-11-18Fix guile related problems with gr_message_{sink,source}.Eric Blossom
2010-11-17Changing blocks to use new get_tags api and tag convinience functions.Tom Rondeau
2010-11-16Fixed tagging sink.Tom Rondeau
2010-11-16New file sink to handle tagged bursts of data.Tom Rondeau
2010-11-10Revert "add the .i files as dependencies"Eric Blossom
2010-11-10add the .i files as dependenciesRob Savoye
2010-11-10Disable gr_message_source until later...Eric Blossom
2010-08-03Merge branch 'maint'Johnathan Corgan
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom