summaryrefslogtreecommitdiff
path: root/gr-noaa
Commit message (Collapse)AuthorAgeFilesLines
* Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-012-2/+5
| | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
* 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-1315-72/+72
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau2012-04-0312-1239/+11
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * examples: Reworked locations and installation of examples.Tom Rondeau2012-04-032-5/+5
| | | | | | | | All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
| * noaa: py files build from grc. Only installing grc files into examples.Tom Rondeau2012-04-026-1234/+6
| |
| * noaa: moving apps to examples.Tom Rondeau2012-04-0212-1/+1
| |
* | 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.
* Merge branch 'master' into nextJohnathan Corgan2012-01-182-0/+25
|\ | | | | | | | | Conflicts: gr-noaa/Makefile.am
| * noaa: add pkgconfig file for C++ libraryJohnathan Corgan2012-01-183-0/+27
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0815-321/+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
|
* noaa: updated applications to use gr-uhdJohnathan Corgan2011-10-2714-5858/+2608
| | | | Note: LRIT related files were removed; these were never finished
* the librariesJosh Blum2011-10-231-8/+1
|
* usrp: updated installed examplesJosh Blum2011-10-191-11/+11
|
* cmake: fix that component depends on component hackJosh Blum2011-10-191-1/+1
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-085-29/+29
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-261-4/+5
|\
| * Merge branch 'master' into nextJohnathan Corgan2011-09-241-4/+5
| |\
| | * gr-noaa: fix PLL to generate output, then update errormaint-3.4.0Johnathan Corgan2011-09-241-4/+5
| | |
* | | cmake: language tweak for component group descriptionJosh Blum2011-08-021-1/+1
| | |
* | | gr: added API macros for noaa and pager, also renamed the ones for digital ↵Josh Blum2011-07-227-12/+47
| | | | | | | | | | | | and vocoder to be consistent
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-206-1/+271
|/ /
* | 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-243-10/+5
| | | | | | | | | 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
|