summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
AgeCommit message (Expand)Author
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-06Fixed missing set_relative_rate in these two blocks. The others don't actuall...Tom Rondeau
2010-10-02Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau
2010-08-03Merge branch 'maint'Johnathan Corgan
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-08-03fix scoped_lock that didn't ref mutexEric Blossom
2010-08-02Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"Johnathan Corgan
2010-07-21gnuradio-core: export missing public methods in gr.agc2Alexandru Csete
2010-07-05Merge branch 'patches/marcus/stripchart'Johnathan Corgan
2010-07-05Merge branch 'patches/marcus/file_sink'Johnathan Corgan
2010-06-22Merge branch 'patches/marcus/fftw'Johnathan Corgan
2010-06-02gnuradio-core: fix missing linker flags for boost_program_optionsJohnathan Corgan
2010-06-01gnuradio-core: fix typo in doxygen headerJohnathan Corgan
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2010-05-23Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan
2010-05-21gnuradio-core: allow swig to handle exceptions in UDP source/sinkJohnathan Corgan
2010-05-19Simplify USE_SELECT usageEric Blossom
2010-05-19Return immediately when using d_residual.Eric Blossom
2010-05-19Defend against a peer that sends an invalid message length.Eric Blossom
2010-05-19Move initialization of select timeoutEric Blossom
2010-05-19Correct update of d_temp_offset (parallel construction)Eric Blossom
2010-05-19Identify memory leaks that occur on error conditionsEric Blossom
2010-05-19Use -1 as file descriptor "not open" value instead of 0Eric Blossom
2010-05-19Add additional conditionalization of networking includesEric Blossom
2010-05-18gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsoleteJohnathan Corgan
2010-05-16gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech
2010-05-16gnuradio-core: adds configurable flush to file sinkMarcus D Leech
2010-05-16gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASUREMarcus D Leech
2010-05-06Flush pending errors in gr_udp_sink on disconnect()Don Ward
2010-05-04Merge branch 'master' into udpDon Ward
2010-05-04Rework UDP source and sink, with incompatible API changesDon Ward
2010-04-30Add missing buffer allocator hint to gr_ofdm_sampler.ccEric Blossom
2010-04-30Merge branch 'master' into udpDon Ward
2010-04-30Updates to udp source/sink (select(), wait, cleanup)Don Ward
2010-04-26Convert gr-audio-portaudio to Boost via gruelJohnathan Corgan
2010-04-20Discard data in gr_udp_sink until receiver is started.Don Ward
2010-04-18Use getaddrinfo in gr_udp_{source,sink}Don Ward
2010-04-18Fixing doxygen warnings from arb_resampler. Also, removed set_taps from publicTom Rondeau
2010-04-18Fixing doxygen warnings from channelizer block.Tom Rondeau