summaryrefslogtreecommitdiff
path: root/gr-shd
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-03Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau
Conflicts: CMakeLists.txt
2012-04-02build: removed .py extensions from uhd and shd installed Python programs.Tom Rondeau
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
2012-02-05Merge branch 'master' into nextJohnathan Corgan
2012-02-05cmake: remove QUIET option from some listfilesJohnathan Corgan
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
2011-12-14Merge branch 'master' into nextTom Rondeau
2011-12-14uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau
properly (patch from Sam Bretheim).
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-12-06docs: fixes some warnings.Tom Rondeau
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.
2011-12-05docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau
this forces the build system to generate these before processing the other swig files.
2011-12-04docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau
to take care of it already.
2011-11-30docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau
2011-11-28docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau
directory.
2011-11-28docs: installing generated _doc.i files under autotools.Tom Rondeau
2011-11-27docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau
instructions for it.
2011-11-27docs: Adding swig doc generation to Makefile.am files.Tom Rondeau
2011-11-27docs: forgot to have the generated .i files installed.Tom Rondeau
2011-11-27docs: added python doxygen docs to gr-shdTom Rondeau
2011-10-24shd: adding gr-shd to cmake build structure. Adding missed app to autotools ↵Tom Rondeau
build.
2011-10-04shd: changed name from xmini to smini in GR interface; needs to be matched ↵Tom Rondeau
in the s-mini firmware.
2011-10-04shd: changed gr-shd names from xmini to sminiTom Rondeau
2011-09-12shd: adding a very rudimentary siggen application to test gr-shd tx driver.Tom Rondeau
2011-09-12shd: fixing up SHD examples.Tom Rondeau
2011-09-06shd: adding a component gr-shd as an interface to the Symplex Hardware ↵Tom Rondeau
X-Mini system. Mostly cribbed from gr-uhd.