summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Generate precise list of swig related output files.Eric Blossom
This list is used to prune files from the distribution and to remove exactly the generated files during make clean. Passes distcheck.
2010-11-24Move generate-makefile-swig rule to end of fileEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
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.
2010-11-24Removed link to missing .png in an attempt to keep doxygen from crashingEric Blossom
2010-11-24Consistently use TESTS += in conditionalsEric Blossom
2010-11-24Confirm we can load guile noaa moduleEric Blossom
2010-11-24Confirm we can load guile pager moduleEric Blossom
2010-11-24use export-safelyEric Blossom
2010-11-24Confirm we can load guile usrp moduleEric Blossom
2010-11-23Add uhd.scm wrapper for uhd_swig.scmEric Blossom
2010-11-23Add disabled guile test to trellisEric Blossom
2010-11-23Move verbose-equal? to lib.scmEric Blossom
2010-11-23Enable guile test for trellisEric Blossom
2010-11-23Update to new test boilerplateEric Blossom
2010-11-23nuke the .d depenency files created by the suffix rules by swigRob Savoye
2010-11-23remove commented out block in dist-hook targetRob Savoye
2010-11-23don't nuke directories from the dist tarball, only files.Rob Savoye
2010-11-23add a few more .m filesRob Savoye
2010-11-23by default for distcheck, cpnfigure enableing both python and guile.Rob Savoye
2010-11-22always look for swigRob Savoye
2010-11-22we don't want tcl support for nowRob Savoye
2010-11-21Add missing -Eric Blossom
2010-11-21merge from upstreamRob Savoye
2010-11-21fix so distcheck *almost* fully worksRob Savoye
2010-11-21Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swigEric Blossom
Confirmed that it builds and make checks on all four combintations of --{enable,disable}-{python,guile}. Have not tested make dist, but expect that there may be some problems with it. I'm pretty sure that not all files that need to be removed from the distribution are removed, and make clean may still be leaving some files around.
2010-11-21Merge branch 'works' into brokenEric Blossom
* works: Make Guile bindings work with --with-gnuradio-core et al. Update TODO Add guile SIGINT handler to gr:wait. Minor tweaks: comments, static Add guile shim to gr_top_block::wait that exits guile mode before blocking. Enable more tests Enable a couple more tests Remove 868 useless warnings about "is deprecated". gr_msg_queue now working correctly from within guile. Disable items that require swig directors when building guile bindings.
2010-11-21don't set no_dist_dirs hereRob Savoye
2010-11-21always cd into python or guileRob Savoye
2010-11-21go back to the generating the lists here, so make check works againRob Savoye
2010-11-21always go into the swig directoryRob Savoye
2010-11-21remove -/gnuradio_swig_bug_workaround.h, it's not generated anymore.Rob Savoye
2010-11-21don't generate this file anymoreRob Savoye
2010-11-21Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom
2010-11-21Update TODOEric Blossom
2010-11-20Add guile SIGINT handler to gr:wait.Eric Blossom
2010-11-20Minor tweaks: comments, staticEric Blossom
2010-11-20Add guile shim to gr_top_block::wait that exits guile mode before blocking.Eric Blossom
2010-11-19regeneratedRob Savoye
2010-11-19wrap python files with if PYTHONRob Savoye
2010-11-19Enable more testsEric Blossom
2010-11-19Enable a couple more testsEric Blossom
2010-11-18Merge remote branch 'gnuradio.org/next' into worksEric Blossom
* gnuradio.org/next: Remove 868 useless warnings about "is deprecated".
2010-11-18Remove 868 useless warnings about "is deprecated".Eric Blossom
Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings...
2010-11-18gr_msg_queue now working correctly from within guile.Eric Blossom
2010-11-18Disable items that require swig directors when building guile bindings.Eric Blossom
2010-11-18regeneratedRob Savoye
2010-11-18don't generate the list of scripts here, use the version in Makefile.swigRob Savoye
2010-11-18don't generate python files unless python is enabledRob Savoye
2010-11-18Fix guile related problems with gr_message_{sink,source}.Eric Blossom