summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-17Merge remote branch 'gnuradio.org/next' into testEric Blossom
* gnuradio.org/next: distcheck fix for gr-uhd Keep doxygen 1.7.1 from crashing. uhd: swig changes for templated ranges
2010-11-17distcheck fix for gr-uhdEric Blossom
2010-11-17Keep doxygen 1.7.1 from crashing.Eric Blossom
2010-11-17don't look for swig if no scripting language is specified.Rob Savoye
2010-11-17remove incomplete Tcl support to not confuse peopleRob Savoye
2010-11-17Updated TODOEric Blossom
2010-11-17Add support for guile std::vector< std::complex<float> >.Eric Blossom
2010-11-17Update .gitignoreEric Blossom
2010-11-16Fix guile related problem with gr-usrpEric Blossom
2010-11-16regeneratedEric Blossom
2010-11-16Add _python that was dropped from Makefile.swig.gen.tEric Blossom
2010-11-16Merge branch 'uhd_ranges' into nextJosh Blum
2010-11-15Update TODOEric 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-15add other .i files to EXTRA_DIST so it'll almost distcheckRob Savoye
2010-11-15make howto build the new wayRob Savoye
2010-11-15updated by bootstrapRob Savoye
2010-11-15add support for --enable-guileRob Savoye
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-13Update Guile-TODOEric Blossom
2010-11-13Fix swig .i dependency problemEric Blossom
2010-11-13Update Guile-TODOEric 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-12Cleanup alsa Makefile.amEric Blossom
2010-11-12Avoid entering duplicate directory into LTDL_LIBRARY_PATHEric Blossom
2010-11-12Really make gr-audio-alsa make check run guile testsEric Blossom
2010-11-12make check in gr-audio-alsa now confirms ability to load guile bindings.Eric Blossom
2010-11-10Add -MD back to swig args, otherwise it doesn't generate dependenciesEric 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-10don't remove the Std file.Rob Savoye
2010-11-10regeneratedEric Blossom