summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Expand)AuthorAgeFilesLines
* Merged r4750:4755 from jcorgan/frac into trunk. Adds gr_fractional_interpolat...jcorgan2007-03-1410-36/+319
* New fix for gr_framer_sink_1 hang on zero length payload.eb2007-03-122-11/+21
* Fixed state machine hangup with invalid payload_len field.jcorgan2007-03-111-0/+5
* merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital receive...trondeau2007-03-0731-223/+4186
* Applied patch from Josh Blum that adds SQUARE, TRIANGLE and SAWTOOTHeb2007-03-023-1/+166
* Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues wi...jcorgan2007-02-263-14/+8
* Fix miscalculated length when degree is 32.jcorgan2007-02-231-1/+1
* Merged r4605:4612 from jcorgan/glfsr branch into trunk. Implements Galois LF...jcorgan2007-02-239-1/+385
* removed function in access code correlator that should fix the problem observ...trondeau2007-02-222-7/+4
* confusing comments in Makefile.gen removedn4hy2007-02-221-3/+0
* Merged eb/iosig r4533:4539 into trunk. This adds support foreb2007-02-207-51/+190
* quick fix for std::min error on 64-bit systemstrondeau2007-02-161-1/+1
* Merged r4456:4483 from jcorgan/ticket-138 into trunk. Fixes ticket:138.jcorgan2007-02-151-0/+5
* merging r4318:4437 to fix ticket:131 from branche trondeau/udp udp source/sin...trondeau2007-02-096-143/+274
* Merged r4354:4390 from developer branch jcorgan/digital into trunk.jcorgan2007-02-064-28/+48
* If doxygen enabled, gen docs for all C++ codeeb2007-02-011-7/+42
* free schmid_guard on error paths where it has been allocated and notgdt2007-01-311-0/+2
* omnithread refactoring fix in gnuradio-core.pc.ineb2007-01-311-1/+1
* Fixes ticket:134. Unlikely offender was inclusion ofeb2007-01-301-3/+3
* Merged eb/omni -r4315:4327 into trunk.eb2007-01-3017-6003/+4
* Fix for ticket:133, merged from eb/bsd 4322:4324.eb2007-01-303-3/+3
* cleaned up error checkingeb2007-01-271-5/+8
* fixed error handling and warningeb2007-01-271-6/+6
* removed changes to nbfm_tx.py (not sure where/when that happened), did not me...trondeau2007-01-261-9/+6
* updated copyright info, and snuck a little something else in (you didn't see ...trondeau2007-01-268-14/+19
* merged changeset r4281:4292 on trondeau/ethernet into trunktrondeau2007-01-268-2/+612
* fixed problem with gr_noise_source_* caused by splitting gnuradio_swig_pythoneb2007-01-165-3/+3
* added minimal qa code for gr_noise_sourceeb2007-01-162-0/+40
* SWIG compilation speedup! Fixes ticket:9. eb2007-01-1384-131/+925
* loosen tolerance so that opteron passes (64-bit vs 80-bit FP arith)eb2006-12-221-1/+1
* Merged changeset r4153:4167 on n4hy/iir into trunk.n4hy2006-12-214-41/+70
* ''Real'' fix for ticket:104. I should have just applied it all theeb2006-12-191-6/+10
* backed out partial fix for ticket:104eb2006-12-191-7/+4
* Fix for ticket:104, huge initial value plotted.eb2006-12-191-4/+7
* Cleanup on hierarchical flowgraph code.jcorgan2006-12-183-6/+14
* Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.jcorgan2006-12-185-64/+59
* changed complex_to_arg to use fast atan and updated QAtrondeau2006-12-172-4/+20
* Added fast atan with complex inputtrondeau2006-12-172-0/+8
* change order to avoid silly warningsmatt2006-12-161-3/+3
* Merged jcorgan/sfg changeset r4048 into trunk.jcorgan2006-12-162-3/+125
* more expressive Doxygen tag for using Costas looptrondeau2006-12-151-0/+3
* Merge jcorgan/sfg changeset 4089 into trunk.jcorgan2006-12-143-9/+56
* updated name of examples directory to /digitaltrondeau2006-12-143-3/+3
* adding QA for pll_freqdet blocktrondeau2006-12-142-0/+162
* adding QA for pll_refout blocktrondeau2006-12-142-0/+159
* adding QA for pll_carriertracking blocktrondeau2006-12-142-0/+159
* These routines have been modified to use fast atan2n4hy2006-12-142-2/+4
* Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter typ...jcorgan2006-12-144-12/+17
* Two loop gr_costas_loop removing one if statement per samplen4hy2006-12-141-26/+51
* Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2n4hy2006-12-141-1/+3