summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Collapse)Author
2010-11-19Enable more testsEric Blossom
2010-11-19Enable a couple more testsEric Blossom
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-18Fix guile related problems with gr_message_{sink,source}.Eric Blossom
2010-11-17fixe more testsRob Savoye
2010-11-17enable more testsRob Savoye
2010-11-17Add support for guile std::vector< std::complex<float> >.Eric Blossom
2010-11-16regeneratedEric Blossom
2010-11-15Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when usingEric Blossom
GUILE outside of gnuradio-core. This avoids the problem with the guile bindings where multiple blocks end up with the name gr:sink (e.g., audio_alsa_sink). With this change, it ends us as gr:audio-alsa-sink. Blocks in gnuradio-core continue to have the leading gr_ removed from their class names.
2010-11-14Add tests that show that vector<complex<float>> is not working...Eric Blossom
2010-11-14Make cma-equalizer-cc test workEric Blossom
2010-11-14Move true? from general_ctors.test to core.scmEric Blossom
2010-11-14Remove code that's no longer needed.Eric Blossom
2010-11-14Update gr_nop, gr_null_sink and gr_null_source to modern coding conventions.Eric Blossom
2010-11-14Fixed as many problems in general_ctors.test as I could quickly.Eric Blossom
2010-11-13dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.Eric Blossom
Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working.
2010-11-12make check in gr-audio-alsa now confirms ability to load guile bindings.Eric Blossom
2010-11-10Revert "add the .i files as dependencies"Eric Blossom
This reverts commit f43d2a4759e0ecd6519c0ac0aa4afbc54e70ea65. The dependencies doesn't make any sense. There's an attempt to run sed on files that haven't been generated yet.
2010-11-10Add @srcdir@ to test directory specifierEric Blossom
2010-11-10Remove generated file from repoEric Blossom
2010-11-10add the .i files as dependenciesRob Savoye
2010-11-10regeneratedEric Blossom
2010-11-10comment out the two failuresRob Savoye
2010-11-10add stubs, nothing seems to existRob Savoye
2010-11-10fix bogus throws and vectorsRob Savoye
2010-11-10stub out the rest of the not found testsRob Savoye
2010-11-10fix one testRob Savoye
2010-11-10fix most of the tests to work.Rob Savoye
2010-11-10initial blast through gengen testsRob Savoye
2010-11-10add stub for the only testRob Savoye
2010-11-10add tests for the stuff that works, stubs for the restRob Savoye
2010-11-10stub out all the tests, but they depend on the next branch. :-(Rob Savoye
2010-11-10Example of how to fix throw crashesEric Blossom
2010-11-10First pass at waveform-specEric Blossom
2010-11-10add tests for all the constructors, failing ones commented out for nowRob Savoye
2010-11-10Remove guile-test.in. We're not rewriting the header anymoreEric Blossom
2010-11-10make the tests directory before trying to run any testsRob Savoye
2010-11-10new test case and fix for problemEric Blossom
2010-11-10Enable test case & fix (missing throw (std::runtime_error) declaration).Eric Blossom
2010-11-10Add test case.Eric Blossom
2010-11-10New macros pass-if-throw & expect-fail-throw that test exceptions.Eric Blossom
Confirmed with "connect-5" test in 00_runtime_basics.test.
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