Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 20 | -2850/+0 |
| | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | digital: fixed QA tests for ofdm. | Tom Rondeau | 2011-10-12 | 1 | -22/+0 |
| | |||||
* | Updating QA code for PLL blocks. Setting gains using new loop bw concept ↵ | Tom Rondeau | 2011-08-29 | 1 | -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 Rondeau | 2011-07-30 | 1 | -3/+0 |
| | |||||
* | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵ | Tom Rondeau | 2011-07-24 | 1 | -3/+0 |
| | | | | code for it. | ||||
* | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 1 | -6/+0 |
| | |||||
* | digital: removed LMS and CMA equalizers from core that are supplanted in ↵ | Tom Rondeau | 2011-07-20 | 2 | -9/+0 |
| | | | | gr-digital. | ||||
* | digital: removed gr_costas_loop from gnuradio-core that is replaced in ↵ | Tom Rondeau | 2011-07-19 | 1 | -4/+0 |
| | | | | gr-digital. | ||||
* | digital: moved clock_recovery_ff/cc to gr-digital. | Tom Rondeau | 2011-07-19 | 1 | -8/+0 |
| | |||||
* | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵ | Tom Rondeau | 2011-07-19 | 1 | -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 Corgan | 2011-03-12 | 1 | -0/+1 |
| | |||||
* | Create symlink using install-exec-local, not install-exec-hook. | Eric Blossom | 2010-12-30 | 1 | -7/+6 |
| | | | | Also rm the symlink using uninstall-local. Passes distcheck. | ||||
* | Move example waveforms to gnuradio-examples/waveforms. | Eric Blossom | 2010-12-30 | 3 | -74/+0 |
| | |||||
* | Create and install gr-run-waveform-script, and symlink to it when installed. | Eric Blossom | 2010-12-30 | 4 | -43/+61 |
| | |||||
* | Add test to see if Guile was built with threads enabled | Eric Blossom | 2010-12-23 | 1 | -0/+1 |
| | |||||
* | Check for lt_dladvise_global and fall back to using lt_dlopenext if not found. | Eric Blossom | 2010-12-22 | 1 | -0/+31 |
| | |||||
* | Add new Guile gsubr that loads shared libraries using the equivalent of the ↵ | Eric Blossom | 2010-12-10 | 2 | -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 Blossom | 2010-12-09 | 1 | -6/+6 |
| | |||||
* | update .gitignore | Eric Blossom | 2010-12-03 | 1 | -0/+1 |
| | |||||
* | Revert "Add "shims" for booting (mostly) from magic file system" | Eric Blossom | 2010-12-03 | 2 | -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) early | Eric Blossom | 2010-12-03 | 1 | -2/+4 |
| | |||||
* | Add "shims" for booting (mostly) from magic file system | Eric Blossom | 2010-12-03 | 2 | -0/+28 |
| | |||||
* | Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile. | Eric Blossom | 2010-12-02 | 5 | -0/+118 |
| | | | | Passes distcheck. | ||||
* | Move guts of gr-run-waveform into gnuradio/run-waveform.scm | Eric Blossom | 2010-12-02 | 2 | -0/+54 |
| | |||||
* | Add conditionals around gnuradio-core/src/{guile,python} | Eric Blossom | 2010-11-24 | 1 | -1/+5 |
| | |||||
* | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -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.scm | Eric Blossom | 2010-11-23 | 2 | -10/+11 |
| | |||||
* | merge from upstream | Rob Savoye | 2010-11-21 | 6 | -50/+110 |
|\ | |||||
| * | Make Guile bindings work with --with-gnuradio-core et al. | Eric Blossom | 2010-11-21 | 1 | -5/+7 |
| | | |||||
| * | Add guile SIGINT handler to gr:wait. | Eric Blossom | 2010-11-20 | 1 | -3/+32 |
| | | |||||
| * | Add guile shim to gr_top_block::wait that exits guile mode before blocking. | Eric Blossom | 2010-11-20 | 1 | -1/+12 |
| | | |||||
| * | Enable more tests | Eric Blossom | 2010-11-19 | 2 | -34/+33 |
| | | |||||
| * | Enable a couple more tests | Eric Blossom | 2010-11-19 | 1 | -10/+10 |
| | | |||||
| * | gr_msg_queue now working correctly from within guile. | Eric Blossom | 2010-11-18 | 1 | -0/+19 |
| | | |||||
* | | fix so distcheck *almost* fully works | Rob Savoye | 2010-11-21 | 1 | -0/+3 |
|/ | |||||
* | Fix guile related problems with gr_message_{sink,source}. | Eric Blossom | 2010-11-18 | 2 | -10/+24 |
| | |||||
* | fixe more tests | Rob Savoye | 2010-11-17 | 2 | -31/+31 |
| | |||||
* | enable more tests | Rob Savoye | 2010-11-17 | 5 | -114/+92 |
| | |||||
* | Add tests that show that vector<complex<float>> is not working... | Eric Blossom | 2010-11-14 | 1 | -0/+22 |
| | |||||
* | Make cma-equalizer-cc test work | Eric Blossom | 2010-11-14 | 1 | -3/+3 |
| | |||||
* | Move true? from general_ctors.test to core.scm | Eric Blossom | 2010-11-14 | 2 | -4/+4 |
| | |||||
* | Fixed as many problems in general_ctors.test as I could quickly. | Eric Blossom | 2010-11-14 | 1 | -60/+51 |
| | |||||
* | dail-tone.wfd example waveform can be loaded and run by gr-run-waveform. | Eric Blossom | 2010-11-13 | 2 | -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 Blossom | 2010-11-12 | 1 | -3/+3 |
| | |||||
* | Add @srcdir@ to test directory specifier | Eric Blossom | 2010-11-10 | 2 | -5/+1 |
| | |||||
* | comment out the two failures | Rob Savoye | 2010-11-10 | 1 | -4/+4 |
| | |||||
* | add stubs, nothing seems to exist | Rob Savoye | 2010-11-10 | 1 | -51/+200 |
| | |||||
* | fix bogus throws and vectors | Rob Savoye | 2010-11-10 | 1 | -97/+87 |
| | |||||
* | stub out the rest of the not found tests | Rob Savoye | 2010-11-10 | 1 | -20/+19 |
| | |||||
* | fix one test | Rob Savoye | 2010-11-10 | 1 | -1/+1 |
| |