summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/guile
Commit message (Collapse)AuthorAgeFilesLines
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0820-2850/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* digital: fixed QA tests for ofdm.Tom Rondeau2011-10-121-22/+0
|
* Updating QA code for PLL blocks. Setting gains using new loop bw concept ↵Tom Rondeau2011-08-291-3/+3
| | | | changes the behavior slightly so new values were necessary. By explicitly setting alpha and beta to the previous values still worked, though.
* digital: moved fll_band_edge out of gnruadio-core.Tom Rondeau2011-07-301-3/+0
|
* digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵Tom Rondeau2011-07-241-3/+0
| | | | code for it.
* digital: moving correlate_access_code to gr-digital.Tom Rondeau2011-07-211-6/+0
|
* digital: removed LMS and CMA equalizers from core that are supplanted in ↵Tom Rondeau2011-07-202-9/+0
| | | | gr-digital.
* digital: removed gr_costas_loop from gnuradio-core that is replaced in ↵Tom Rondeau2011-07-191-4/+0
| | | | gr-digital.
* digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau2011-07-191-8/+0
|
* digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵Tom Rondeau2011-07-191-6/+0
| | | | code. Removed constellation_decoder and everything that dependedon it. Must switch everything to digital_constellation_decoder now. Also moved gmsk to gr-digital. Make check passes.
* Added/updated ignore files.Johnathan Corgan2011-03-121-0/+1
|
* Create symlink using install-exec-local, not install-exec-hook.Eric Blossom2010-12-301-7/+6
| | | | Also rm the symlink using uninstall-local. Passes distcheck.
* Move example waveforms to gnuradio-examples/waveforms.Eric Blossom2010-12-303-74/+0
|
* Create and install gr-run-waveform-script, and symlink to it when installed.Eric Blossom2010-12-304-43/+61
|
* Add test to see if Guile was built with threads enabledEric Blossom2010-12-231-0/+1
|
* Check for lt_dladvise_global and fall back to using lt_dlopenext if not found.Eric Blossom2010-12-221-0/+31
|
* Add new Guile gsubr that loads shared libraries using the equivalent of the ↵Eric Blossom2010-12-102-0/+102
| | | | | | | RTLD_GLOBAL flag. This is part of a work-around for swig bug: 1863647 http://sourceforge.net/tracker/index.php?func=detail&aid=1863647&group_id=1645&atid=101645
* Disable guile udp tests. They were causing a problem on some systems.Eric Blossom2010-12-091-6/+6
|
* update .gitignoreEric Blossom2010-12-031-0/+1
|
* Revert "Add "shims" for booting (mostly) from magic file system"Eric Blossom2010-12-032-28/+0
| | | | | | | This reverts commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b. This stragegy didn't work. Our new gsubrs have not yet be defined when the ice-9/boot-9.scm code is loaded.
* Try to get block destructors called (fairly) earlyEric Blossom2010-12-031-2/+4
|
* Add "shims" for booting (mostly) from magic file systemEric Blossom2010-12-032-0/+28
|
* Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom2010-12-025-0/+118
| | | | Passes distcheck.
* Move guts of gr-run-waveform into gnuradio/run-waveform.scmEric Blossom2010-12-022-0/+54
|
* Add conditionals around gnuradio-core/src/{guile,python}Eric Blossom2010-11-241-1/+5
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-3/+1
| | | | | | | | | 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.
* Move verbose-equal? to lib.scmEric Blossom2010-11-232-10/+11
|
* merge from upstreamRob Savoye2010-11-216-50/+110
|\
| * Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom2010-11-211-5/+7
| |
| * Add guile SIGINT handler to gr:wait.Eric Blossom2010-11-201-3/+32
| |
| * Add guile shim to gr_top_block::wait that exits guile mode before blocking.Eric Blossom2010-11-201-1/+12
| |
| * Enable more testsEric Blossom2010-11-192-34/+33
| |
| * Enable a couple more testsEric Blossom2010-11-191-10/+10
| |
| * gr_msg_queue now working correctly from within guile.Eric Blossom2010-11-181-0/+19
| |
* | fix so distcheck *almost* fully worksRob Savoye2010-11-211-0/+3
|/
* Fix guile related problems with gr_message_{sink,source}.Eric Blossom2010-11-182-10/+24
|
* fixe more testsRob Savoye2010-11-172-31/+31
|
* enable more testsRob Savoye2010-11-175-114/+92
|
* Add tests that show that vector<complex<float>> is not working...Eric Blossom2010-11-141-0/+22
|
* Make cma-equalizer-cc test workEric Blossom2010-11-141-3/+3
|
* Move true? from general_ctors.test to core.scmEric Blossom2010-11-142-4/+4
|
* Fixed as many problems in general_ctors.test as I could quickly.Eric Blossom2010-11-141-60/+51
|
* dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.Eric Blossom2010-11-132-12/+32
| | | | | | 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.
* make check in gr-audio-alsa now confirms ability to load guile bindings.Eric Blossom2010-11-121-3/+3
|
* Add @srcdir@ to test directory specifierEric Blossom2010-11-102-5/+1
|
* comment out the two failuresRob Savoye2010-11-101-4/+4
|
* add stubs, nothing seems to existRob Savoye2010-11-101-51/+200
|
* fix bogus throws and vectorsRob Savoye2010-11-101-97/+87
|
* stub out the rest of the not found testsRob Savoye2010-11-101-20/+19
|
* fix one testRob Savoye2010-11-101-1/+1
|