summaryrefslogtreecommitdiff
path: root/gr-pager
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).
* Merge branch 'maint'Tom Rondeau2012-12-121-2/+0
|\
| * 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.
* | build: cleaned up some warnings.Tom Rondeau2012-12-031-3/+3
|/
* gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
| | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
| | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* gr: added python -B everywhere for clean source treeJosh Blum2012-11-041-1/+1
|
* 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
* pager: fix frequency display when not defaultJustin R. Cutler2012-05-311-2/+2
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1330-210/+209
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau2012-04-034-3/+3
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * build: removed .py extensions from uhd and shd installed Python programs.Tom Rondeau2012-04-024-3/+3
| |
* | 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-03-221-2/+2
|\
| * volk: added volk as depedency for various componentsJosh Blum2012-03-221-2/+2
| | | | | | | | | | | | Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
* | 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/+4
| | | | 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-8/+9
| | | | 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-pagerTom Rondeau2011-11-273-0/+10
|
* uhd: change examples to use new stream apiJosh Blum2011-11-073-9/+3
|
* pager: update full band demodulator to use gr-uhdJohnathan Corgan2011-10-291-36/+93
|
* the librariesJosh Blum2011-10-231-8/+1
|
* usrp: updated installed examplesJosh Blum2011-10-191-3/+10
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-192-103/+128
|\
| * gr-pager: update to use gr-uhd instead of gr-usrpJohnathan Corgan2011-10-072-103/+128
| |
* | cmake: fix that component depends on component hackJosh Blum2011-10-191-1/+1
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-085-41/+41
| |
* | cmake: language tweak for component group descriptionJosh Blum2011-08-021-1/+1
| |
* | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-261-1/+1
|\|
| * Merge branch 'master' into nextTom Rondeau2011-07-261-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * master: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order.
| | * Fixed type warning.Tom Rondeau2011-07-261-1/+1
| | |
* | | gr: added API macros for noaa and pager, also renamed the ones for digital ↵Josh Blum2011-07-229-18/+55
| | | | | | | | | | | | and vocoder to be consistent
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-206-0/+328
|/ /
* | Merge branch 'constell_obj' into 8pskTom Rondeau2011-04-081-1/+1
|\ \
| * | Removing docstring generation from this branch.Ben Reynwar2011-02-271-1/+1
| | |
| * | Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-301-1/+1
| |/
* / pager: fixed naming in PC file.Tom Rondeau2011-03-281-1/+1
|/
* Add missing .test files to tarball.Eric Blossom2010-12-271-0/+5
|
* 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
|