summaryrefslogtreecommitdiff
path: root/gr-pager/swig
Commit message (Collapse)AuthorAgeFilesLines
* docs: fixes some warnings.Tom Rondeau2011-12-061-3/+4
| | | | There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
* docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau2011-12-051-0/+1
| | | | this forces the build system to generate these before processing the other swig files.
* docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau2011-12-041-8/+9
| | | | to take care of it already.
* docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
|
* docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau2011-11-281-1/+1
| | | | directory.
* docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-281-0/+3
|
* docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau2011-11-271-2/+2
| | | | instructions for it.
* docs: Adding swig doc generation to Makefile.am files.Tom Rondeau2011-11-271-0/+9
|
* docs: forgot to have the generated .i files installed.Tom Rondeau2011-11-271-0/+1
|
* docs: added python doxygen docs to gr-pagerTom Rondeau2011-11-272-0/+6
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-5/+5
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+51
|
* Removing docstring generation from this branch.Ben Reynwar2011-02-271-1/+1
|
* Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-301-1/+1
|
* Add missing .test files to tarball.Eric Blossom2010-12-271-0/+5
|
* Use load-extension-global instead of load-extensionEric Blossom2010-12-101-1/+1
|
* Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-5/+5
|
* Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-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'sEric Blossom2010-11-241-0/+2
|
* Update .gitignore'sEric Blossom2010-11-242-0/+3
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-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 moduleEric Blossom2010-11-244-1/+88
|
* regeneratedRob Savoye2010-11-191-11/+23
|
* regeneratedEric Blossom2010-11-161-1/+1
|
* regeneratedEric Blossom2010-11-101-2/+2
|
* regeneratedRob Savoye2010-11-101-27/+10
|
* regeneratedRob Savoye2010-11-101-8/+7
|
* add load-extension supportRob Savoye2010-11-101-0/+10
|
* regeneratedRob Savoye2010-11-101-2/+5
|
* regenerateEric Blossom2010-11-101-6/+6
|
* Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-2/+3
|
* regeneratedRob Savoye2010-11-101-216/+25
|
* regeneratdRob Savoye2010-11-101-1/+1
|
* don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-101-7/+44
|
* regeneratedRob Savoye2010-11-101-27/+27
|
* regenerated after changes to .i filesRob Savoye2010-11-101-22/+31
|
* regenerated after changes to the templateRob Savoye2010-11-101-10/+26
|
* regenerated from templateRob Savoye2010-11-101-9/+26
|
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-3/+3
|
* Fix linker path in gr-pagerJohnathan Corgan2010-02-181-1/+1
|
* Directory reorganization to newer layoutJohnathan Corgan2009-11-039-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'