Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-27 | Removing docstring generation from this branch. | Ben Reynwar | |
2011-01-30 | Merged upstream from next | Ben Reynwar | |
2010-12-09 | Fixed Makefile so that generation of python docstrings works. Still not ↵ | Ben Reynwar | |
well done. | |||
2010-12-04 | Move swig related suffix/pattern rules from Makefile.common to Makefile.swig. | Eric Blossom | |
2010-11-24 | Generate precise list of swig related output files. | Eric Blossom | |
This list is used to prune files from the distribution and to remove exactly the generated files during make clean. Passes distcheck. | |||
2010-11-24 | Move generate-makefile-swig rule to end of file | Eric Blossom | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
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. | |||
2010-11-23 | nuke the .d depenency files created by the suffix rules by swig | Rob Savoye | |
2010-11-21 | Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swig | Eric Blossom | |
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. | |||
2010-11-18 | don't generate python files unless python is enabled | Rob Savoye | |
2010-11-10 | create a list of generated script fioles. | Rob Savoye | |
2010-11-10 | remove all generated files | Rob Savoye | |
2010-11-10 | Version that builds guile goops bindings, but dependencies are hosed. | Eric Blossom | |
Doesn't compile cleanly, but does enough to allow experimentation with goops wrappers. We're currently seeing the nasty interaction between the package system, the "export" syntax, and generic-functions. See thread here: http://lists.gnu.org/archive/html/guile-user/2006-05/msg00007.html for background. | |||
2010-11-10 | specify . for outdir, as the suffix rules put the generated filoes in the ↵ | Rob Savoye | |
right place. | |||
2010-11-10 | use a separate output directory for generated files. | Rob Savoye | |
2010-11-10 | use simple linkage instead of passive for guile so SWIG_init gets defined | Rob Savoye | |
2010-11-10 | adjust guile output options to be what the swig guile example uses | Rob Savoye | |
2010-11-10 | add flags for swig to output guile. | Rob Savoye | |
2010-11-03 | Generation of python docstrings from doxygen xml. | Ben Reynwar | |
swig_doc.i is a swig interface file containing all the docstrings. It is generated using swig_doc.py and included by gnuradio.i. Minor changes to the swig make files have been made so that the generation of swig_doc.i occurs. | |||
2009-03-14 | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵ | jcorgan | |
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5 |