summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/swig
Commit message (Collapse)AuthorAgeFilesLines
* docs: autotools Makefile.am generates empty swig_docs .i files; builds in ↵Tom Rondeau2011-11-271-0/+14
| | | | | | | | autotools and cmake. The autotools build does not auto-generate the Python documentation for each block like we do with the cmake build, but the empty .i files are required to build things regardless. The swig_doc.py and doxyxml files are distributed with the autotools build in case someone wants to generate this on their own (see README.doxyxml for how to do this). Only for gnuradio-core and gr-digital currently.
* work on swig docs, added to core and digitalJosh Blum2011-11-167-23/+29
|
* cmake: fixed up swig deps properly for make -j*Josh Blum2011-11-041-1/+1
| | | | | Also took the time to fix up the swig index file generation. This may have not-been auto-regenerating before as well.
* tags: added swigging for gr_tags headerJosh Blum2011-10-201-1/+1
|
* swig: fix rules for generated index filesJosh Blum2011-10-191-1/+1
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-9/+9
|
* core: make the lib/swig depend on the generated targetsJosh Blum2011-10-031-0/+2
|
* swig: added python script to auto-extract dependenciesJosh Blum2011-09-291-29/+1
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-281-0/+18
|\
| * Merge branch 'master' into nextJohnathan Corgan2011-09-271-0/+18
| |\
| | * swig: language independent exception handlerJosh Blum2011-09-271-0/+18
| | |
* | | core: added source deps to swig files (regen on *.h,*.i)Josh Blum2011-09-071-0/+26
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+93
| | |
* | | core: API declaration macros for core class and function symbolsJosh Blum2011-07-201-0/+2
|/ /
* | Minor bug fixes (from last two commits)Ben Reynwar2011-02-271-1/+1
| |
* | Removing docstring generation from this branch.Ben Reynwar2011-02-275-28551/+7
| |
* | Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-303-220/+2275
| |
* | Merged upstream from nextBen Reynwar2011-01-3015-1264/+1221
|\|
| * Have swig/guile wrap enums and constants as scheme variables, not functions.Eric Blossom2011-01-051-0/+5
| |
| * Use load-extension-global instead of load-extensionEric Blossom2010-12-106-6/+17
| |
| * Merge branch 'next' into guile-nextEric Blossom2010-12-061-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck.
| * | Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-30/+30
| | |
| * | Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-036-6/+6
| | | | | | | | | | | | | | | The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
| * | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
| * | Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swigEric Blossom2010-11-211-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Confirmed that it builds and make checks on all four combintations of --{enable,disable}-{python,guile}. Have not tested make dist, but expect that there may be some problems with it. I'm pretty sure that not all files that need to be removed from the distribution are removed, and make clean may still be leaving some files around.
| * | go back to the generating the lists here, so make check works againRob Savoye2010-11-211-9/+14
| | |
| * | remove -/gnuradio_swig_bug_workaround.h, it's not generated anymore.Rob Savoye2010-11-211-1/+0
| | |
| * | don't generate this file anymoreRob Savoye2010-11-211-0/+45
| | |
| * | regeneratedRob Savoye2010-11-181-66/+138
| | |
| * | don't generate the list of scripts here, use the version in Makefile.swigRob Savoye2010-11-181-16/+8
| | |
| * | Add support for guile std::vector< std::complex<float> >.Eric Blossom2010-11-173-4/+451
| | |
| * | regeneratedEric Blossom2010-11-161-6/+6
| | |
| * | Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when usingEric Blossom2010-11-152-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GUILE outside of gnuradio-core. This avoids the problem with the guile bindings where multiple blocks end up with the name gr:sink (e.g., audio_alsa_sink). With this change, it ends us as gr:audio-alsa-sink. Blocks in gnuradio-core continue to have the leading gr_ removed from their class names.
| * | regeneratedEric Blossom2010-11-101-12/+12
| | |
| * | update .gitignoreEric Blossom2010-11-101-0/+7
| | |
| * | Remove .gitignore from empty directoryEric Blossom2010-11-101-12/+0
| | |
| * | Create guile QA framework.Eric Blossom2010-11-105-286/+0
| | | | | | | | | | | | | | | Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean.
| * | Reduce guile load time from 4.5 to 1.2 seconds.Eric Blossom2010-11-102-11/+19
| | | | | | | | | | | | Rewrite re-export-all to only export symbols from the module name supplied.
| * | regeneratedRob Savoye2010-11-101-162/+60
| | |
| * | regeneratedRob Savoye2010-11-101-48/+42
| | |
| * | add script names to swig_built_sources, not BUILT_SOURCES. Clean the ↵Rob Savoye2010-11-101-8/+8
| | | | | | | | | | | | generated files than now live in subdirectories.
| * | Rename coerce.scm to runtime-shim.scm. Modify core.scm to use runtime-shim.Eric Blossom2010-11-103-1/+8
| | |
| * | Export a few more itemsEric Blossom2010-11-101-1/+1
| | |
| * | Cleanup gr:connect and gr:disconnect for Guile.Eric Blossom2010-11-101-30/+26
| | | | | | | | | | | | | | | Rename {dis,}connect to {dis,}primitive_connect in .i file. Update python code to reflect change.
| * | Routines to coerce blocks and connect themEric Blossom2010-11-101-0/+88
| | |
| * | move good comment to here where it belongsRob Savoye2010-11-101-4/+0
| | |
| * | regeneratedRob Savoye2010-11-101-6/+24
| | |
| * | Modules now load cleanly!Eric Blossom2010-11-101-3/+45
| | |
| * | gnuradio-core modules are almost loading cleanly.Eric Blossom2010-11-105-3/+58
| | |
| * | Move sizeof_* from gnuradio.i to runtime.i to avoid multiple definitionsEric Blossom2010-11-101-9/+0
| | |