Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 5 | -18/+26 |
| | | | | Also fixes up some other missing moves. | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
|\ | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt | ||||
| * | Merge branch 'maint' | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
| |\ | |||||
| | * | build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵ | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
| | | | | | | | | | | | | cause of the parallel build woes. | ||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-03 | 1 | -1/+1 |
|\| | | |||||
| * | | build: cleaned up some warnings. | Tom Rondeau | 2012-12-03 | 1 | -1/+1 |
| |/ | |||||
* | | gr: added missing dependencies for unit tests | Josh Blum | 2012-11-14 | 2 | -2/+2 |
| | | |||||
* | | gr: misc test dependencies for new components | Josh Blum | 2012-11-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-14 | 2 | -7/+7 |
|\| | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt | ||||
| * | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -6/+6 |
| | | | | | | | | | | | | | | 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 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | fec: add new top-level component for FEC blocks | Johnathan Corgan | 2012-11-12 | 2 | -2/+4 |
| | | | | | | | | Removed viterbi and reed-solomon from gnuradio-core | ||||
* | | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵ | Tom Rondeau | 2012-11-01 | 3 | -6/+11 |
| | | | | | | | | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest. | ||||
* | | Merge remote branch 'reynwar/comments_next' into next | Johnathan Corgan | 2012-08-28 | 2 | -3/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h gr-digital/python/bpsk.py gr-digital/python/qpsk.py | ||||
| * | | docs: Changed arguments in python docstrings to new formatting style. | Ben Reynwar | 2012-08-14 | 2 | -3/+4 |
| |/ | |||||
* / | atsc: updating atsc component to work with gr-filter. | Tom Rondeau | 2012-07-16 | 3 | -4/+8 |
|/ | |||||
* | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | 2012-07-03 | 1 | -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 | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 188 | -1096/+1096 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-03-22 | 2 | -4/+4 |
|\ | |||||
| * | volk: added volk as depedency for various components | Josh Blum | 2012-03-22 | 2 | -4/+4 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-01-06 | 1 | -2/+2 |
|\| | |||||
| * | Remove some more warnings. I'm probably being a bit OCD about these ones, ↵ | Tom Rondeau | 2012-01-06 | 1 | -2/+2 |
| | | | | | | | | but it makes the build output so much nicer... | ||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 12 | -575/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | docs: fixes some warnings. | Tom Rondeau | 2011-12-06 | 1 | -3/+3 |
| | | | | 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 Rondeau | 2011-12-05 | 1 | -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 Rondeau | 2011-12-04 | 1 | -4/+6 |
| | | | | to take care of it already. | ||||
* | docs: fixing variable for location of header files (SOURCE not BINARY). | Tom Rondeau | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | docs: more appropriate variable to use when setting the include/headers ↵ | Tom Rondeau | 2011-11-28 | 1 | -1/+1 |
| | | | | directory. | ||||
* | docs: installing generated _doc.i files under autotools. | Tom Rondeau | 2011-11-28 | 1 | -0/+3 |
| | |||||
* | docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵ | Tom Rondeau | 2011-11-27 | 1 | -2/+2 |
| | | | | instructions for it. | ||||
* | docs: Adding swig doc generation to Makefile.am files. | Tom Rondeau | 2011-11-27 | 1 | -0/+9 |
| | |||||
* | docs: forgot to have the generated .i files installed. | Tom Rondeau | 2011-11-27 | 1 | -0/+1 |
| | |||||
* | docs: added python doxygen docs to gr-atsc. | Tom Rondeau | 2011-11-27 | 2 | -0/+7 |
| | |||||
* | atsc: fix consistent linkage on atsc_make_fs_checker | Josh Blum | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | build: better handling of doxygen building and consistency between build tools. | Tom Rondeau | 2011-10-24 | 1 | -1/+3 |
| | |||||
* | the libraries | Josh Blum | 2011-10-23 | 1 | -8/+1 |
| | |||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-19 | 3 | -7/+5 |
|\ | |||||
| * | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵ | Tom Rondeau | 2011-10-19 | 3 | -7/+5 |
| | | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs. | ||||
* | | cmake: fix that component depends on component hack | Josh Blum | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | added some more python dash B | Josh Blum | 2011-10-17 | 1 | -1/+1 |
| | | |||||
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 3 | -55/+55 |
| | | |||||
* | | cmake: support for importing executables when doing cross build | Josh Blum | 2011-09-11 | 1 | -1/+6 |
| | | |||||
* | | atsc: forgot to add gruel to the list of deps for unit test, also chmod +x ↵ | Josh Blum | 2011-08-03 | 1 | -1/+1 |
| | | | | | | | | unix unit test scripts | ||||
* | | atsc: did work on symbol visibility and minor tweaks in qa code for MSVC | Josh Blum | 2011-08-03 | 51 | -95/+178 |
| | | |||||
* | | cmake: language tweak for component group description | Josh Blum | 2011-08-02 | 1 | -1/+1 |
| | | |||||
* | | comedi: cmake build support for gr-comedi component (linux only) | Josh Blum | 2011-07-23 | 1 | -66/+66 |
| | | |||||
* | | atsc: added cmake support for gr-atsc (unix only) | Josh Blum | 2011-07-23 | 3 | -0/+396 |
|/ | |||||
* | Removing docstring generation from this branch. | Ben Reynwar | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'mergeme/math/gr_math_simplification' into next | Tom Rondeau | 2011-01-22 | 2 | -3/+5 |
|\ |