summaryrefslogtreecommitdiff
path: root/gr-shd
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1315-192/+192
| | | | | | 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-192/+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-02-051-1/+1
|\
| * cmake: remove QUIET option from some listfilesJohnathan Corgan2012-02-051-1/+1
| | | | | | | | * PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
* | Merge branch 'master' into nextTom Rondeau2011-12-141-3/+3
|\|
| * uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau2011-12-141-3/+3
| | | | | | | | properly (patch from Sam Bretheim).
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0815-319/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: fixes some warnings.Tom Rondeau2011-12-061-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 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-4/+5
| | | | 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-shdTom Rondeau2011-11-273-0/+11
|
* shd: adding gr-shd to cmake build structure. Adding missed app to autotools ↵Tom Rondeau2011-10-247-1/+338
| | | | build.
* shd: changed name from xmini to smini in GR interface; needs to be matched ↵Tom Rondeau2011-10-0412-124/+76
| | | | in the s-mini firmware.
* shd: changed gr-shd names from xmini to sminiTom Rondeau2011-10-043-17/+14
|
* shd: adding a very rudimentary siggen application to test gr-shd tx driver.Tom Rondeau2011-09-121-0/+120
|
* shd: fixing up SHD examples.Tom Rondeau2011-09-122-46/+53
|
* shd: adding a component gr-shd as an interface to the Symplex Hardware ↵Tom Rondeau2011-09-0631-0/+2750
X-Mini system. Mostly cribbed from gr-uhd.