Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-pager | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-02-27 | Removing docstring generation from this branch. | Ben Reynwar | |
2011-01-30 | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | |
2010-12-27 | Add missing .test files to tarball. | Eric Blossom | |
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom | |
2010-12-03 | Regenerated Makefile.swig.gen's | Eric Blossom | |
2010-12-03 | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | |
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. | |||
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Update .gitignore's | 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-24 | Confirm we can load guile pager module | Eric Blossom | |
2010-11-19 | regenerated | Rob Savoye | |
2010-11-16 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | add load-extension support | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerate | Eric Blossom | |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regeneratd | Rob Savoye | |
2010-11-10 | don't ifdef the target away. regenerate .gen files. | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated after changes to .i files | Rob Savoye | |
2010-11-10 | regenerated after changes to the template | Rob Savoye | |
2010-11-10 | regenerated from template | Rob Savoye | |
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | |
2010-02-18 | Fix linker path in gr-pager | Johnathan Corgan | |
2009-11-03 | Directory reorganization to newer layout | Johnathan Corgan | |
Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python' |