Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | s/_swig_py_/_core_/g | Eric Blossom | |
2010-11-10 | regenerate | Eric Blossom | |
2010-11-10 | Rename guile libs to libguile-* and install them in $(libdir). | Eric Blossom | |
This follows the Guile recommendations and should remove the need for adding an additional directory to LD_LIBRARY_PATH. | |||
2010-11-10 | Remove #warning from gr_swig_block_magic.i | Eric Blossom | |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom | |
2010-11-10 | Remove leading _ from guile library names coded into .i files | Eric Blossom | |
2010-11-10 | Set new install locations for guile scm code and libraries. | Eric Blossom | |
I think we may want to rename the guile .so's and install them into libdir instead... | |||
2010-11-10 | Remove dead and broken code from GR_SWIG_BLOCK_MAGIC. | Eric Blossom | |
Looks like this hasn't been used since we converted the hier_block stuff to C++, and it's been broken since then. | |||
2010-11-10 | Move #ifdef SWIGPYTHON outside of %define | Eric Blossom | |
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. | |||
2010-11-10 | Move common stuff outside of if PYTHON | Eric Blossom | |
2010-11-10 | Move TOP_SWIG_IFILES outside of if PYTHON | Eric Blossom | |
2010-11-10 | Add stub for gnuradio_swig.scm to get make to work | Eric Blossom | |
2010-11-10 | correct typo in script name | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | move new suffix rules to common Makefile so everything can use them. | Rob Savoye | |
2010-11-10 | add comments | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | use suffixes to build scm and py files | Rob Savoye | |
2010-11-10 | correct which lines are under comment | Rob Savoye | |
2010-11-10 | load the general and gengen files, now that they compile. | Rob Savoye | |
2010-11-10 | put the ifdef in the right place | Rob Savoye | |
2010-11-10 | gitignore more swig generated files | Eric Blossom | |
2010-11-10 | gitignore swig generated files | Eric Blossom | |
2010-11-10 | correct copyright date | Rob Savoye | |
2010-11-10 | improve comment | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | install the scm files for guile too | Rob Savoye | |
2010-11-10 | load what'll load for now | Rob Savoye | |
2010-11-10 | add top level guile file | Rob Savoye | |
2010-11-10 | use foreach...subst to make a list of generated files instead of cut & paste ↵ | Rob Savoye | |
for BUILT_SOURCES | |||
2010-11-10 | add the load-extension command for guile | Rob Savoye | |
2010-11-10 | add #warning for missing guile support | Rob Savoye | |
2010-11-10 | include complex too for std::complex | Rob Savoye | |
2010-11-10 | wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other ↵ | Rob Savoye | |
languages | |||
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | guile doesn't seem to need the header files | Rob Savoye | |
2010-11-10 | look for the python name in the dependency for gnuradio_swig_bug_workaround.h | Rob Savoye | |
2010-11-10 | regenerated after changes to the template | Rob Savoye | |
2010-11-10 | split out _SOURCES into separate values for the different scripting languages. | Rob Savoye | |
2010-11-10 | regenerated from template | Rob Savoye | |
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | |
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-27 | Merged r11123:11148 from jcorgan/np into trunk. | jcorgan | |
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 | |||
2009-04-16 | Merged changeset r10817:10858 from jcorgan/cpphier into trunk. Adds ↵ | jcorgan | |
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 | |||
2009-03-14 | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵ | jcorgan | |
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 | |||
2009-02-10 | Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-02-02 | Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-01-31 | Merged in misc_fixes branch. | michaelld | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10350 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-02-21 | Merged build_config branch into trunk: | michaelld | |
1) Modified top-level run_tests.sh script: a) to execute code for setting or changing the library search path in Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs only, not on other host OSs. b) Added local (to the component making check) library paths to those same search paths, since libtool doesn't do it (unlike in Linux). 2) In all AM Makefiles -except those dealing with USRP firmware-, changes INCLUDES to AM_CPPFLAGS since the former is deprecated. 3) Changed AM_CPPFLAGS to FW_INCLUDES for commands .c.rel in USRP firmware. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7769 221aa14e-8319-0410-a670-987f0aec2ac5 |