summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Expand)AuthorAgeFilesLines
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-5/+6
* Fix erroneous file modesJohnathan Corgan2010-05-251-0/+0
* Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan2010-05-238-306/+608
|\
| * gnuradio-core: update copyrightsJohnathan Corgan2010-05-212-2/+2
| * gnuradio-core: allow swig to handle exceptions in UDP source/sinkJohnathan Corgan2010-05-212-4/+5
| * Simplify USE_SELECT usageEric Blossom2010-05-191-6/+2
| * Return immediately when using d_residual.Eric Blossom2010-05-191-1/+4
| * Defend against a peer that sends an invalid message length.Eric Blossom2010-05-191-0/+5
| * Move initialization of select timeoutEric Blossom2010-05-191-2/+2
| * Correct update of d_temp_offset (parallel construction)Eric Blossom2010-05-191-1/+2
| * Identify memory leaks that occur on error conditionsEric Blossom2010-05-192-0/+5
| * Use -1 as file descriptor "not open" value instead of 0Eric Blossom2010-05-192-6/+6
| * Add additional conditionalization of networking includesEric Blossom2010-05-192-0/+11
| * Flush pending errors in gr_udp_sink on disconnect()Don Ward2010-05-061-0/+25
| * Merge branch 'master' into udpDon Ward2010-05-041-1/+2
| |\
| * | Rework UDP source and sink, with incompatible API changesDon Ward2010-05-048-157/+343
| * | Merge branch 'master' into udpDon Ward2010-04-3010-259/+220
| |\ \
| * | | Updates to udp source/sink (select(), wait, cleanup)Don Ward2010-04-305-141/+121
| * | | Discard data in gr_udp_sink until receiver is started.Don Ward2010-04-202-6/+13
| * | | Use getaddrinfo in gr_udp_{source,sink}Don Ward2010-04-184-86/+66
| * | | Changes to gr_udp_{source,sink} for MinGWU-DON-WORKBENCH\Don2010-04-182-32/+130
| * | | Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)Don Ward2010-04-152-4/+8
* | | | gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsoleteJohnathan Corgan2010-05-185-328/+0
* | | | build: use correct comment delimiterJohnathan Corgan2010-05-141-8/+8
* | | | gnuradio-core: Disable (temporarily) interpolator tap calculationJohnathan Corgan2010-05-131-9/+9
* | | | Add gru.hexshort to deal with short hex constantsEric Blossom2010-05-101-0/+12
| |_|/ |/| |
* | | Add missing buffer allocator hint to gr_ofdm_sampler.ccEric Blossom2010-04-301-1/+2
| |/ |/|
* | Remove omnithreads library.Johnathan Corgan2010-04-261-1/+1
* | Convert gr-audio-portaudio to Boost via gruelJohnathan Corgan2010-04-263-239/+0
* | Fixing doxygen warnings from arb_resampler. Also, removed set_taps from publicTom Rondeau2010-04-182-16/+21
* | Fixing doxygen warnings from channelizer block.Tom Rondeau2010-04-181-0/+1
* | Fixing documentation to get rid of doxygen warnings.Tom Rondeau2010-04-181-3/+7
* | Adding documentation for fff version of othe PFB clock sync algorithm.Tom Rondeau2010-04-181-0/+95
* | Adding documentation to explain how algorithm works.Tom Rondeau2010-04-181-0/+95
|/
* Nevermind that last checkin. THIS is the right answer that doesn't have us po...Tom Rondeau2010-04-151-3/+3
* Fixes small bug by handling boundaries properly.Tom Rondeau2010-04-141-2/+2
* The oversampling rate can be only a few values as defined by the number of ch...Tom Rondeau2010-04-122-2/+38
* Reworking variables to avoid recalculations/assignments.Tom Rondeau2010-04-122-12/+8
* Channelizer can now produce any rational ratio of the sample rate in [fs/N, ...Tom Rondeau2010-04-122-8/+15
* Moving towards gr_block implementation to enable non-integer output rates. Al...Tom Rondeau2010-04-123-31/+36
* Every other time through the channelizer, the FFT input buffer must be flippe...Tom Rondeau2010-04-091-4/+0
* Removing other version of code for different sample rates.Tom Rondeau2010-04-091-39/+0
* Working version of channelizer allowing an integer multiple of the sampling r...Tom Rondeau2010-04-093-33/+71
* Opening up channelizer to have different sampling rates out. This first pass ...Tom Rondeau2010-04-074-17/+62
* Add new block gr.additive_scrambler_bb()Johnathan Corgan2010-03-217-2/+198
* Added missing header includes for memcpyJohnathan Corgan2010-03-212-0/+2
* Merge branch 'fftfilt'Tom Rondeau2010-03-1413-292/+1073
|\
| * Removing SSE version of FFT filter until we work out how we want to handle th...Tom Rondeau2010-03-146-13/+8
| * Now have a FFT filter implemented in SSE and generic version that can be swit...Tom Rondeau2010-03-138-1/+555
| * Adding SSE version of fft filters. Complex (ccc) version working.Tom Rondeau2010-03-119-42/+53