summaryrefslogtreecommitdiff
path: root/gr-uhd/swig
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Tom Rondeau2012-12-121-2/+0
|\
| * 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.
* | Merge branch 'maint'Johnathan Corgan2012-11-191-1/+1
|\|
| * uhd: include gnuradio paths for swig build firstJosh Blum2012-11-191-1/+1
| | | | | | | | | | This fixes a potential issue where swig sees old installed headers, where it should be seeing in-tree headers.
* | uhd: provide source block hook for issue stream cmdJosh Blum2012-09-291-0/+2
|/
* 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-133-14/+14
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-04-032-2/+2
|\
| * gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan2012-04-032-2/+2
| | | | | | | | enough version of UHD
* | Merge branch 'master' into nextJohnathan Corgan2012-04-021-0/+8
|\| | | | | | | | | Conflicts: gr-uhd/swig/uhd_swig.i
| * gr-uhd: Python users can now grab their current UHD version as a stringNicholas Corgan2012-04-021-0/+8
| |
* | 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-03-241-0/+4
|\| | | | | | | | | Conflicts: gr-uhd/lib/Makefile.am
| * uhd: fix device_addr init issueJosh Blum2012-03-231-0/+4
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-085-130/+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-uhdTom Rondeau2011-11-272-0/+7
|
* uhd: grc xml tweaks + streamer argsJosh Blum2011-11-071-0/+2
|
* uhd: python/swig/grc tweaks until it worksJosh Blum2011-11-072-4/+13
|
* uhd: backwards compat work which support streamer APIJosh Blum2011-11-071-2/+12
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-192-0/+20
|\
| * uhd: fixed swig file to make guile build happy.Tom Rondeau2011-10-191-1/+1
| |
| * uhd: added uhd.find_devices to pythonJosh Blum2011-10-192-0/+20
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-0/+6
|\| | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * docs: adding uhd Doxygen documentation page and README file.Tom Rondeau2011-10-091-0/+6
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-7/+7
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-081-2/+3
|\|
| * Merge branch 'master' into nextTom Rondeau2011-10-061-2/+3
| |\
| | * Merge branch 'maint'Tom Rondeau2011-10-061-2/+3
| | |\
| | | * uhd: suppress harmless swig warningsJosh Blum2011-10-061-2/+3
| | | |
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-281-18/+0
|\| | |
| * | | Merge branch 'master' into nextJohnathan Corgan2011-09-271-18/+0
| |\| |
| | * | Merge branch 'maint'Johnathan Corgan2011-09-271-18/+0
| | |\|
| | | * swig: language independent exception handlerJosh Blum2011-09-271-18/+0
| | | |
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-261-1/+5
|\| | |
| * | | Merge branch 'master' into nextTom Rondeau2011-09-261-1/+5
| |\| |
| | * | uhd: added kwargs to construct individual struct elements in tune_request_tJosh Blum2011-09-241-1/+5
| | |/
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-09-051-0/+1
|\| | | | | | | | | | | | | | Conflicts: gr-trellis/src/lib/trellis_permutation.h
| * | Merge branch 'master' into nextJohnathan Corgan2011-08-221-0/+1
| |\|
| | * gr-uhd: readd displaced alias for single_usrp_sinkThomas Tsou2011-08-221-0/+1
| | | | | | | | | | | | | | | | | | Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block"
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-08-202-2/+5
|\| |
| * | Merge branch 'master' into nextJohnathan Corgan2011-08-192-2/+5
| |\|