summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Expand)Author
2011-01-06Merge branch 'master' into nextTom Rondeau
2011-01-06Fixed error in the name of the test_filter output files.Tom Rondeau
2011-01-05Have swig/guile wrap enums and constants as scheme variables, not functions.Eric Blossom
2011-01-04Fixing how far get_tags_in_range looks; should be exclusive of end point.Tom Rondeau
2011-01-04Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-01-04Only prune if we've moved on in the number of items read. Fixes the problem o...Tom Rondeau
2011-01-02Going back to iterators for use in erasing items from the deque.Tom Rondeau
2011-01-02Not using an iterator to prune the tags to see if this fixes a problem in Win...Tom Rondeau
2011-01-02Buffers now hold on to all tags from both this window and the last window of ...Tom Rondeau
2011-01-02Fixing a comment.Tom Rondeau
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-28Merge branch 'master' into nextTom Rondeau
2010-12-28Under extreme circumstances, optfir might never produce an answer (atten>300)...Tom Rondeau
2010-12-28Allowing PFB interpolator to be called without specifying the taps; autogen t...Tom Rondeau
2010-12-28Allowing PFB decimator to be called without specifying the taps; autogen taps...Tom Rondeau
2010-12-28PFB channelizer can be specified without external taps. Uses optfir to genera...Tom Rondeau
2010-12-28Updating the arb. resampler to use the optfir filter that provides better spe...Tom Rondeau
2010-12-23Merge branch 'master' into nextTom Rondeau
2010-12-23Modifying the unittest output. XML files are no longer written outside of the...Tom Rondeau
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-21Merge branch 'next' into guile.Eric Blossom
2010-12-12PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau
2010-12-12PFB resampler: fixes bug where filter could be looking past the number of inp...Tom Rondeau
2010-12-12resampler PFB: Sets relative rate when rate is changed.Tom Rondeau
2010-12-12PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau
2010-12-12PFB resampler: fixes bug where filter could be looking past the number of inp...Tom Rondeau
2010-12-11Create method to set rate on pfb_arb_resamp after it has been created.Matt Ettus
2010-12-10Use load-extension-global instead of load-extensionEric 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-07Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom
2010-12-07Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-12-06Merge branch 'master' into nextTom Rondeau
2010-12-06Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just...Tom Rondeau
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.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-30Remove generated file from repoEric Blossom
2010-11-29Add additional scripting language vector testsEric Blossom
2010-11-29Modifying QA tests for the sample tags. By default, it only checks the sizes ...Tom Rondeau
2010-11-29Block is a gr_block, so this sets its relative rate. Was required for using i...Tom Rondeau