| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 code... | Tom Rondeau | 2011-07-24 | 1 | -3/+0 |
* | 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 gr-d... | Tom Rondeau | 2011-07-20 | 2 | -9/+0 |
* | digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig... | Tom Rondeau | 2011-07-19 | 1 | -4/+0 |
* | 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 c... | Tom Rondeau | 2011-07-19 | 1 | -6/+0 |
* | 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 |
* | 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 R... | Eric Blossom | 2010-12-10 | 2 | -0/+102 |
* | 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 |
* | 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 |
* | 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 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 |
* | 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 |
* | fix most of the tests to work. | Rob Savoye | 2010-11-10 | 1 | -100/+73 |
* | initial blast through gengen tests | Rob Savoye | 2010-11-10 | 1 | -28/+204 |
* | add stub for the only test | Rob Savoye | 2010-11-10 | 1 | -0/+6 |