| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: autotools Makefile.am generates empty swig_docs .i files; builds in aut... | Tom Rondeau | 2011-11-27 | 1 | -0/+14 |
* | work on swig docs, added to core and digital | Josh Blum | 2011-11-16 | 7 | -23/+29 |
* | cmake: fixed up swig deps properly for make -j* | Josh Blum | 2011-11-04 | 1 | -1/+1 |
* | tags: added swigging for gr_tags header | Josh Blum | 2011-10-20 | 1 | -1/+1 |
* | swig: fix rules for generated index files | Josh Blum | 2011-10-19 | 1 | -1/+1 |
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -9/+9 |
* | core: make the lib/swig depend on the generated targets | Josh Blum | 2011-10-03 | 1 | -0/+2 |
* | swig: added python script to auto-extract dependencies | Josh Blum | 2011-09-29 | 1 | -29/+1 |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-09-28 | 1 | -0/+18 |
|\ |
|
| * | Merge branch 'master' into next | Johnathan Corgan | 2011-09-27 | 1 | -0/+18 |
| |\ |
|
| | * | swig: language independent exception handler | Josh Blum | 2011-09-27 | 1 | -0/+18 |
* | | | core: added source deps to swig files (regen on *.h,*.i) | Josh Blum | 2011-09-07 | 1 | -0/+26 |
* | | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+93 |
* | | | core: API declaration macros for core class and function symbols | Josh Blum | 2011-07-20 | 1 | -0/+2 |
|/ / |
|
* | | Minor bug fixes (from last two commits) | Ben Reynwar | 2011-02-27 | 1 | -1/+1 |
* | | Removing docstring generation from this branch. | Ben Reynwar | 2011-02-27 | 5 | -28551/+7 |
* | | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | 2011-01-30 | 3 | -220/+2275 |
* | | Merged upstream from next | Ben Reynwar | 2011-01-30 | 15 | -1264/+1221 |
|\| |
|
| * | Have swig/guile wrap enums and constants as scheme variables, not functions. | Eric Blossom | 2011-01-05 | 1 | -0/+5 |
| * | Use load-extension-global instead of load-extension | Eric Blossom | 2010-12-10 | 6 | -6/+17 |
| * | Merge branch 'next' into guile-next | Eric Blossom | 2010-12-06 | 1 | -0/+2 |
| |\ |
|
| * | | Regenerated Makefile.swig.gen's | Eric Blossom | 2010-12-03 | 1 | -30/+30 |
| * | | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | 2010-12-03 | 6 | -6/+6 |
| * | | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -7/+5 |
| * | | Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swig | Eric Blossom | 2010-11-21 | 1 | -21/+0 |
| * | | go back to the generating the lists here, so make check works again | Rob Savoye | 2010-11-21 | 1 | -9/+14 |
| * | | remove -/gnuradio_swig_bug_workaround.h, it's not generated anymore. | Rob Savoye | 2010-11-21 | 1 | -1/+0 |
| * | | don't generate this file anymore | Rob Savoye | 2010-11-21 | 1 | -0/+45 |
| * | | regenerated | Rob Savoye | 2010-11-18 | 1 | -66/+138 |
| * | | don't generate the list of scripts here, use the version in Makefile.swig | Rob Savoye | 2010-11-18 | 1 | -16/+8 |
| * | | Add support for guile std::vector< std::complex<float> >. | Eric Blossom | 2010-11-17 | 3 | -4/+451 |
| * | | regenerated | Eric Blossom | 2010-11-16 | 1 | -6/+6 |
| * | | Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when using | Eric Blossom | 2010-11-15 | 2 | -12/+24 |
| * | | regenerated | Eric Blossom | 2010-11-10 | 1 | -12/+12 |
| * | | update .gitignore | Eric Blossom | 2010-11-10 | 1 | -0/+7 |
| * | | Remove .gitignore from empty directory | Eric Blossom | 2010-11-10 | 1 | -12/+0 |
| * | | Create guile QA framework. | Eric Blossom | 2010-11-10 | 5 | -286/+0 |
| * | | Reduce guile load time from 4.5 to 1.2 seconds. | Eric Blossom | 2010-11-10 | 2 | -11/+19 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -162/+60 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -48/+42 |
| * | | add script names to swig_built_sources, not BUILT_SOURCES. Clean the generate... | Rob Savoye | 2010-11-10 | 1 | -8/+8 |
| * | | Rename coerce.scm to runtime-shim.scm. Modify core.scm to use runtime-shim. | Eric Blossom | 2010-11-10 | 3 | -1/+8 |
| * | | Export a few more items | Eric Blossom | 2010-11-10 | 1 | -1/+1 |
| * | | Cleanup gr:connect and gr:disconnect for Guile. | Eric Blossom | 2010-11-10 | 1 | -30/+26 |
| * | | Routines to coerce blocks and connect them | Eric Blossom | 2010-11-10 | 1 | -0/+88 |
| * | | move good comment to here where it belongs | Rob Savoye | 2010-11-10 | 1 | -4/+0 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -6/+24 |
| * | | Modules now load cleanly! | Eric Blossom | 2010-11-10 | 1 | -3/+45 |
| * | | gnuradio-core modules are almost loading cleanly. | Eric Blossom | 2010-11-10 | 5 | -3/+58 |
| * | | Move sizeof_* from gnuradio.i to runtime.i to avoid multiple definitions | Eric Blossom | 2010-11-10 | 1 | -9/+0 |