| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reworking variables to avoid recalculations/assignments. | Tom Rondeau | 2010-04-12 | 2 | -12/+8 |
* | Channelizer can now produce any rational ratio of the sample rate in [fs/N, ... | Tom Rondeau | 2010-04-12 | 2 | -8/+15 |
* | Moving towards gr_block implementation to enable non-integer output rates. Al... | Tom Rondeau | 2010-04-12 | 3 | -31/+36 |
* | Every other time through the channelizer, the FFT input buffer must be flippe... | Tom Rondeau | 2010-04-09 | 1 | -4/+0 |
* | Removing other version of code for different sample rates. | Tom Rondeau | 2010-04-09 | 1 | -39/+0 |
* | Working version of channelizer allowing an integer multiple of the sampling r... | Tom Rondeau | 2010-04-09 | 3 | -33/+71 |
* | Opening up channelizer to have different sampling rates out. This first pass ... | Tom Rondeau | 2010-04-07 | 4 | -17/+62 |
* | Add new block gr.additive_scrambler_bb() | Johnathan Corgan | 2010-03-21 | 7 | -2/+198 |
* | Added missing header includes for memcpy | Johnathan Corgan | 2010-03-21 | 2 | -0/+2 |
* | Merge branch 'fftfilt' | Tom Rondeau | 2010-03-14 | 13 | -292/+1073 |
|\ |
|
| * | Removing SSE version of FFT filter until we work out how we want to handle th... | Tom Rondeau | 2010-03-14 | 6 | -13/+8 |
| * | Now have a FFT filter implemented in SSE and generic version that can be swit... | Tom Rondeau | 2010-03-13 | 8 | -1/+555 |
| * | Adding SSE version of fft filters. Complex (ccc) version working. | Tom Rondeau | 2010-03-11 | 9 | -42/+53 |