Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core @ 6ce881ca

# Date Author Comment
6ce881ca 04/30/2009 07:57 pm Johnathan Corgan

Adds dynamic setters/getters for moving average filters.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10932 221aa14e-8319-0410-a670-987f0aec2ac5

9d45055a 04/25/2009 02:57 am Johnathan Corgan

Generate more informative error message than recursion error

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10908 221aa14e-8319-0410-a670-987f0aec2ac5

799654f0 04/25/2009 02:25 am Johnathan Corgan

Fixes ticket:312.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10907 221aa14e-8319-0410-a670-987f0aec2ac5

77bfe4fa 04/19/2009 08:45 pm Johnathan Corgan

Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, allowing multiple internal blocks to be connected to a hier_block2 external input.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10881 221aa14e-8319-0410-a670-987f0aec2ac5

d624f458 04/17/2009 08:35 pm Johnathan Corgan

Minor fix to last checkin

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10872 221aa14e-8319-0410-a670-987f0aec2ac5

1ef3a813 04/17/2009 08:30 pm Johnathan Corgan

Fixes ticket:383

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10871 221aa14e-8319-0410-a670-987f0aec2ac5

e6fbd962 04/17/2009 06:45 pm Johnathan Corgan

Fixes ticket:386

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10869 221aa14e-8319-0410-a670-987f0aec2ac5

f0282d9f 04/17/2009 05:24 pm Johnathan Corgan

Fixes ticket:374

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10865 221aa14e-8319-0410-a670-987f0aec2ac5

0c263e9d 04/17/2009 04:54 pm Johnathan Corgan

Cleanup on gr.channel_model

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10864 221aa14e-8319-0410-a670-987f0aec2ac5

fcc7d704 04/16/2009 07:25 am Johnathan Corgan

Merged changeset r10817:10858 from jcorgan/cpphier into trunk. Adds standard place for C++ hierarchical blocks for gnuradio-core, and new gr.channel_model block from Tom Rondeau.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10859 221aa14e-8319-0410-a670-987f0aec2ac5

3c4d8e18 04/15/2009 02:16 pm Johnathan Corgan

Temporary fix for erroneous Makefile.am contents

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10852 221aa14e-8319-0410-a670-987f0aec2ac5

ae5fa943 04/15/2009 02:28 am n4hy McGwier

removing forgotten debug

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10848 221aa14e-8319-0410-a670-987f0aec2ac5

58bd4cea 04/15/2009 02:21 am n4hy McGwier

new fm detector added based on FIR derivative detector. Stereo sep better than pll based one and more efficient. Tweaking probably needed, usrp_wfm_rcv_fmdet added to demo

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10847 221aa14e-8319-0410-a670-987f0aec2ac5

798f915a 04/07/2009 07:53 pm Eric Blossom

Fix for ticket:262.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10789 221aa14e-8319-0410-a670-987f0aec2ac5

d9e973f0 04/07/2009 07:46 pm Eric Blossom

Removed unneeded call to set_history(1). Code if functionally
identical after this change. See also ticket:256.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10788 221aa14e-8319-0410-a670-987f0aec2ac5

17a42d2a 04/01/2009 04:22 pm Johnathan Corgan

Fix erroneous output io signature

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10734 221aa14e-8319-0410-a670-987f0aec2ac5

348e1927 03/30/2009 12:19 am Johnathan Corgan

Applied phase jump patch from Stefan Bruens. Fixes erratic performance of phase recovery loop at higher frequency offsets.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10702 221aa14e-8319-0410-a670-987f0aec2ac5

6d0c3329 03/26/2009 07:20 pm Eric Blossom

fixed typo

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10691 221aa14e-8319-0410-a670-987f0aec2ac5

d0dc3ffd 03/25/2009 10:29 pm Eric Blossom

Add check for interruption to gr_tpb_thread_body to ensure that
threads stop quickly.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10686 221aa14e-8319-0410-a670-987f0aec2ac5

ecc7cd7f 03/25/2009 07:13 pm Eric Blossom

missing lock

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10681 221aa14e-8319-0410-a670-987f0aec2ac5

4f480479 03/24/2009 07:45 pm Josh Blum

Merged r10666:10669 from jblum/vlen. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10678 221aa14e-8319-0410-a670-987f0aec2ac5

4038332c 03/23/2009 07:49 pm Johnathan Corgan

Error out when creating hierarchical blocks with arbitrary or variable numbers of inputs and outputs. Temporarily fixes ticket:247; this functionality will be added during the release 3.2 series but not for the first release.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10671 221aa14e-8319-0410-a670-987f0aec2ac5

cd1f3306 03/20/2009 03:25 am Johnathan Corgan

Adds QA code for ticket:237 fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10661 221aa14e-8319-0410-a670-987f0aec2ac5

d9744799 03/20/2009 02:16 am Johnathan Corgan

Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5

88304ce1 03/19/2009 10:32 pm Johnathan Corgan

Error out when hierarchical block inputs and outputs aren't wired internally. Fixes ticket:237

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10655 221aa14e-8319-0410-a670-987f0aec2ac5

8cbe8829 03/19/2009 08:58 pm Eric Blossom

Document run/start/stop/wait preconditions.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10654 221aa14e-8319-0410-a670-987f0aec2ac5

06d584f7 03/19/2009 07:57 pm Eric Blossom

Fix for ticket:348, Stopping a process does not properly terminate USRP1.
This is a partial merge from eb/t348 10637:10648, and contains the
actual fix.

The next commit will contain the rest of the merge which adds a
-N <nsamples> argument to usrp_siggen.py, usrp_siggen.cc and...

f430647f 03/19/2009 05:27 pm Eric Blossom

Fix for ticket:375, gr_clock_recovery_mm_ff, from Mike Ossmann. Thanks!

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10646 221aa14e-8319-0410-a670-987f0aec2ac5

fed7f5b4 03/16/2009 01:23 pm Michael Dickens

Fix missed setting from r10598 .

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10624 221aa14e-8319-0410-a670-987f0aec2ac5

44f01e6d 03/14/2009 05:44 pm Josh Blum

Use size_t over int for vlen.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10599 221aa14e-8319-0410-a670-987f0aec2ac5

7d0955ef 03/14/2009 05:54 am Josh Blum

Add vlen to subtract, divide, and float2complex.
Takes care of #302 and #303

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10598 221aa14e-8319-0410-a670-987f0aec2ac5

cdc6f1d7 03/14/2009 02:34 am Johnathan Corgan

Removed generated file from version control.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10597 221aa14e-8319-0410-a670-987f0aec2ac5

c3f962a1 03/14/2009 02:28 am Johnathan Corgan

Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5

8be822c4 03/08/2009 02:39 am Johnathan Corgan

Copy pubsub from gr-wxgui into gnuradio-core, need to migrate wxgui usage to new class before removing old

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10575 221aa14e-8319-0410-a670-987f0aec2ac5

4c400067 03/03/2009 02:10 am Johnathan Corgan

Merged r10539:10546 from michaelld/two_mods into trunk. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10551 221aa14e-8319-0410-a670-987f0aec2ac5

503efe1f 02/26/2009 11:39 pm Johnathan Corgan

Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5

4d192c22 02/25/2009 09:58 pm Eric Blossom

Merged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans up
the generation of the Makefile.gen's that occurs in gr-trellis,
lib/gengen and lib/filter.

If you change any code generator such that it generates a different
set of generated file names, you must execute "make generate-makefile"...

c48f42b5 02/25/2009 07:04 pm Johnathan Corgan

Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread header files into /gnuradio. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10506 221aa14e-8319-0410-a670-987f0aec2ac5

002e7a2b 02/23/2009 02:14 am Johnathan Corgan

Reverted changeset r10451. Instead we will ensure top_block.stop() and wait() can be called on a stopped flowgraph with no ill effects.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10478 221aa14e-8319-0410-a670-987f0aec2ac5

5d1b7103 02/18/2009 03:18 pm Michael Dickens

Merging in branch to add malloc.h to posix_memalign.cc for Cygwin.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10461 221aa14e-8319-0410-a670-987f0aec2ac5

01b6697b 02/18/2009 03:04 am Eric Blossom

gcc 4.3 cleanup

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10459 221aa14e-8319-0410-a670-987f0aec2ac5

1fd57936 02/17/2009 04:57 pm Johnathan Corgan

Added ability to determine if flowgraph is running

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10451 221aa14e-8319-0410-a670-987f0aec2ac5

19e3114d 02/17/2009 02:33 am Josh Blum

kludge the legacy: usrp subdevice 2, the 3rd subdevice

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10448 221aa14e-8319-0410-a670-987f0aec2ac5

9f6bc9d5 02/10/2009 02:41 pm Johnathan Corgan

Better fix for missing header file include

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10417 221aa14e-8319-0410-a670-987f0aec2ac5

7783dc88 02/10/2009 04:53 am Johnathan Corgan

Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5

32358d12 02/08/2009 09:06 pm Johnathan Corgan

Fix missing header include (Don Ward)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10410 221aa14e-8319-0410-a670-987f0aec2ac5

8193fd8a 02/02/2009 02:27 pm Johnathan Corgan

Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5

bebf5a4a 01/31/2009 02:48 am Michael Dickens

Merged in misc_fixes branch.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10350 221aa14e-8319-0410-a670-987f0aec2ac5

85b76dd5 01/27/2009 06:00 pm Johnathan Corgan

General housekeeping--removing ancient cruft mostly.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5

349bad9c 01/17/2009 04:42 am gnychis

seriously, sorry... tried to ctrl+c that but didnt get in time

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10249 221aa14e-8319-0410-a670-987f0aec2ac5

33183089 01/17/2009 04:39 am gnychis

merging r10246:10247 from developer branch to fix manual frequency setting problem

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10248 221aa14e-8319-0410-a670-987f0aec2ac5

74f527a8 01/06/2009 02:00 am Johnathan Corgan

Update doxygen Python generation (Firas Abbas)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10195 221aa14e-8319-0410-a670-987f0aec2ac5

b2a284bf 12/01/2008 08:03 pm Johnathan Corgan

Merged r9798:9801 from michaelld/memalign into trunk. Passes distcheck on Ubuntu 8.10.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10098 221aa14e-8319-0410-a670-987f0aec2ac5

af26023e 11/23/2008 05:10 pm Tom Rondeau

fixing sync routines by wrapping the angle and not clipping it; also opening up the frequency sync range a bit.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10040 221aa14e-8319-0410-a670-987f0aec2ac5

8531d965 11/23/2008 04:38 pm Tom Rondeau

Tom's law: the simpler the function, the more prone I am to make errors.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10039 221aa14e-8319-0410-a670-987f0aec2ac5

eed0956a 11/10/2008 08:19 pm Eric Blossom

wrap the return type from gr_enable_realtime_scheduling

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9969 221aa14e-8319-0410-a670-987f0aec2ac5

9c396d33 11/03/2008 08:35 pm Johnathan Corgan

Fix issue caused by pkg-config stripping -I/usr/include from --cflags

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9920 221aa14e-8319-0410-a670-987f0aec2ac5

7ea75f89 11/03/2008 08:08 pm Johnathan Corgan

Merged r9881:9917 from jcorgan/deb-wip into trunk. Updates Debian/Ubuntu packaging system to build trunk code on Ubuntu 8.10.

Several new trunk components still need debs created.

Impact on non-packaging code:

  • Renamed libgr_audio_alsa.so to libgnuradio-audio-alsa.so...
9ed5c507 10/27/2008 03:53 pm Johnathan Corgan

Added copyright header and disabled test_004, as it requires pygsl, which is not checked for in configure

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9876 221aa14e-8319-0410-a670-987f0aec2ac5

efe21ebe 10/27/2008 03:50 pm Johnathan Corgan

Copyright cleanup and fix compiler warnings.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9875 221aa14e-8319-0410-a670-987f0aec2ac5

8b9d8612 10/27/2008 07:05 am Eric Blossom

Added basic wavelet classifier blocks. GSL is now a prerequisite for
gnuradio-core. Merged from eb/frank -r9627:9868 to trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9870 221aa14e-8319-0410-a670-987f0aec2ac5

5805bd81 10/27/2008 07:02 am Eric Blossom

Added optional vlen parameter to vector_source_* and vector_sink_*.
Merged from eb/frank 9627:9868 to trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9869 221aa14e-8319-0410-a670-987f0aec2ac5

144fa44e 10/25/2008 11:29 pm Tom Rondeau

Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5

b5744e15 10/04/2008 07:12 pm n4hy McGwier

adding missing comments to gr_firdes.i

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9715 221aa14e-8319-0410-a670-987f0aec2ac5

af6842f3 10/04/2008 07:08 pm n4hy McGwier

fixing copyleft in gr_firdes.cc and .h

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9714 221aa14e-8319-0410-a670-987f0aec2ac5

0516ac15 10/04/2008 07:01 pm n4hy McGwier

completion of adding new filter design interfaces to gr_firdes.i. Still need to add tests to qa code

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9713 221aa14e-8319-0410-a670-987f0aec2ac5

640f3127 10/03/2008 10:30 pm n4hy McGwier

more cleanup of comments and adding left our functions to swig. Not yet complete

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9707 221aa14e-8319-0410-a670-987f0aec2ac5

48ce0c39 10/02/2008 11:11 pm Johnathan Corgan

Removed extraneous flags

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9703 221aa14e-8319-0410-a670-987f0aec2ac5

3934562b 10/02/2008 09:47 pm Eric Blossom

added gruel to gnuradio-core.pc.in

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9700 221aa14e-8319-0410-a670-987f0aec2ac5

954595c9 10/02/2008 04:38 am Eric Blossom

stop installing test_all

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9698 221aa14e-8319-0410-a670-987f0aec2ac5

5bfda44b 10/01/2008 08:42 pm n4hy McGwier

pll bandwidth optimized to more nearly meet Carson's rule. The 19 kHz pilot recovery will soon be replace by polyphase channelizer trick

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9694 221aa14e-8319-0410-a670-987f0aec2ac5

d9b0663b 10/01/2008 05:18 pm n4hy McGwier

when gr_firdes.i was last touched, my version 2 filter design programs were removed from the swig file. Also added is appropriate remarks for the low_pass_2 only. More later

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9693 221aa14e-8319-0410-a670-987f0aec2ac5

55a9ca4d 10/01/2008 02:34 am n4hy McGwier

Given 75 kHz deviation in the US FM market, Carson's rule says this is nominally 180 kHz occupied bandwidth, not 200 kHz

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9690 221aa14e-8319-0410-a670-987f0aec2ac5

d6f1a54c 09/24/2008 03:55 pm Eric Blossom

Applied patch from Stefan BrĂ¼ns. It fixes a swig problem with enable_realtime_scheduling.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9652 221aa14e-8319-0410-a670-987f0aec2ac5

8c2e26d9 09/20/2008 12:16 am Eric Blossom

gr_realtime now uses gruel::enable_realtime_scheduling

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9610 221aa14e-8319-0410-a670-987f0aec2ac5

5c071b07 09/14/2008 06:37 pm Johnathan Corgan

Adds frequency accessor for Costas loop, BERT receiver displays frequency and timing offset

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9576 221aa14e-8319-0410-a670-987f0aec2ac5

77491796 09/14/2008 03:24 pm Eric Blossom

fix for gcc 4.3

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9572 221aa14e-8319-0410-a670-987f0aec2ac5

c4b73c46 09/13/2008 11:43 pm Johnathan Corgan

Merged r9564:9568 from jcorgan/bert into trunk. Adds BPSK bit error testing examples and support blocks.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9569 221aa14e-8319-0410-a670-987f0aec2ac5

bdcae56a 09/12/2008 06:29 pm Johnathan Corgan

Doc updates only

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9563 221aa14e-8319-0410-a670-987f0aec2ac5

c4763fb9 09/12/2008 02:54 am Johnathan Corgan

Merged -r9556:9560 from jcorgan/scr into trunk. Adds gr.scrambler_bb and gr.descrambler_bb, using updated gri_lfsr.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9561 221aa14e-8319-0410-a670-987f0aec2ac5

924831af 09/10/2008 01:23 am Josh Blum

Replaced """! with """. Exclamation mark showed in doxygen docs.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5

8282d43f 09/08/2008 03:37 pm Eric Blossom

added pre_shift method to gri_lfsr

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9533 221aa14e-8319-0410-a670-987f0aec2ac5

231f1bcb 09/08/2008 03:43 am Tom Rondeau

merging branch -r9485:9498 to fix some warnings. This merge removes some of the old OFDM mappers that were specific to BPSK, QPSK, and QAM constellations. These were never really used and should not be.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9531 221aa14e-8319-0410-a670-987f0aec2ac5

e0fcbaee 09/08/2008 01:00 am Johnathan Corgan

Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage....

c86f6c23 09/07/2008 09:38 pm Josh Blum

Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source under gnuradio.grc module. Trunk passes make distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5

ddec4fc0 09/07/2008 08:23 pm Johnathan Corgan

another distcheck fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9523 221aa14e-8319-0410-a670-987f0aec2ac5

255a94db 09/07/2008 07:30 pm Johnathan Corgan

fix typo

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9520 221aa14e-8319-0410-a670-987f0aec2ac5

4f016d5f 09/07/2008 07:22 pm Johnathan Corgan

distcheck fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9519 221aa14e-8319-0410-a670-987f0aec2ac5

d0e46c31 09/03/2008 05:00 pm Eric Blossom

export gri_fft planning mutex

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9493 221aa14e-8319-0410-a670-987f0aec2ac5

b0d95cf8 09/03/2008 04:12 pm Eric Blossom

Fibonacci Linear Feedback Shift Register

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9492 221aa14e-8319-0410-a670-987f0aec2ac5

0aa33cf5 08/31/2008 11:22 pm Eric Blossom

removed some warnings

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9475 221aa14e-8319-0410-a670-987f0aec2ac5

0d6ae0ae 08/31/2008 09:39 pm Eric Blossom

fixed copy/paste error in include guard

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9472 221aa14e-8319-0410-a670-987f0aec2ac5

a1d3c023 08/31/2008 09:35 pm Eric Blossom

fix for ticket:268, vector not always a context sensitive keywork

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9471 221aa14e-8319-0410-a670-987f0aec2ac5

6975dcd4 08/25/2008 07:02 pm Eric Blossom

Relaxed tolerance to fix OS/X 10.5 make check failure.
Merged michaelld/gruel_make_check_osx -r9402:9403 to trunk.
Thanks Michael!

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9408 221aa14e-8319-0410-a670-987f0aec2ac5

4500431e 08/24/2008 07:58 pm Johnathan Corgan

Missed directory

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9400 221aa14e-8319-0410-a670-987f0aec2ac5

6f1b6b29 08/24/2008 07:57 pm Johnathan Corgan

Fixup XML generation to avoid erroneous copying.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9399 221aa14e-8319-0410-a670-987f0aec2ac5

651837d3 08/24/2008 06:22 pm Johnathan Corgan

Fix typo in variable name (Firas Abbas)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9397 221aa14e-8319-0410-a670-987f0aec2ac5

34af4364 08/24/2008 05:41 pm Johnathan Corgan

Fix compiler warnings across the tree. Adds --enable-warnings-as-errors configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9396 221aa14e-8319-0410-a670-987f0aec2ac5

5b313df4 08/23/2008 09:26 pm Eric Blossom

Fix for ticket:214, gr_rotate speedup. We now normalize once every
512 cycles. We also now compute the return value based on the
preincremented phase value, thus shortening the dependency chain.
This does put the computed result 1 tick ahead of the previous version...

0da73b85 08/23/2008 06:46 pm Eric Blossom

fix for ticket:243

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9381 221aa14e-8319-0410-a670-987f0aec2ac5