summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore'sEric Blossom2010-11-2423-67/+63
|
* Update .gitignore'sEric Blossom2010-11-249-0/+13
|
* Generate precise list of swig related output files.Eric Blossom2010-11-241-9/+31
| | | | | This list is used to prune files from the distribution and to remove exactly the generated files during make clean. Passes distcheck.
* Move generate-makefile-swig rule to end of fileEric Blossom2010-11-241-29/+34
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-2493-402/+245
| | | | | | | | | 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.
* Removed link to missing .png in an attempt to keep doxygen from crashingEric Blossom2010-11-241-2/+0
|
* Consistently use TESTS += in conditionalsEric Blossom2010-11-2415-21/+28
|
* Confirm we can load guile noaa moduleEric Blossom2010-11-245-5/+56
|
* Confirm we can load guile pager moduleEric Blossom2010-11-246-3/+92
|
* use export-safelyEric Blossom2010-11-241-0/+1
|
* Confirm we can load guile usrp moduleEric Blossom2010-11-245-4/+96
|
* Add uhd.scm wrapper for uhd_swig.scmEric Blossom2010-11-233-4/+32
|
* Add disabled guile test to trellisEric Blossom2010-11-231-0/+14
|
* Move verbose-equal? to lib.scmEric Blossom2010-11-232-10/+11
|
* Enable guile test for trellisEric Blossom2010-11-234-5/+70
|
* Update to new test boilerplateEric Blossom2010-11-231-4/+5
|
* nuke the .d depenency files created by the suffix rules by swigRob Savoye2010-11-231-2/+2
|
* remove commented out block in dist-hook targetRob Savoye2010-11-231-8/+0
|
* don't nuke directories from the dist tarball, only files.Rob Savoye2010-11-231-5/+8
|
* add a few more .m filesRob Savoye2010-11-231-1/+12
|
* by default for distcheck, cpnfigure enableing both python and guile.Rob Savoye2010-11-231-0/+3
|
* always look for swigRob Savoye2010-11-221-2/+0
|
* we don't want tcl support for nowRob Savoye2010-11-221-3/+0
|
* Add missing -Eric Blossom2010-11-211-1/+1
|
* merge from upstreamRob Savoye2010-11-2124-155/+341
|\
| * Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swigEric Blossom2010-11-213-30/+8
| | | | | | | | | | | | | | | | | | | | 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.
| * Merge branch 'works' into brokenEric Blossom2010-11-2121-125/+333
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom2010-11-217-37/+115
| | |
| | * Update TODOEric Blossom2010-11-211-3/+2
| | |
| | * Add guile SIGINT handler to gr:wait.Eric Blossom2010-11-202-5/+34
| | |
| | * Minor tweaks: comments, staticEric Blossom2010-11-201-6/+11
| | |
| | * Add guile shim to gr_top_block::wait that exits guile mode before blocking.Eric Blossom2010-11-202-6/+44
| | |
| | * Enable more testsEric Blossom2010-11-192-34/+33
| | |
| | * Enable a couple more testsEric Blossom2010-11-192-11/+11
| | |
| | * Merge remote branch 'gnuradio.org/next' into worksEric Blossom2010-11-184-4/+4
| | |\ | | | | | | | | | | | | | | | | * gnuradio.org/next: Remove 868 useless warnings about "is deprecated".
| | | * Remove 868 useless warnings about "is deprecated".Eric Blossom2010-11-184-4/+4
| | | | | | | | | | | | | | | | | | | | Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings...
| | * | gr_msg_queue now working correctly from within guile.Eric Blossom2010-11-182-3/+74
| | | |
| | * | Disable items that require swig directors when building guile bindings.Eric Blossom2010-11-182-24/+13
| | | |
* | | | fix so distcheck *almost* fully worksRob Savoye2010-11-213-0/+8
| | | |
* | | | don't set no_dist_dirs hereRob Savoye2010-11-211-1/+0
| | | |
* | | | always cd into python or guileRob Savoye2010-11-211-7/+1
|/ / /
* | | go back to the generating the lists here, so make check works againRob Savoye2010-11-211-9/+14
| | |
* | | always go into the swig directoryRob Savoye2010-11-211-4/+1
| | |
* | | remove -/gnuradio_swig_bug_workaround.h, it's not generated anymore.Rob Savoye2010-11-211-1/+0
| | |
* | | don't generate this file anymoreRob Savoye2010-11-211-0/+45
| | |
* | | regeneratedRob Savoye2010-11-1921-242/+506
| | |
* | | wrap python files with if PYTHONRob Savoye2010-11-191-11/+23
| | |
* | | regeneratedRob Savoye2010-11-182-77/+161
| | |
* | | don't generate the list of scripts here, use the version in Makefile.swigRob Savoye2010-11-181-16/+8
| | |
* | | don't generate python files unless python is enabledRob Savoye2010-11-181-0/+2
|/ /