| Commit message (Expand) | Author | Age | Files | Lines |
* | gr_realtime now uses gruel::enable_realtime_scheduling | eb | 2008-09-20 | 2 | -77/+6 |
* | Adds frequency accessor for Costas loop, BERT receiver displays frequency and... | jcorgan | 2008-09-14 | 2 | -1/+6 |
* | fix for gcc 4.3 | eb | 2008-09-14 | 1 | -0/+1 |
* | Merged r9564:9568 from jcorgan/bert into trunk. Adds BPSK bit error testing ... | jcorgan | 2008-09-13 | 8 | -4/+395 |
* | Doc updates only | jcorgan | 2008-09-12 | 4 | -5/+9 |
* | Merged -r9556:9560 from jcorgan/scr into trunk. Adds gr.scrambler_bb and gr.... | jcorgan | 2008-09-12 | 13 | -13/+471 |
* | Replaced """! with """. Exclamation mark showed in doxygen docs. | jblum | 2008-09-10 | 2 | -22/+22 |
* | added pre_shift method to gri_lfsr | eb | 2008-09-08 | 1 | -0/+10 |
* | merging branch -r9485:9498 to fix some warnings. This merge removes some of t... | trondeau | 2008-09-08 | 13 | -928/+4 |
* | Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and gr-usrp2... | jcorgan | 2008-09-08 | 2 | -0/+47 |
* | Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source ... | jblum | 2008-09-07 | 1 | -11/+9 |
* | another distcheck fix | jcorgan | 2008-09-07 | 1 | -0/+1 |
* | fix typo | jcorgan | 2008-09-07 | 1 | -1/+1 |
* | distcheck fix | jcorgan | 2008-09-07 | 1 | -0/+1 |
* | export gri_fft planning mutex | eb | 2008-09-03 | 2 | -9/+26 |
* | Fibonacci Linear Feedback Shift Register | eb | 2008-09-03 | 5 | -1/+202 |
* | removed some warnings | eb | 2008-08-31 | 2 | -2/+3 |
* | fixed copy/paste error in include guard | eb | 2008-08-31 | 1 | -3/+3 |
* | fix for ticket:268, vector not always a context sensitive keywork | eb | 2008-08-31 | 6 | -22/+95 |
* | Relaxed tolerance to fix OS/X 10.5 make check failure. | eb | 2008-08-25 | 1 | -2/+2 |
* | Missed directory | jcorgan | 2008-08-24 | 1 | -1/+2 |
* | Fixup XML generation to avoid erroneous copying. | jcorgan | 2008-08-24 | 5 | -1/+2 |
* | Fix typo in variable name (Firas Abbas) | jcorgan | 2008-08-24 | 1 | -1/+1 |
* | Fix compiler warnings across the tree. Adds --enable-warnings-as-errors conf... | jcorgan | 2008-08-24 | 11 | -9/+18 |
* | Fix for ticket:214, gr_rotate speedup. We now normalize once every | eb | 2008-08-23 | 5 | -9/+125 |
* | fix for ticket:243 | eb | 2008-08-23 | 1 | -10/+7 |
* | Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixes | jcorgan | 2008-08-23 | 2 | -18/+5 |
* | resolved problem w/ lib vs lib64; added boost stuff to gnuradio-core.pc.in | eb | 2008-08-20 | 1 | -2/+2 |
* | Merged features/mp-sched -r8915:9335 into the trunk. The trunk now | eb | 2008-08-19 | 52 | -518/+2393 |
* | New taps computation based on requested transition bandwidth and stopband att... | n4hy | 2008-08-18 | 4 | -12/+587 |
* | Trial fix for ticket:258 / integer overflow undefined / phase | eb | 2008-08-15 | 1 | -1/+1 |
* | Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versi... | jcorgan | 2008-08-14 | 1 | -0/+7 |
* | Refactored unique vector functionality into template. | jcorgan | 2008-08-12 | 1 | -31/+24 |
* | Make gr_basic_block sort deterministic (Martin Dvh) | jcorgan | 2008-08-12 | 1 | -0/+5 |
* | set decim | jblum | 2008-08-06 | 2 | -1/+34 |
* | added cpuid for sse3,ssse3,sse4.1, and sse4.2 | jcoy | 2008-08-06 | 2 | -2/+35 |
* | Better fix for race in logpwrfft.py | jcorgan | 2008-08-03 | 1 | -1/+3 |
* | replaced tabs, added sample_rate, fixed average=True bug | jblum | 2008-08-01 | 2 | -110/+116 |
* | wrong sign | eb | 2008-07-31 | 1 | -1/+1 |
* | first cut at iq imbalance compensation | matt | 2008-07-24 | 4 | -0/+154 |
* | Add gr_costas_loop_cc setters and getters | jcorgan | 2008-07-22 | 3 | -1/+40 |
* | efficient moving average filters, should speed up OFDM significantly | matt | 2008-07-21 | 7 | -1/+193 |
* | Merged jcorgan/ptrfix -r8827:8843 into the trunk. | eb | 2008-07-09 | 14 | -26/+330 |
* | Add some getter methods | jcorgan | 2008-07-09 | 1 | -0/+12 |
* | fix for ticket:250 | eb | 2008-07-09 | 2 | -4/+4 |
* | Fix block names. | jcorgan | 2008-07-05 | 1 | -2/+2 |
* | Fix block name. | jcorgan | 2008-07-05 | 1 | -1/+1 |
* | Adds blks2.logpwrfft_c,f blocks. | jcorgan | 2008-07-05 | 2 | -0/+108 |
* | Adds blks2.stream_to_vector_decimator block. | jcorgan | 2008-07-05 | 2 | -0/+81 |
* | fixed broken link in filterbank comment | n4hy | 2008-07-04 | 1 | -2/+2 |