Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
[debian/gnuradio] / gnuradio-core /
2010-10-02 Tom RondeauMoving XML output files from cppunit tests to $HOME...
2010-09-30 Tom RondeauAdding an XML outputter for the CPP Unit tests. This...
2010-09-14 Eric BlossomMerge branch 'maint'
2010-08-05 Johnathan CorganMerge branch 'maint'
2010-08-03 Johnathan CorganMerge branch 'maint'
2010-08-03 Eric BlossomModify all block factories to use gnuradio::get_initial...
2010-08-03 Eric Blossomfix scoped_lock that didn't ref mutex
2010-08-02 Johnathan CorganRevert "gnuradio-core: allows configuring FFTW to use...
2010-07-29 Johnathan CorganMerge branch 'maint'
2010-07-22 Johnathan CorganMerge branch 'maint'
2010-07-22 Alexandru Csetegnuradio-core: export missing public methods in gr...
2010-07-21 Johnathan CorganMerge remote branch 'trondeau/qtclock'
2010-07-05 Johnathan CorganMerge branch 'maint'
2010-07-05 Johnathan CorganMerge branch 'patches/marcus/stripchart'
2010-07-05 Johnathan CorganMerge branch 'patches/marcus/file_sink'
2010-06-22 Johnathan CorganMerge branch 'patches/marcus/fftw'
2010-06-22 Johnathan CorganMerge branch 'patches/marcus/gr_and_const'
2010-06-02 Johnathan Corgangnuradio-core: fix missing linker flags for boost_progr...
2010-06-01 Johnathan Corgangnuradio-core: fix typo in doxygen header
2010-05-29 Johnathan CorganMake C++ shared libraries versioned
2010-05-27 Johnathan CorganMerge remote branch 'ets/grc-usrp2-clock-source'
2010-05-25 Johnathan CorganFix erroneous file modes
2010-05-23 Johnathan CorganMerge remote branch 'gnuradio/wip/udp_source_sink'
2010-05-22 Johnathan Corgangnuradio-core: update copyrights
2010-05-22 Johnathan Corgangnuradio-core: allow swig to handle exceptions in UDP...
2010-05-20 Eric BlossomSimplify USE_SELECT usage
2010-05-20 Eric BlossomReturn immediately when using d_residual.
2010-05-20 Eric BlossomDefend against a peer that sends an invalid message...
2010-05-20 Eric BlossomMove initialization of select timeout
2010-05-20 Eric BlossomCorrect update of d_temp_offset (parallel construction)
2010-05-20 Eric BlossomIdentify memory leaks that occur on error conditions
2010-05-20 Eric BlossomUse -1 as file descriptor "not open" value instead...
2010-05-20 Eric BlossomAdd additional conditionalization of networking includes
2010-05-18 Johnathan Corgangnuradio-core: removed gr.dd_mpsk_sync_cc block as...
2010-05-18 Johnathan CorganMerge branch 'wip/burx_support'
2010-05-16 Marcus D Leechgr-wxgui: adds stripchart trigger mode to graphics...
2010-05-16 Marcus D Leechgnuradio-core: adds configurable flush to file sink
2010-05-16 Marcus D Leechgnuradio-core: allows configuring FFTW to use ESTIMATE...
2010-05-14 Johnathan CorganMerge remote branch 'bitshark/burx_support' into wip...
2010-05-14 Johnathan Corganbuild: use correct comment delimiter
2010-05-14 Johnathan Corgangnuradio-core: Disable (temporarily) interpolator tap...
2010-05-13 Johnathan CorganMerge remote branch 'nldudok1/gr-wxgui_emulate_analog...
2010-05-12 Tom RondeauMerge branch 'qtupdate'
2010-05-12 Johnathan CorganMerge branch 'master' into wip/burx_support
2010-05-10 Eric BlossomAdd gru.hexshort to deal with short hex constants
2010-05-06 Don WardFlush pending errors in gr_udp_sink on disconnect()
2010-05-04 Don WardMerge branch 'master' into udp
2010-05-04 Don WardRework UDP source and sink, with incompatible API changes
2010-05-01 Eric BlossomAdd missing buffer allocator hint to gr_ofdm_sampler.cc
2010-04-30 Don WardMerge branch 'master' into udp
2010-04-30 Don WardMerge branch 'master' into udp
2010-04-30 Don WardUpdates to udp source/sink (select(), wait, cleanup)
2010-04-27 Johnathan CorganRemove omnithreads library.
2010-04-27 Johnathan CorganConvert gr-audio-portaudio to Boost via gruel
2010-04-20 Don WardDiscard data in gr_udp_sink until receiver is started.
2010-04-18 Don WardUse getaddrinfo in gr_udp_{source,sink}
2010-04-18 Tom RondeauMerge branch 'pfbclk'
2010-04-18 Tom RondeauFixing doxygen warnings from arb_resampler. Also, remov...
2010-04-18 Tom RondeauFixing doxygen warnings from channelizer block.
2010-04-18 Tom RondeauFixing documentation to get rid of doxygen warnings.
2010-04-18 Tom RondeauAdding documentation for fff version of othe PFB clock...
2010-04-18 Tom RondeauAdding documentation to explain how algorithm works.
2010-04-18 U-DON-WORKBENCH\DonChanges to gr_udp_{source,sink} for MinGW
2010-04-16 Johnathan CorganMerge commit 'jabele/wbx_tuning'
2010-04-15 Don WardIgnore ENOPROTOOPT return from setsockopt(SO_LINGER)
2010-04-15 Johnathan CorganMerge commit 'jblum/grc/tooltip'
2010-04-15 Johnathan CorganMerge branch 'usrp-eeprom' of git://gnuradio.org/jabele
2010-04-15 Tom RondeauMerge branch 'pfbsr'
2010-04-15 Tom RondeauNevermind that last checkin. THIS is the right answer...
2010-04-15 Tom RondeauFixes small bug by handling boundaries properly.
2010-04-13 Tom RondeauThe oversampling rate can be only a few values as defin...
2010-04-13 Tom RondeauReworking variables to avoid recalculations/assignments.
2010-04-13 Tom RondeauChannelizer can now produce any rational ratio of the...
2010-04-12 Tom RondeauMoving towards gr_block implementation to enable non...
2010-04-09 Tom RondeauEvery other time through the channelizer, the FFT input...
2010-04-09 Tom RondeauRemoving other version of code for different sample...
2010-04-09 Tom RondeauWorking version of channelizer allowing an integer...
2010-04-07 Tom RondeauOpening up channelizer to have different sampling rates...
2010-03-21 Johnathan CorganAdd new block gr.additive_scrambler_bb()
2010-03-21 Johnathan CorganMerge branch 'grc/dualusrp' of git://gnuradio.org/jblum
2010-03-21 Johnathan CorganMerge branch 'grc/menu' of git://gnuradio.org/jblum
2010-03-21 Johnathan CorganAdded missing header includes for memcpy
2010-03-15 Tom RondeauMerge branch 'fftfilt'
2010-03-15 Tom RondeauRemoving SSE version of FFT filter until we work out...
2010-03-14 Tom RondeauMerge branch 'digital'
2010-03-14 Tom RondeauFixing copyright dates.
2010-03-14 Tom RondeauMaking old and new digital modulations completely seper...
2010-03-14 Tom RondeauMerge branch 'digital' of vps.gnuradio.org:trondeau...
2010-03-14 Tom RondeauMerge branch 'digital' of git@gnuradio.org:trondeau...
2010-03-14 Tom RondeauAdding version 2 of receive path so as not to affect...
2010-03-13 Tom RondeauNow have a FFT filter implemented in SSE and generic...
2010-03-12 Tom RondeauAdding SSE version of fft filters. Complex (ccc) versio...
2010-03-07 Eric BlossomAdd check_topology, delete d_diff_filters in dtor,...
2010-03-06 Tom RondeauUsing better defaults for new FLL implementation.
2010-03-06 Tom RondeauImproved performance of FLL using a more robust error...
2010-02-28 Tom RondeauAdding Doxygen comments to new FFT filter blocks.
2010-02-28 Tom RondeauNew fft filter base class to handle complex data types...
2010-02-28 Tom RondeauRenaming ffft filter base class to reflect its use...
2010-02-28 Tom RondeauAdding a base class to handle FFT filters for use in...
2010-02-27 Tom RondeauFixing logging in new DBPSK and DQPSK.
next