summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/guile
AgeCommit message (Expand)Author
2011-07-30digital: moved fll_band_edge out of gnruadio-core.Tom Rondeau
2011-07-24digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau
2011-07-21digital: moving correlate_access_code to gr-digital.Tom Rondeau
2011-07-20digital: removed LMS and CMA equalizers from core that are supplanted in gr-d...Tom Rondeau
2011-07-19digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig...Tom Rondeau
2011-07-19digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau
2011-07-19digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c...Tom Rondeau
2011-03-12Added/updated ignore files.Johnathan Corgan
2010-12-30Create symlink using install-exec-local, not install-exec-hook.Eric Blossom
2010-12-30Move example waveforms to gnuradio-examples/waveforms.Eric Blossom
2010-12-30Create and install gr-run-waveform-script, and symlink to it when installed.Eric Blossom
2010-12-23Add test to see if Guile was built with threads enabledEric Blossom
2010-12-22Check for lt_dladvise_global and fall back to using lt_dlopenext if not found.Eric Blossom
2010-12-10Add new Guile gsubr that loads shared libraries using the equivalent of the R...Eric Blossom
2010-12-09Disable guile udp tests. They were causing a problem on some systems.Eric Blossom
2010-12-03update .gitignoreEric Blossom
2010-12-03Revert "Add "shims" for booting (mostly) from magic file system"Eric Blossom
2010-12-03Try to get block destructors called (fairly) earlyEric Blossom
2010-12-03Add "shims" for booting (mostly) from magic file systemEric Blossom
2010-12-02Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom
2010-12-02Move guts of gr-run-waveform into gnuradio/run-waveform.scmEric Blossom
2010-11-24Add conditionals around gnuradio-core/src/{guile,python}Eric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-23Move verbose-equal? to lib.scmEric Blossom
2010-11-21merge from upstreamRob Savoye
2010-11-21fix so distcheck *almost* fully worksRob Savoye
2010-11-21Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom
2010-11-20Add guile SIGINT handler to gr:wait.Eric 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-18gr_msg_queue now working correctly from within guile.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-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-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
2010-11-12make check in gr-audio-alsa now confirms ability to load guile bindings.Eric Blossom
2010-11-10Add @srcdir@ to test directory specifierEric 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