summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy
AgeCommit message (Collapse)Author
2011-02-27Removing docstring generation from this branch.Ben Reynwar
2011-01-30Fixed Makefiles to generate swig_doc.iBen Reynwar
2010-12-10Use load-extension-global instead of load-extensionEric Blossom
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
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.
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
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 such that they remove exactly the generated files.
2010-11-24Consistently use TESTS += in conditionalsEric Blossom
2010-11-19regeneratedRob Savoye
2010-11-16regeneratedEric Blossom
2010-11-10regeneratedEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10add load-extension supportRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10regenerateEric Blossom
2010-11-10Rengenerate Makefile.swig.gen'sEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10regeneratdRob Savoye
2010-11-10don't ifdef the target away. regenerate .gen files.Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10regenerated after changes to .i filesRob Savoye
2010-11-10regenerated after changes to the templateRob Savoye
2010-11-10regenerated from templateRob Savoye
2010-10-04Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau
XML output runners.
2010-01-10Applied reverse diff for win.set_* change on ra_fftsink.pyJosh Blum
This file, unlike the others duplicates the fft plotter. Its use of win.set was correct, since that was an internal method.
2010-01-10fixed issue 387: removed uses of win.set for wx sinksJosh Blum
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan
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, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-17Removed special-case for BASIC_RXmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10629 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-15Fixed bug with BASIC_RXmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10623 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Removed reference to DBS_RX_REV_2_1mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10600 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan
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
2009-02-26Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan
passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-24A little documentationmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10498 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-10Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-02Included support for decim=4, by loading non-default firmware.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10374 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-02Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-27General housekeeping--removing ancient cruft mostly.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-22Fixed short-form name for --notch_tapsmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10285 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-21Added --notch_taps to allow user to specify number of taps in notch filtermleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10278 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-20Fixed arguments mis-match in setup_normal(), setup_dual(), ↵mleech
setup_interferometer() git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10267 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-03Fixed bug that under-flowed self.notchesmleech
increased notch resolution to 128 taps git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10190 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-01Bumped up resolution of notch filter from 16 taps to 128 taps.mleech
Increased buffering on usrp.source_c git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10185 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-30Fixed handling of out-of-range NOTCH specificationsmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10180 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-30Turned set_bw() back on...mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10178 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-28Brought back support for notch filtering--both clicky in FFT display, and onmleech
the command line. Temporarily commented-out call to set_bw(), since latest trunk has broken it. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10173 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-21Updated Sunset/Sunrise functions to latest PyEphem APImleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10147 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-20Added support for --switch_mode, along with an external switcher interface ↵mleech
via a named pipe. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9349 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19Added --interferometer, to allow correlation interferometry when you havemleech
two antenna, and two identical daughtercards. Cleaned up the way signal chains get built--isolated to separate functions per mode. SETI mode works with --dual-mode turned on, but not --interferometer. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9332 221aa14e-8319-0410-a670-987f0aec2ac5