summaryrefslogtreecommitdiff
path: root/gr-noaa/swig
Commit message (Collapse)AuthorAgeFilesLines
* build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵Tom Rondeau2012-12-121-2/+0
| | | | cause of the parallel build woes.
* swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan2012-07-031-0/+2
| | | | | | | | | I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-135-21/+21
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-013-191/+0
| | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-084-110/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: fixes some warnings.Tom Rondeau2011-12-061-3/+3
| | | | There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
* docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau2011-12-051-0/+1
| | | | this forces the build system to generate these before processing the other swig files.
* docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau2011-12-041-6/+7
| | | | to take care of it already.
* docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
|
* docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau2011-11-281-1/+1
| | | | directory.
* docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-281-0/+3
|
* docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau2011-11-271-2/+2
| | | | instructions for it.
* docs: Adding swig doc generation to Makefile.am files.Tom Rondeau2011-11-271-0/+9
|
* docs: forgot to have the generated .i files installed.Tom Rondeau2011-11-271-0/+1
|
* docs: added python doxygen docs to gr-noaaTom Rondeau2011-11-273-0/+10
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-5/+5
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+56
|
* Removing docstring generation from this branch.Ben Reynwar2011-02-271-1/+1
|
* Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-301-1/+1
|
* Add missing .test files to tarball.Eric Blossom2010-12-272-0/+38
|
* Use load-extension-global instead of load-extensionEric Blossom2010-12-101-1/+1
|
* Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-5/+5
|
* Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-1/+1
| | | | | 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.
* Update .gitignore'sEric Blossom2010-11-241-0/+2
|
* Update .gitignore'sEric Blossom2010-11-242-0/+3
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-6/+1
| | | | | | | | | 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.
* Confirm we can load guile noaa moduleEric Blossom2010-11-243-3/+52
|
* regeneratedRob Savoye2010-11-191-11/+23
|
* regeneratedEric Blossom2010-11-161-1/+1
|
* regeneratedEric Blossom2010-11-101-2/+2
|
* regeneratedRob Savoye2010-11-101-27/+10
|
* regeneratedRob Savoye2010-11-101-8/+7
|
* add load-extension supportRob Savoye2010-11-101-0/+9
|
* regeneratedRob Savoye2010-11-101-2/+5
|
* regenerateEric Blossom2010-11-101-6/+6
|
* Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-2/+3
|
* regeneratedRob Savoye2010-11-101-216/+25
|
* regeneratdRob Savoye2010-11-101-1/+1
|
* don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-101-7/+44
|
* regeneratedRob Savoye2010-11-101-27/+27
|
* regenerated after changes to .i filesRob Savoye2010-11-101-22/+31
|
* regenerated after changes to the templateRob Savoye2010-11-101-10/+26
|
* regenerated from templateRob Savoye2010-11-101-9/+26
|
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-3/+3
|
* gr-noaa: added HRPT minor frame parsing, renamed scriptsJohnathan Corgan2009-11-091-1/+1
| | | | | | | | | implemented start of minor frame parsing renamed demod_rx_hrpt to hrpt_demod, new defaults added configuration flags to hrpt_decoder added hrpt_decode app updated file_rx_hrpt with new defaults updated usrp_rx_hrpt_* with new defaults
* gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframerJohnathan Corgan2009-11-023-35/+0
| | | | | Added Octave script to convert from frame data to AVHRR channel images Removed noaa_hrpt_bit_sync block
* gr-noaa: Switched to 'double rate BPSK' HRPT synchronizationJohnathan Corgan2009-11-013-14/+10
| | | | | | | | | | | Added hrpt_bit_sync block Using MM clock sync at double data rate Created file_rx_hrpt GRC app Updated demod_rx_hrpt GRC app Updated usrp_rx_hrpt GRC Updated usrp_rx_hrpt_nogui app Deleted usrp_rx_hrpt2 GRC app Deleted hrpt_sync_fb block
* Removed multiple install of noaa_swig.i from Makefile.amThomas Tsou2009-09-281-1/+0
|
* Added skeleton HRPT decoder blockJohnathan Corgan2009-09-204-1/+36
|
* Added HRPT deframer blockJohnathan Corgan2009-09-203-0/+35
|