summaryrefslogtreecommitdiff
path: root/gr-pager/python
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-135-28/+27
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* 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-083-52/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: added python doxygen docs to gr-pagerTom Rondeau2011-11-271-0/+4
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-10/+10
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+49
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-5/+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.
* Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau2010-10-041-3/+3
| | | | XML output runners.
* update gitignoresEric Blossom2009-12-231-0/+1
|
* Directory reorganization to newer layoutJohnathan Corgan2009-11-037-0/+236
Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python'