| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Johnathan Corgan | 2010-08-03 | 165 | -328/+328 |
|\ |
|
| * | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | 2010-08-03 | 164 | -326/+326 |
| * | fix scoped_lock that didn't ref mutex | Eric Blossom | 2010-08-03 | 1 | -2/+2 |
* | | Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE" | Johnathan Corgan | 2010-08-02 | 1 | -6/+2 |
* | | gnuradio-core: export missing public methods in gr.agc2 | Alexandru Csete | 2010-07-21 | 2 | -0/+15 |
* | | Merge branch 'patches/marcus/stripchart' | Johnathan Corgan | 2010-07-05 | 2 | -27/+43 |
|\ \ |
|
| * | | gr-wxgui: adds stripchart trigger mode to graphics sinks | Marcus D Leech | 2010-05-16 | 2 | -27/+43 |
* | | | Merge branch 'patches/marcus/file_sink' | Johnathan Corgan | 2010-07-05 | 4 | -0/+21 |
|\ \ \ |
|
| * | | | gnuradio-core: adds configurable flush to file sink | Marcus D Leech | 2010-05-16 | 4 | -0/+21 |
| |/ / |
|
* | | | Merge branch 'patches/marcus/fftw' | Johnathan Corgan | 2010-06-22 | 1 | -2/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE | Marcus D Leech | 2010-05-16 | 1 | -2/+6 |
| |/ |
|
* | | gnuradio-core: fix missing linker flags for boost_program_options | Johnathan Corgan | 2010-06-02 | 1 | -1/+1 |
* | | gnuradio-core: fix typo in doxygen header | Johnathan Corgan | 2010-06-01 | 1 | -1/+1 |
* | | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 2 | -5/+6 |
* | | Fix erroneous file modes | Johnathan Corgan | 2010-05-25 | 1 | -0/+0 |
* | | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | 2010-05-23 | 8 | -306/+608 |
|\ \ |
|
| * | | gnuradio-core: update copyrights | Johnathan Corgan | 2010-05-21 | 2 | -2/+2 |
| * | | gnuradio-core: allow swig to handle exceptions in UDP source/sink | Johnathan Corgan | 2010-05-21 | 2 | -4/+5 |
| * | | Simplify USE_SELECT usage | Eric Blossom | 2010-05-19 | 1 | -6/+2 |
| * | | Return immediately when using d_residual. | Eric Blossom | 2010-05-19 | 1 | -1/+4 |
| * | | Defend against a peer that sends an invalid message length. | Eric Blossom | 2010-05-19 | 1 | -0/+5 |
| * | | Move initialization of select timeout | Eric Blossom | 2010-05-19 | 1 | -2/+2 |
| * | | Correct update of d_temp_offset (parallel construction) | Eric Blossom | 2010-05-19 | 1 | -1/+2 |
| * | | Identify memory leaks that occur on error conditions | Eric Blossom | 2010-05-19 | 2 | -0/+5 |
| * | | Use -1 as file descriptor "not open" value instead of 0 | Eric Blossom | 2010-05-19 | 2 | -6/+6 |
| * | | Add additional conditionalization of networking includes | Eric Blossom | 2010-05-19 | 2 | -0/+11 |
| * | | Flush pending errors in gr_udp_sink on disconnect() | Don Ward | 2010-05-06 | 1 | -0/+25 |
| * | | Merge branch 'master' into udp | Don Ward | 2010-05-04 | 1 | -1/+2 |
| |\ \ |
|
| * | | | Rework UDP source and sink, with incompatible API changes | Don Ward | 2010-05-04 | 8 | -157/+343 |
| * | | | Merge branch 'master' into udp | Don Ward | 2010-04-30 | 10 | -259/+220 |
| |\ \ \ |
|
| * | | | | Updates to udp source/sink (select(), wait, cleanup) | Don Ward | 2010-04-30 | 5 | -141/+121 |
| * | | | | Discard data in gr_udp_sink until receiver is started. | Don Ward | 2010-04-20 | 2 | -6/+13 |
| * | | | | Use getaddrinfo in gr_udp_{source,sink} | Don Ward | 2010-04-18 | 4 | -86/+66 |
| * | | | | Changes to gr_udp_{source,sink} for MinGW | U-DON-WORKBENCH\Don | 2010-04-18 | 2 | -32/+130 |
| * | | | | Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) | Don Ward | 2010-04-15 | 2 | -4/+8 |
* | | | | | gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete | Johnathan Corgan | 2010-05-18 | 5 | -328/+0 |
* | | | | | build: use correct comment delimiter | Johnathan Corgan | 2010-05-14 | 1 | -8/+8 |
* | | | | | gnuradio-core: Disable (temporarily) interpolator tap calculation | Johnathan Corgan | 2010-05-13 | 1 | -9/+9 |
| |_|_|/
|/| | | |
|
* | | | | Add gru.hexshort to deal with short hex constants | Eric Blossom | 2010-05-10 | 1 | -0/+12 |
| |_|/
|/| | |
|
* | | | Add missing buffer allocator hint to gr_ofdm_sampler.cc | Eric Blossom | 2010-04-30 | 1 | -1/+2 |
| |/
|/| |
|
* | | Remove omnithreads library. | Johnathan Corgan | 2010-04-26 | 1 | -1/+1 |
* | | Convert gr-audio-portaudio to Boost via gruel | Johnathan Corgan | 2010-04-26 | 3 | -239/+0 |
* | | Fixing doxygen warnings from arb_resampler. Also, removed set_taps from public | Tom Rondeau | 2010-04-18 | 2 | -16/+21 |
* | | Fixing doxygen warnings from channelizer block. | Tom Rondeau | 2010-04-18 | 1 | -0/+1 |
* | | Fixing documentation to get rid of doxygen warnings. | Tom Rondeau | 2010-04-18 | 1 | -3/+7 |
* | | Adding documentation for fff version of othe PFB clock sync algorithm. | Tom Rondeau | 2010-04-18 | 1 | -0/+95 |
* | | Adding documentation to explain how algorithm works. | Tom Rondeau | 2010-04-18 | 1 | -0/+95 |
|/ |
|
* | Nevermind that last checkin. THIS is the right answer that doesn't have us po... | Tom Rondeau | 2010-04-15 | 1 | -3/+3 |
* | Fixes small bug by handling boundaries properly. | Tom Rondeau | 2010-04-14 | 1 | -2/+2 |
* | The oversampling rate can be only a few values as defined by the number of ch... | Tom Rondeau | 2010-04-12 | 2 | -2/+38 |