Age | Commit message (Expand) | Author |
2010-12-21 | Merge branch 'next' into guile. | Eric Blossom |
2010-12-12 | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau |
2010-12-12 | PFB resampler: fixes bug where filter could be looking past the number of inp... | Tom Rondeau |
2010-12-12 | resampler PFB: Sets relative rate when rate is changed. | Tom Rondeau |
2010-12-12 | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau |
2010-12-12 | PFB resampler: fixes bug where filter could be looking past the number of inp... | Tom Rondeau |
2010-12-11 | Create method to set rate on pfb_arb_resamp after it has been created. | Matt Ettus |
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom |
2010-12-10 | Add new Guile gsubr that loads shared libraries using the equivalent of the R... | Eric Blossom |
2010-12-09 | Disable guile udp tests. They were causing a problem on some systems. | Eric Blossom |
2010-12-07 | Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure that | Eric Blossom |
2010-12-07 | Remove incorrect if PYTHON around swiginclude_HEADERS | Eric Blossom |
2010-12-06 | Merge branch 'next' into guile-next | Eric Blossom |
2010-12-06 | Merge branch 'master' into next | Tom Rondeau |
2010-12-06 | Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just... | Tom Rondeau |
2010-12-03 | Regenerated Makefile.swig.gen's | Eric Blossom |
2010-12-03 | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom |
2010-12-03 | update .gitignore | Eric Blossom |
2010-12-03 | Revert "Add "shims" for booting (mostly) from magic file system" | Eric Blossom |
2010-12-03 | Try to get block destructors called (fairly) early | Eric Blossom |
2010-12-03 | Add "shims" for booting (mostly) from magic file system | Eric Blossom |
2010-12-02 | Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile. | Eric Blossom |
2010-12-02 | Move guts of gr-run-waveform into gnuradio/run-waveform.scm | Eric Blossom |
2010-11-30 | Remove generated file from repo | Eric Blossom |
2010-11-29 | Add additional scripting language vector tests | Eric Blossom |
2010-11-29 | Modifying QA tests for the sample tags. By default, it only checks the sizes ... | Tom Rondeau |
2010-11-29 | Block is a gr_block, so this sets its relative rate. Was required for using i... | Tom Rondeau |
2010-11-29 | Removing global pmt constants. Were causing segfaults during make check. Must... | Tom Rondeau |
2010-11-28 | Swapping order of testing rrate. | Tom Rondeau |
2010-11-28 | Merge branch 'tagging' of github.com:trondeau/gnuradio into tagging | Tom Rondeau |
2010-11-28 | Changing propagation policy enum type name and making a few other minor edits. | Tom Rondeau |
2010-11-24 | Add conditionals around gnuradio-core/src/{guile,python} | Eric Blossom |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom |
2010-11-24 | Changing API for gr_skiphead to use uint64_t for the offset instead of size_t... | Tom Rondeau |
2010-11-24 | Adding typedef for uint64_t and int64_t so we can use them through SWIG. | Tom Rondeau |
2010-11-24 | Merge branch 'warnings' | Tom Rondeau |
2010-11-24 | Consistently use TESTS += in conditionals | Eric Blossom |
2010-11-23 | Move verbose-equal? to lib.scm | Eric Blossom |
2010-11-23 | Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ... | Tom Rondeau |
2010-11-23 | Removing dependency in QA code to filters that have not necessarily been buil... | Tom Rondeau |
2010-11-23 | add a few more .m files | Rob Savoye |
2010-11-22 | Check for relative rate and update tag only if not 1.0; otherwise just copy. | Tom Rondeau |
2010-11-21 | merge from upstream | Rob Savoye |
2010-11-21 | fix so distcheck *almost* fully works | Rob Savoye |
2010-11-21 | Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swig | Eric Blossom |
2010-11-21 | Merge branch 'works' into broken | Eric Blossom |
2010-11-21 | Removed comments to stdout from file tagger; made it easir to go from interna... | Tom Rondeau |
2010-11-21 | Fixed file tagger error handling so it doesn't prematurely exit under certain... | Tom Rondeau |
2010-11-21 | always cd into python or guile | Rob Savoye |
2010-11-21 | Doxygen comments. Fixing typos that were leading to warnings. | Tom Rondeau |