Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-03 | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | |
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 | |||
2012-04-13 | Removed 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-03 | Merge branch 'rm_python_ext' into cmake_builds | Tom Rondeau | |
Conflicts: CMakeLists.txt | |||
2012-04-02 | build: removed .py extensions from uhd and shd installed Python programs. | Tom Rondeau | |
2012-04-01 | Removes 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-05 | Merge branch 'master' into next | Johnathan Corgan | |
2012-02-05 | cmake: remove QUIET option from some listfiles | Johnathan Corgan | |
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0 | |||
2011-12-14 | Merge branch 'master' into next | Tom Rondeau | |
2011-12-14 | uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵ | Tom Rondeau | |
properly (patch from Sam Bretheim). | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-12-06 | docs: 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-05 | docs: 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-04 | docs: better install of swig docs .i files since we actually have a variable ↵ | Tom Rondeau | |
to take care of it already. | |||
2011-11-30 | docs: fixing variable for location of header files (SOURCE not BINARY). | Tom Rondeau | |
2011-11-28 | docs: more appropriate variable to use when setting the include/headers ↵ | Tom Rondeau | |
directory. | |||
2011-11-28 | docs: installing generated _doc.i files under autotools. | Tom Rondeau | |
2011-11-27 | docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵ | Tom Rondeau | |
instructions for it. | |||
2011-11-27 | docs: Adding swig doc generation to Makefile.am files. | Tom Rondeau | |
2011-11-27 | docs: forgot to have the generated .i files installed. | Tom Rondeau | |
2011-11-27 | docs: added python doxygen docs to gr-shd | Tom Rondeau | |
2011-10-24 | shd: adding gr-shd to cmake build structure. Adding missed app to autotools ↵ | Tom Rondeau | |
build. | |||
2011-10-04 | shd: changed name from xmini to smini in GR interface; needs to be matched ↵ | Tom Rondeau | |
in the s-mini firmware. | |||
2011-10-04 | shd: changed gr-shd names from xmini to smini | Tom Rondeau | |
2011-09-12 | shd: adding a very rudimentary siggen application to test gr-shd tx driver. | Tom Rondeau | |
2011-09-12 | shd: fixing up SHD examples. | Tom Rondeau | |
2011-09-06 | shd: adding a component gr-shd as an interface to the Symplex Hardware ↵ | Tom Rondeau | |
X-Mini system. Mostly cribbed from gr-uhd. |