Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -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 tests | Josh Blum | 2012-11-14 | 1 | -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 tree | Josh Blum | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 2 | -15/+15 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-03-22 | 1 | -2/+2 |
|\ | |||||
| * | volk: added volk as depedency for various components | Josh Blum | 2012-03-22 | 1 | -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 cleanup | Johnathan Corgan | 2011-12-08 | 3 | -51/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-11 | 1 | -0/+5 |
|\ | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h | ||||
| * | qtgui: sneaking in a fix to add an include directory to gr-qtgui. | Tom Rondeau | 2011-10-09 | 1 | -0/+5 |
| | | |||||
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -10/+10 |
| | | |||||
* | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+46 |
|/ | |||||
* | gr-qtgui: removing Guile-specific stuff since there is no way QtGui will ↵ | Tom Rondeau | 2011-04-09 | 1 | -5/+7 |
| | | | | work with Guile yet. Changed Python QA to complete properly. | ||||
* | gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵ | Tom Rondeau | 2011-04-06 | 1 | -5/+5 |
| | | | | to remove bool that turns it on/off. | ||||
* | gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck. | Tom Rondeau | 2011-03-27 | 1 | -8/+1 |
| | |||||
* | gr-qtgui: making necessary changes to build a python package and export ↵ | Tom Rondeau | 2011-03-27 | 1 | -0/+25 |
| | | | | qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. Some of the examples have been updated to use the new (cleaner) convention. | ||||
* | gr-qtgui: small correction in Python QA code with new structure. | Tom Rondeau | 2011-03-27 | 1 | -4/+4 |
| | |||||
* | gr-qtgui: moving qtgui apps to the apps directory. | Tom Rondeau | 2011-03-27 | 9 | -2244/+0 |
| | |||||
* | gr-qtgui: moving Python files to new structure; get rid of src directory. | Tom Rondeau | 2011-03-27 | 14 | -0/+2348 |