summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
Commit message (Collapse)AuthorAgeFilesLines
* howto: removed gr-howto-write-a-blockJohnathan Corgan2013-03-2769-19771/+0
| | | | | | the canonical out-of-tree module is now in: gr-utils/python/modtool/gr-newmod
* build: remove config.h from any header files; only use it in source files.Tom Rondeau2013-03-271-0/+4
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-264-6/+6
|
* wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-182-4/+4
| | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-175-19/+20
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* Merge branch 'master' into nextTom Rondeau2013-03-135-53/+82
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-134-19/+77
| |
| * Merge remote-tracking branch 'gr3.7_log4cpp'Tom Rondeau2013-03-131-28/+0
| |
* | filter: imporint firdes from gr-filter; no longer in gnuradio-core.Tom Rondeau2013-03-072-2/+2
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-041-15/+26
|\| | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc
| * log: more minor fixups integrating gr-logger.Tom Rondeau2013-03-041-15/+26
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-034-1/+73
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0112-147/+263
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | howto: adding gr_log checks to build.Tom Rondeau2012-06-084-1/+71
| | |
* | | ctrlport: allowing all components to use ControlPort.Tom Rondeau2013-03-011-0/+5
| | |
* | | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-244-13/+15
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-02-182-70/+192
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint'Tom Rondeau2013-02-182-70/+192
| |\ \
| | * | howto: copies Doxyxml from main docs to properly pull out block parameters ↵Julien Olivain2013-02-182-70/+192
| | | | | | | | | | | | | | | | documentation.
* | | | Merge branch 'master' into nextTom Rondeau2013-01-204-0/+62
|\| | | | | | | | | | | | | | | | | | | Conflicts: gr-howto-write-a-block/python/qa_howto.py
| * | | howto-write-a-block: Added example for Python blocksMartin Braun2013-01-194-0/+62
| |/ /
* | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-042-4/+6
|\| | | | | | | | | | | of the INCLUDE_DIRS order
| * | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-012-4/+6
| | | | | | | | | | | | 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).
* | | Merge branch 'master' into nextTom Rondeau2012-12-043-46/+0
|\| |
| * | docs: Removing some obsoleted Doxygen commands per issue #498.Tom Rondeau2012-12-043-46/+0
| | | | | | | | | | | | These were set to the defaults and so should not affect previous versions of Doxygen.
* | | Merge branch 'master' into nextJohnathan Corgan2012-12-011-1/+1
|\| |
| * | Merge branch 'maint'Johnathan Corgan2012-12-011-1/+1
| |\ \
| | * | cmake: fix typo in cmake swig moduleJohnathan Corgan2012-12-011-1/+1
| | |/
* | | analog: fixing up GRC and other examples to use gr-analog for sig and noise ↵Tom Rondeau2012-11-102-80/+90
| | | | | | | | | | | | sources.
* | | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* | | Merge branch 'master' into nextTom Rondeau2012-11-011-24/+0
|\| |
| * | Removes some swig workaround code put in for ticket 181.Tom Rondeau2012-10-191-24/+0
| |/ | | | | | | This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
* | howto: moving C++ QA code to cppunit.Tom Rondeau2012-09-309-30/+317
| |
* | howto: updated howto-write-a-block to use new impl style.Tom Rondeau2012-09-3024-423/+970
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1330-772/+772
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextTom Rondeau2012-04-071-0/+4
|\ | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
| * Merge branch 'maint'Tom Rondeau2012-04-072-1/+3
| |\
| | * gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2Tom Rondeau2012-04-072-1/+3
| | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
| | * update revision to v3.5.2.1v3.5.2.1Johnathan Corgan2012-03-151-1/+1
| | |
* | | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-011-10/+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 nextTom Rondeau2012-03-201-1/+1
|\| |
| * | build: update revision to 3.5.3gitv3.5.3gitJohnathan Corgan2012-03-051-2/+2
| |/
| * build: update revision to 3.5.2v3.5.2Johnathan Corgan2012-03-051-1/+1
| |
| * build: update from canonical config filesJohnathan Corgan2012-03-052-10/+25
| |
* | howto: moving uninstall rules into correct location.Tom Rondeau2012-02-171-0/+32
| |
* | Merge branch 'master' into nextTom Rondeau2012-02-101-0/+2
|\|
* | Merge branch 'master' into nextTom Rondeau2012-02-101-1/+13
|\|
* | Merge branch 'master' into nextJohnathan Corgan2012-02-061-1/+1
|\|
* | Merge branch 'master' into nextJohnathan Corgan2012-02-052-4/+4
|\|
| * build: update revision to 3.5.2git3.5.2gitJohnathan Corgan2012-01-071-2/+2
| |