Statistics
| Branch: | Tag: | Revision:

root / gr-msdd6000 @ 07bd878b

# Date Author Comment
08907ee9 12/11/2010 12:15 am Eric Blossom

Use load-extension-global instead of load-extension

55685f7a 12/07/2010 07:16 am Eric Blossom

Merge branch 'next' into guile-next

  • next: (116 commits)
    Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted....
6df0423f 12/04/2010 07:34 am Eric Blossom

Regenerated Makefile.swig.gen's

0b5f6611 12/04/2010 07:30 am Eric Blossom

Rename libguile- to libguile-gnuradio- to match guile library naming convention.

The stuff in gnuradio-core ends up with funky names, but that could
be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.

b005e7d9 11/25/2010 03:13 am Eric Blossom

Update .gitignore's

d692a41f 11/25/2010 01:29 am Eric Blossom

Major Makefile.am housecleaning. Passes distcheck.

Move all occurrences of swig_built_sources out of Makefile.am's.
Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
Clean up 'if PYTHON' conditionalization in gr-*

Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...

ff877cab 11/19/2010 03:07 pm Rob Savoye

regenerated

8180bb1d 11/17/2010 05:33 am Eric Blossom

regenerated

df92b7c6 11/10/2010 09:01 pm Eric Blossom

regenerated

0939607d 11/10/2010 08:15 pm Rob Savoye

regenerated

2b11c904 11/10/2010 08:15 pm Rob Savoye

regenerated

02824991 11/10/2010 08:15 pm Eric Blossom

Remove swig generated python code from C++-only libraries

d94769a9 11/10/2010 08:15 pm Rob Savoye

add load-extension support

40fac3c4 11/10/2010 08:13 pm Rob Savoye

regenerated

6421d470 11/10/2010 08:13 pm Eric Blossom

regenerate

1e34972f 11/10/2010 08:13 pm Eric Blossom

Rengenerate Makefile.swig.gen's

32a71023 11/10/2010 08:10 pm Rob Savoye

add python/*.cc to SOURCES so dependencies work properly.

aa162012 11/10/2010 08:10 pm Rob Savoye

regenerated

42753aad 11/10/2010 08:10 pm Rob Savoye

regeneratd

25bf9bbd 11/10/2010 08:10 pm Rob Savoye

don't ifdef the target away. regenerate .gen files.

5ea1059c 11/10/2010 08:10 pm Rob Savoye

regenerated

b866f364 11/10/2010 08:10 pm Rob Savoye

regenerated after changes to .i files

ed409420 11/10/2010 08:10 pm Rob Savoye

regenerated after changes to the template

b47b9ca4 11/10/2010 08:10 pm Rob Savoye

regenerated from template

6fc05897 11/09/2010 03:42 am Tom Rondeau

Potential fix to MSDD warnings by setting sequence number from buffer more explicitly.

0a9b999b 08/03/2010 08:43 pm Eric Blossom

Modify all block factories to use gnuradio::get_initial_sptr.

ad13c00a 05/29/2010 03:02 am Johnathan Corgan

Make C++ shared libraries versioned

a549bd11 01/10/2010 09:03 am Josh Blum

fixed issue 387: removed uses of win.set for wx sinks

c7c71ae0 01/09/2010 02:10 am Eric Blossom

Remove trailing whitespace after \

8117311e 12/08/2009 05:01 am Josh Blum

got msdd6000 compiling on my ubuntu 9.10 32 bit

e820ce5c 12/08/2009 02:43 am Eric Blossom

Add support for msdd6000 with resampler in FPGA.

253018c6 08/14/2009 06:10 pm git

Added git ignore files auto created from svn:ignore properties.

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

885e6fe1 06/23/2009 03:34 pm anastas

added include <cstdio> statements in several files to make it compatible with g++ 4.4

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

40b8a57d 05/27/2009 01:54 am Johnathan Corgan

Merged r11123:11148 from jcorgan/np into trunk.

Adds --enable-python option to configure (defaults to yes).

Using --disable-python or --enable-python=no will cause only
C++ API targets to be created and installed.

Several new shared libraries are now created. Where in the past,...

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

8bae90ae 03/06/2009 12:23 am Eric Blossom

fixed output type

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

f962f54c 02/10/2009 09:05 pm Eric Blossom

formatting changes only

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

2aa47941 02/10/2009 09:00 pm Eric Blossom

Applied patch to cleanup msdd

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

d9210d93 02/10/2009 08:55 pm Eric Blossom

removed slow, TCP-based sources

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10430 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

417a36b8 02/08/2009 09:13 pm Johnathan Corgan

Add missing destructor (Don Ward)

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

76f2ecaf 02/08/2009 09:11 pm Johnathan Corgan

Add missing library in link (Don Ward)

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

dcd93a4d 02/03/2009 07:21 pm Johnathan Corgan

Revert r10379, which works at runtime but does not pass check or distcheck on Ubuntu 8.10.

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

bd18ea81 02/03/2009 06:05 pm Johnathan Corgan

Use runtime valid module names for import

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

f1d00c76 02/02/2009 02:53 pm Johnathan Corgan

Possibly temporary fix for r10350 breakage when using swig < 1.3.38

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10373 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

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

ec20f96d 08/20/2008 05:53 pm Eric Blossom

fixes for gcc 4.3

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

a36b922f 07/27/2008 10:28 pm Eric Blossom

Merged gr-msdd6000 portability fix to trunk (eb/msdd -r8940:9027)

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

e722fc33 07/13/2008 09:18 pm n4hy McGwier

Clean up of comments and removal of a broken piece of test code that no longer works with the new firmware.

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

a9af7e15 07/04/2008 05:07 am Johnathan Corgan

Fixed distcheck failure and cleaned up ignores.

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

2b77cc7b 07/04/2008 03:05 am n4hy McGwier

This completes the msdd6000 update with all example code and other utilities

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

31bd7da7 07/04/2008 02:56 am n4hy McGwier

lots of example and other useful code for use with the softronics msdd6000

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

0096b08f 07/04/2008 02:46 am n4hy McGwier

forgot msdd.i

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

d1c82f20 07/04/2008 02:45 am n4hy McGwier

msdd6000 source upgraded and enabled

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

ae0ca251 07/04/2008 01:26 am n4hy McGwier

cleaning up and putting much better code in. Step 1 of 2

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

10c5ad21 04/02/2008 12:37 am Tom Rondeau

Adding a simple script to read data from the MSDD source and dump it to a file.

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

8ff199cd 04/02/2008 12:23 am Tom Rondeau

Changed from TCP to UDP streaming; only reissue command when opening the socket or changing the streaming parameters.

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

52234f95 03/25/2008 10:59 pm n4hy McGwier

modifications to firmware requires test code changes for udp

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

24c3d694 02/29/2008 07:26 pm Johnathan Corgan

Merged r7857:7898 from n4hy/msddLTS into trunk, with modification. Adds gr-msdd6000 component, providing GNU Radio source and sink support for the Softronics Ltd. MSDD 6000 receiver.

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