Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing .test files to tarball. | Eric Blossom | 2010-12-27 | 1 | -0/+5 |
| | |||||
* | Use load-extension-global instead of load-extension | Eric Blossom | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Regenerated Makefile.swig.gen's | Eric Blossom | 2010-12-03 | 1 | -5/+5 |
| | |||||
* | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Update .gitignore's | Eric Blossom | 2010-11-24 | 1 | -0/+2 |
| | |||||
* | Update .gitignore's | Eric Blossom | 2010-11-24 | 2 | -0/+3 |
| | |||||
* | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -7/+1 |
| | | | | | | | | | 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. | ||||
* | Confirm we can load guile pager module | Eric Blossom | 2010-11-24 | 4 | -1/+88 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-19 | 1 | -11/+23 |
| | |||||
* | regenerated | Eric Blossom | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | regenerated | Eric Blossom | 2010-11-10 | 1 | -2/+2 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -27/+10 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -8/+7 |
| | |||||
* | add load-extension support | Rob Savoye | 2010-11-10 | 1 | -0/+10 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -2/+5 |
| | |||||
* | regenerate | Eric Blossom | 2010-11-10 | 1 | -6/+6 |
| | |||||
* | Rengenerate Makefile.swig.gen's | Eric Blossom | 2010-11-10 | 1 | -2/+3 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -216/+25 |
| | |||||
* | regeneratd | Rob Savoye | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | don't ifdef the target away. regenerate .gen files. | Rob Savoye | 2010-11-10 | 1 | -7/+44 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -27/+27 |
| | |||||
* | regenerated after changes to .i files | Rob Savoye | 2010-11-10 | 1 | -22/+31 |
| | |||||
* | regenerated after changes to the template | Rob Savoye | 2010-11-10 | 1 | -10/+26 |
| | |||||
* | regenerated from template | Rob Savoye | 2010-11-10 | 1 | -9/+26 |
| | |||||
* | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | 2010-10-09 | 1 | -3/+3 |
| | |||||
* | Fix linker path in gr-pager | Johnathan Corgan | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | Directory reorganization to newer layout | Johnathan Corgan | 2009-11-03 | 9 | -0/+443 |
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' |