summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-10Add not-yet-working test that should confirm exception raisedEric Blossom
2010-11-10Add comments pointing to info on how to write test cases.Eric Blossom
2010-11-10Nuke srfi-64 codeEric Blossom
2010-11-10Make check works again, now using guile's native test-suite code.Eric Blossom
The srfi-64 code wouldn't pass it's own test code under guile...
2010-11-10Move *.test to tests directoryEric Blossom
2010-11-10guile-test -> guile-test.in so we can use @GUILE@Eric Blossom
2010-11-10Modify *.test to import correct modulesEric Blossom
2010-11-10new QA code work-in-progress (forgot -a ...)Eric Blossom
2010-11-10new QA code work-in-progressEric Blossom
2010-11-10Rename qa_*.scm to *.test to match filenaming convention expected byEric Blossom
test framework.
2010-11-10Import guile's own testing frameworkEric Blossom
2010-11-10fix syntax problem in test-assertEric Blossom
2010-11-10Refactor guile QA code to use test-group.Eric Blossom
2010-11-10Add qa_*.scm files to Makefile as noinst_DATAEric Blossom
2010-11-10Add copyright and license headerEric Blossom
2010-11-10Add QA stub files for all gnuradio-core constructorsEric Blossom
2010-11-10More guile QA codeEric Blossom
2010-11-10First real guile QA codeEric Blossom
2010-11-10update .gitignoreEric Blossom
2010-11-10Remove .gitignore from empty directoryEric Blossom
2010-11-10Create guile QA framework.Eric Blossom
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean.
2010-11-10remove comments on the stamps we dpn't use anymoreRob Savoye
2010-11-10create a list of generated script fioles.Rob Savoye
2010-11-10Import scheme API for writing test suites, srfi-61.Eric Blossom
http://srfi.schemers.org/srfi-64/srfi-64.html
2010-11-10Reduce guile load time from 4.5 to 1.2 seconds.Eric Blossom
Rewrite re-export-all to only export symbols from the module name supplied.
2010-11-10regeneratedEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10remove all generated filesRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10add script names to swig_built_sources, not BUILT_SOURCES. Clean the ↵Rob Savoye
generated files than now live in subdirectories.
2010-11-10don't add generated script files to swig_built_sources, they're already ↵Rob Savoye
added. drop unused dependencies dependencies
2010-11-10switch swig rule for guile from suffix to pattern ruleRob Savoye
2010-11-10Add simple test for guile bindings.Eric Blossom
At this point you must "make install" before running the test.
2010-11-10Rename coerce.scm to runtime-shim.scm. Modify core.scm to use runtime-shim.Eric Blossom
2010-11-10gitignore cruft for nowEric Blossom
2010-11-10Export a few more itemsEric Blossom
2010-11-10Cleanup gr:connect and gr:disconnect for Guile.Eric Blossom
Rename {dis,}connect to {dis,}primitive_connect in .i file. Update python code to reflect change.
2010-11-10Add $(GENERATED_CC) backing to _SOURCESEric Blossom
Now passes make check if --disable-gr-usrp.
2010-11-10Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGSEric Blossom
2010-11-10Revert db964d32de64c. Reintroduce warning (and correct behavior)Eric Blossom
2010-11-10Remove swig generated python code from C++-only librariesEric Blossom
2010-11-10regeneratedEric Blossom
2010-11-10Remove dead fileEric Blossom
2010-11-10Routines to coerce blocks and connect themEric Blossom
2010-11-10Rename basic_block coersion method to to_basic_block. Add to_hier_block2 ↵Eric Blossom
and to_top_block. basic_block was renamed because the number of guile generic methods on basic_block was getting large and confusing. to_hier_block2 and to_top_block were added to support coercion to those types in guile (and python). This change simplifies the handling of "connect" in guile.
2010-11-10additional regenerated filesEric Blossom
2010-11-10move good comment to here where it belongsRob Savoye
2010-11-10make sure the gnuradio directory existsRob Savoye
2010-11-10add load-extension supportRob Savoye
2010-11-10regeneratedRob Savoye