summaryrefslogtreecommitdiff
path: root/gr-noaa
Commit message (Collapse)AuthorAgeFilesLines
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-273-3/+3
|
* Removed reference to decimation rates in READMEMarcus Müller2015-06-301-8/+5
|
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
|
* Merge branch 'maint'Tom Rondeau2014-08-082-2/+0
|\ | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-2/+0
| | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
| | | | | | | | | | | | Now builds shared libraries with ControlPort (if ControlPort is enableed). Static libs still without ControlPort. Added proper Option and output message in cmake for Static Libs on/off.
* | examples: fixed a few examples still using old style blocks.Tom Rondeau2014-07-124-1282/+2266
|/
* Merge branch 'maint'Tom Rondeau2014-07-072-6/+6
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-072-6/+6
| | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) ↵Tom Rondeau2014-06-281-0/+13
|/ | | | versions of the libraries.
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵Philip Balister2013-12-051-1/+1
| | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org>
* Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0
|
* uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-031-1/+1
|
* Merged in master.Ben Reynwar2013-06-031-1/+1
|\
| * build: move from using runtime_swig.i to gnuradio.i to reduce memory load ↵Tom Rondeau2013-05-231-1/+1
| | | | | | | | | | | | while building. py_feval destructor issue needs fixing.
* | Merged in next_docs branch.Ben Reynwar2013-05-1915-40/+40
|\|
| * noaa: move include dir to gnuradio/noaaJohnathan Corgan2013-04-2914-16/+16
| |
| * runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-297-24/+24
| |
* | Merged in 'next' branch.Ben Reynwar2013-05-105-4/+21
|\|
| * build: uniform handling of controlport vars in swig.Tom Rondeau2013-04-051-0/+5
| |
| * docs: fixes for merge conflicts and differences between master/next.Tom Rondeau2013-04-043-0/+12
| |
| * cmake: fix packaging categories to use runtime vs. coreJohnathan Corgan2013-04-031-4/+4
| |
* | Merged next into uninstalled import branch.Ben Reynwar2013-04-0211-25/+24
|\|
| * docs: updated CMakeLists files to point to include dirs for docstrings.Tom Rondeau2013-04-011-1/+1
| |
| * build: parallel build handling of runtime swig and swig docs.Tom Rondeau2013-04-011-0/+1
| |
| * gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-013-3/+1
| | | | | | | | PMTs are handled slightly different and are installed into their own module and include dir.
| * build: setting .pc files to require new gnuradio-runtime.Tom Rondeau2013-03-271-1/+1
| |
| * runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-264-5/+5
| |
| * wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-181-1/+1
| | | | | | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
| * Merge branch 'master' into nextTom Rondeau2013-03-131-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| | * log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+3
| | |
| * | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-105-11/+11
| | | | | | | | | | | | moved all refs to gr-blocks.
* | | noaa: Updating testing environment.Ben Reynwar2013-03-112-12/+11
| | |
* | | noaa: Enabling uninstalled python imports.Ben Reynwar2013-03-084-2/+9
|/ /
* | blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-064-17/+17
| | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* | Merge branch 'master' into nextTom Rondeau2013-03-052-1/+70
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+70
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-031-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * Merge branch 'master' into gr_logTom Rondeau2013-03-012-4/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * \ Merge branch 'master' into gr_logTom Rondeau2012-09-061-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
| * | | Fixing up the gr-log capabilities.Tom Rondeau2012-06-081-0/+4
| | | | | | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
* | | | ctrlport: allowing all components to use ControlPort.Tom Rondeau2013-03-011-0/+5
| | | |
* | | | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-241-1/+1
| | | |
* | | | noaa: converting to new API structure.Tom Rondeau2013-01-1326-710/+857
| | | |
* | | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-042-2/+5
|\ \ \ \ | | |_|/ | |/| | | | | | of the INCLUDE_DIRS order
| * | | 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).
* | | | grc: updating GRC exmaples for new component changes.Tom Rondeau2012-12-272-5/+5
| | | |
* | | | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-0/+1
|/ / / | | | | | | | | | Also fixes up some other missing moves.
* | / 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