[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (cf5ebff -> 0a1a76d)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (cf5ebff -> 0a1a76d) |
Date: |
Wed, 9 Mar 2016 15:50:51 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch maint
in repository gnuradio.
from cf5ebff gr_modtool: gr_modtool rename command attempts to move
GRC XML files based on block name, however it creates them with the module name
prefixed, and attempts to move the wrong files. This fixes that behavior
new 507dc4a grc: run flowgraphs even if bypassed blocks contain errors
new fd6fc55 CMake: Fix dummy command in UseSWIG.cmake
new c4b0d7c filter docs: add bt parameter to docs for gaussian filter
new 0f8a21c docs: reformat firdes docs to render nicely in doxygen
new a06a0a0 docs: change firdes::low_pass2 docs to match
implementation comments
new 23359fe Merge remote-tracking branch 'nwest/filter-docs' into
maint
new 6baa4c8 fft: replace fftwf_malloc with volk_malloc
new b2ae00c fft: explicitly link to volk
new 0a1a76d Merge remote-tracking branch 'nwest/fft-avx-alignment'
into maint
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/Modules/UseSWIG.cmake | 4 +-
gr-fft/lib/CMakeLists.txt | 1 +
gr-fft/lib/fft.cc | 53 ++--
gr-filter/include/gnuradio/filter/firdes.h | 443 ++++++++++++++---------------
gr-filter/lib/firdes.cc | 10 +-
grc/base/Element.py | 9 +-
6 files changed, 251 insertions(+), 269 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (cf5ebff -> 0a1a76d),
git <=
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'nwest/filter-docs' into maint, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 07/09: CMake: Fix dummy command in UseSWIG.cmake, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 03/09: docs: change firdes::low_pass2 docs to match implementation comments, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 05/09: fft: replace fftwf_malloc with volk_malloc, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 04/09: grc: run flowgraphs even if bypassed blocks contain errors, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'nwest/fft-avx-alignment' into maint, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 06/09: fft: explicitly link to volk, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 01/09: filter docs: add bt parameter to docs for gaussian filter, git, 2016/03/09
- [Commit-gnuradio] [gnuradio] 02/09: docs: reformat firdes docs to render nicely in doxygen, git, 2016/03/09