Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rengenerate Makefile.swig.gen's | Eric Blossom | 2010-11-10 | 23 | -886/+199 |
| | |||||
* | Remove leading _ from guile library names coded into .i files | Eric Blossom | 2010-11-10 | 6 | -6/+6 |
| | |||||
* | Set new install locations for guile scm code and libraries. | Eric Blossom | 2010-11-10 | 3 | -4/+7 |
| | | | | | I think we may want to rename the guile .so's and install them into libdir instead... | ||||
* | generate dependencies for .i files. | Rob Savoye | 2010-11-10 | 2 | -2/+7 |
| | |||||
* | Remove dead and broken code from GR_SWIG_BLOCK_MAGIC. | Eric Blossom | 2010-11-10 | 1 | -1/+0 |
| | | | | | Looks like this hasn't been used since we converted the hier_block stuff to C++, and it's been broken since then. | ||||
* | Move #ifdef SWIGPYTHON outside of %define | Eric Blossom | 2010-11-10 | 1 | -4/+9 |
| | | | | | | | There's apparently a time-of-evaluation issue here. The docs say they reevaluate the contents of %define at expansion time. Apparently SWIGPYTHON et al. aren't defined in whatever scope that may be. | ||||
* | Move common stuff outside of if PYTHON | Eric Blossom | 2010-11-10 | 2 | -11/+15 |
| | |||||
* | Move TOP_SWIG_IFILES outside of if PYTHON | Eric Blossom | 2010-11-10 | 1 | -15/+16 |
| | |||||
* | Add stub for gnuradio_swig.scm to get make to work | Eric Blossom | 2010-11-10 | 1 | -0/+13 |
| | |||||
* | correct typo in script name | Rob Savoye | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | 2010-11-10 | 14 | -212/+79 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -182/+39 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 18 | -3577/+469 |
| | |||||
* | move new suffix rules to common Makefile so everything can use them. | Rob Savoye | 2010-11-10 | 2 | -18/+19 |
| | |||||
* | add comments | Rob Savoye | 2010-11-10 | 1 | -5/+12 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -78/+96 |
| | |||||
* | tweak dependencies to work through all the name munging | Rob Savoye | 2010-11-10 | 1 | -13/+16 |
| | |||||
* | specify . for outdir, as the suffix rules put the generated filoes in the ↵ | Rob Savoye | 2010-11-10 | 1 | -7/+2 |
| | | | | right place. | ||||
* | regenerated | Rob Savoye | 2010-11-10 | 2 | -1305/+147 |
| | |||||
* | use suffixes to build scm and py files | Rob Savoye | 2010-11-10 | 1 | -12/+25 |
| | |||||
* | don't list .cc as a dependency, we always get one from the py or scm ↵ | Rob Savoye | 2010-11-10 | 1 | -6/+2 |
| | | | | dependency, which is more portable | ||||
* | don't append pythom or guile to everything. Use suffix rules to build scm ↵ | Rob Savoye | 2010-11-10 | 1 | -211/+22 |
| | | | | and py files. | ||||
* | use a separate output directory for generated files. | Rob Savoye | 2010-11-10 | 1 | -4/+3 |
| | |||||
* | correct which lines are under comment | Rob Savoye | 2010-11-10 | 1 | -2/+2 |
| | |||||
* | don't build the python specific code for guile | Rob Savoye | 2010-11-10 | 1 | -0/+3 |
| | |||||
* | load the general and gengen files, now that they compile. | Rob Savoye | 2010-11-10 | 1 | -2/+2 |
| | |||||
* | regeneratd | Rob Savoye | 2010-11-10 | 12 | -13/+13 |
| | |||||
* | Change const vector to const vector ref to ease swigging. | Eric Blossom | 2010-11-10 | 6 | -22/+22 |
| | |||||
* | gitignore swig generated files | Eric Blossom | 2010-11-10 | 1 | -0/+1 |
| | |||||
* | gitignore swig generated files | Eric Blossom | 2010-11-10 | 2 | -2/+6 |
| | |||||
* | put the ifdef in the right place | Rob Savoye | 2010-11-10 | 1 | -6/+6 |
| | |||||
* | don't ifdef the target away. regenerate .gen files. | Rob Savoye | 2010-11-10 | 13 | -92/+573 |
| | |||||
* | Make fft window parameter a const vector ref to ease swigging. | Eric Blossom | 2010-11-10 | 4 | -14/+14 |
| | |||||
* | gitignore more swig generated files | Eric Blossom | 2010-11-10 | 1 | -0/+12 |
| | |||||
* | gitignore swig generated files | Eric Blossom | 2010-11-10 | 1 | -0/+12 |
| | |||||
* | Update generated files | Eric Blossom | 2010-11-10 | 4 | -124/+305 |
| | |||||
* | correct copyright date | Rob Savoye | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | improve comment | Rob Savoye | 2010-11-10 | 1 | -3/+3 |
| | |||||
* | regenerated | Rob Savoye | 2010-11-10 | 13 | -519/+741 |
| | |||||
* | install the scm files for guile too | Rob Savoye | 2010-11-10 | 1 | -1/+14 |
| | |||||
* | load what'll load for now | Rob Savoye | 2010-11-10 | 1 | -6/+9 |
| | |||||
* | instllthe top leel scm file for guile. Generate all files for guile too | Rob Savoye | 2010-11-10 | 1 | -28/+65 |
| | |||||
* | add variables for the data and lib directories as specified by guile-config | Rob Savoye | 2010-11-10 | 1 | -0/+5 |
| | |||||
* | add top level guile file | Rob Savoye | 2010-11-10 | 1 | -0/+31 |
| | |||||
* | use foreach...subst to make a list of generated files instead of cut & paste ↵ | Rob Savoye | 2010-11-10 | 1 | -29/+16 |
| | | | | for BUILT_SOURCES | ||||
* | don't stub out ensure_py_gil_state, ifdef it out as it's python specific | Rob Savoye | 2010-11-10 | 1 | -1/+10 |
| | |||||
* | add the load-extension command for guile | Rob Savoye | 2010-11-10 | 6 | -0/+37 |
| | |||||
* | use simple linkage instead of passive for guile so SWIG_init gets defined | Rob Savoye | 2010-11-10 | 1 | -4/+4 |
| | |||||
* | use guile-config to find the proper flags | Rob Savoye | 2010-11-10 | 1 | -2/+10 |
| | |||||
* | don't use ensure_py_gil_state for guile | Rob Savoye | 2010-11-10 | 1 | -1/+13 |
| |