summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb2008-08-1950-515/+2359
* New taps computation based on requested transition bandwidth and stopband att...n4hy2008-08-184-12/+587
* Trial fix for ticket:258 / integer overflow undefined / phaseeb2008-08-151-1/+1
* Refactored unique vector functionality into template.jcorgan2008-08-121-31/+24
* Make gr_basic_block sort deterministic (Martin Dvh)jcorgan2008-08-121-0/+5
* added cpuid for sse3,ssse3,sse4.1, and sse4.2jcoy2008-08-062-2/+35
* wrong signeb2008-07-311-1/+1
* first cut at iq imbalance compensationmatt2008-07-244-0/+154
* Add gr_costas_loop_cc setters and gettersjcorgan2008-07-223-1/+40
* efficient moving average filters, should speed up OFDM significantlymatt2008-07-217-1/+193
* Merged jcorgan/ptrfix -r8827:8843 into the trunk.eb2008-07-0914-26/+330
* fix for ticket:250eb2008-07-092-4/+4
* removed is_running method from gr_top_blockeb2008-06-246-25/+16
* Backed out [8669]. Better fix for removing cruft from opreporteb2008-06-2322-56/+56
* in SIMD assmebler, changed .cleanup to a local symboleb2008-06-236-12/+12
* Renamed labels .loop1 and .loop2 to include name of file they're contained in.eb2008-06-2322-56/+56
* merged refactoring of gr_top_block_impl into abstract base classeb2008-06-236-117/+225
* Applied patch from Dean Armstrong to fix gr_repeat (ticket:246). eb2008-06-101-1/+1
* Added rewind() and clear() to vector sources and sinks. This is usefuleb2008-05-264-0/+5
* Expose flowgraph debugging dump as gr.top_block.dump(). May or may not be su...jcorgan2008-05-205-0/+22
* better fix for ticket:243eb2008-05-081-0/+10
* fix for ticket:243eb2008-05-081-3/+0
* Potentially invalid read deferred until it's valid (Dan Halperin)eb2008-04-301-2/+3
* Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb2008-04-3064-12/+76
* Merged changeset r8231:8270 from jcorgan/merge-fix into trunk. Fixes flowgra...jcorgan2008-04-243-38/+95
* Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNUeb2008-04-227-97/+191
* Merged r8195:8205 from jcorgan/ecc into trunk. Adds convolutional encoderjcorgan2008-04-1516-4/+1126
* Fix typo in previous check-injcorgan2008-04-121-2/+2
* Addes gr.cpfsk_bc(), a continuous phase frequency shift keying modulator block.jcorgan2008-04-125-2/+182
* Adds gr.integrate_XX for ss, ii, ff, and cc. Sums successive samples and dec...jcorgan2008-04-127-0/+184
* Fixes typo in r8188.jcorgan2008-04-121-1/+1
* bug in gr_argmax_XX.cc.t fixedn4hy2008-04-111-1/+1
* fixing bug in gr_max_XX.cc.t and modifying qa_max.py to test fixn4hy2008-04-111-1/+1
* Adds gr.repeat(), an interpolating block to repeat a sample N times on the ou...jcorgan2008-04-115-0/+140
* Fixes ticket:238. (Tim Meehan)jcorgan2008-04-091-2/+2
* merging branch trondeau/ofdm r7971:8143. Fixing subcarriers and other issues ...trondeau2008-03-318-30/+145
* Fixed gr.udp_source,sink for use on Win32 (Don Ward)jcorgan2008-03-245-6/+33
* Minor tweak that avoids intermittent build failureeb2008-03-192-2/+2
* Fixes ticket:193jcorgan2008-03-191-0/+1
* Don't define RANDOM_MAX on systems that have already defined it. (Atgdt2008-03-171-3/+9
* Merged eb/reverted-7899 -r7928:7930 into trunk. This effectivelyeb2008-03-052-14/+18
* Fix for ticket:236, parallel makes are indeterminate.eb2008-03-032-2/+54
* Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running 'ma...jcorgan2008-02-292-12/+6
* merged -r7836:7846 from trondeau/ofdmtiming to trunk. This fixes the big issu...trondeau2008-02-265-87/+103
* removed bug in gr_test which could result in segfault when d_sizeof_output_it...nldudok12008-02-261-3/+3
* Fix missing files in distribution tarball (Dan Halperin).jcorgan2008-02-261-0/+3
* Reverted changeset r1631 on trunk (cruft).jcorgan2008-02-2617-1222/+1
* Fix topology checking code in gr_flowgraph. Thanks to Dan Halperin.jcorgan2008-02-241-10/+17
* Merged build_config branch into trunk:michaelld2008-02-217-8/+8
* Merged Tim Meehan's gr.and_*, gr.not_*, and gr.or_* blocks. Passes distcheck.jcorgan2008-02-1913-1/+501