summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/swig
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Rename guile libs to libguile-* and install them in $(libdir).Eric Blossom2010-11-106-6/+6
| | | | | | | | | | | | | | | This follows the Guile recommendations and should remove the need for adding an additional directory to LD_LIBRARY_PATH.
| * | Remove #warning from gr_swig_block_magic.iEric Blossom2010-11-101-1/+1
| | |
| * | Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-12/+18
| | |
| * | Remove leading _ from guile library names coded into .i filesEric Blossom2010-11-106-6/+6
| | |
| * | Set new install locations for guile scm code and libraries.Eric Blossom2010-11-101-2/+1
| | | | | | | | | | | | | | | I think we may want to rename the guile .so's and install them into libdir instead...
| * | Remove dead and broken code from GR_SWIG_BLOCK_MAGIC.Eric Blossom2010-11-101-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 %defineEric Blossom2010-11-101-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 PYTHONEric Blossom2010-11-101-10/+14
| | |
| * | Move TOP_SWIG_IFILES outside of if PYTHONEric Blossom2010-11-101-15/+16
| | |
| * | Add stub for gnuradio_swig.scm to get make to workEric Blossom2010-11-101-0/+13
| | |
| * | correct typo in script nameRob Savoye2010-11-101-1/+1
| | |
| * | regeneratedRob Savoye2010-11-101-6/+0
| | |
| * | move new suffix rules to common Makefile so everything can use them.Rob Savoye2010-11-101-18/+0
| | |
| * | add commentsRob Savoye2010-11-101-5/+12
| | |
| * | regeneratedRob Savoye2010-11-101-78/+96
| | |
| * | regeneratedRob Savoye2010-11-101-1272/+114
| | |
| * | use suffixes to build scm and py filesRob Savoye2010-11-101-12/+25
| | |
| * | correct which lines are under commentRob Savoye2010-11-101-2/+2
| | |
| * | load the general and gengen files, now that they compile.Rob Savoye2010-11-101-2/+2
| | |
| * | put the ifdef in the right placeRob Savoye2010-11-101-6/+6
| | |
| * | gitignore more swig generated filesEric Blossom2010-11-101-0/+12
| | |
| * | gitignore swig generated filesEric Blossom2010-11-101-0/+12
| | |
| * | correct copyright dateRob Savoye2010-11-101-1/+1
| | |
| * | improve commentRob Savoye2010-11-101-3/+3
| | |
| * | regeneratedRob Savoye2010-11-101-168/+390
| | |
| * | install the scm files for guile tooRob Savoye2010-11-101-1/+14
| | |
| * | load what'll load for nowRob Savoye2010-11-101-6/+9
| | |
| * | add top level guile fileRob Savoye2010-11-101-0/+31
| | |
| * | use foreach...subst to make a list of generated files instead of cut & paste ↵Rob Savoye2010-11-101-29/+16
| | | | | | | | | | | | for BUILT_SOURCES
| * | add the load-extension command for guileRob Savoye2010-11-106-0/+37
| | |
| * | add #warning for missing guile supportRob Savoye2010-11-101-0/+1
| | |
| * | include complex too for std::complexRob Savoye2010-11-101-0/+2
| | |
| * | wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other ↵Rob Savoye2010-11-101-0/+5
| | | | | | | | | | | | languages
| * | regeneratedRob Savoye2010-11-101-132/+186
| | |
| * | guile doesn't seem to need the header filesRob Savoye2010-11-101-13/+16
| | |
| * | look for the python name in the dependency for gnuradio_swig_bug_workaround.hRob Savoye2010-11-101-2/+2
| | |
| * | regenerated after changes to the templateRob Savoye2010-11-101-60/+156
| | |
| * | split out _SOURCES into separate values for the different scripting languages.Rob Savoye2010-11-101-2/+12
| | |
| * | regenerated from templateRob Savoye2010-11-101-54/+156
| | |
* | | Merge branch 'grorg-master'Ben Reynwar2010-12-031-0/+2
|\ \ \ | | |/ | |/|
| * | Adding typedef for uint64_t and int64_t so we can use them through SWIG.Tom Rondeau2010-11-241-0/+2
| |/
* | Merge branch 'grorg-master'Ben Reynwar2010-11-031-2/+2
|\|
| * rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-2/+2
| |
* | Generation of python docstrings from doxygen xml.Ben Reynwar2010-11-034-13/+26508
|/ | | | | | | | swig_doc.i is a swig interface file containing all the docstrings. It is generated using swig_doc.py and included by gnuradio.i. Minor changes to the swig make files have been made so that the generation of swig_doc.i occurs.
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+36
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r10817:10858 from jcorgan/cpphier into trunk. Adds ↵jcorgan2009-04-165-9/+297
| | | | | | standard place for C++ hierarchical blocks for gnuradio-core, and new gr.channel_model block from Tom Rondeau. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10859 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-147-243/+1347
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan2009-02-1010-187/+106
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan2009-02-021-14/+11
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5