Age | Commit message (Collapse) | Author |
|
All generation sources have been moved to the gen/ subdirectory.
Bootstrap and volk_register.py generate the files into to gen/ subdirectory
in an effort to cleanly separate the static/generated parts of the build tree.
Define top_gendir in Makefile.common, all generated sources listed in Makefile.ams
are prefixed with $(top_gendir) to differentiate them from static in-tree sources.
|
|
|
|
|
|
|
|
|
|
This replaces all aligned(16) and aligned(128) (which were incorrect).
Attribute macros are on the left because this makes gcc and ms compilers happy.
|
|
|
|
|
|
|
|
gives better results than those platforms on avg
Test cases changed to take ~1s each on my i7 laptop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lack of _manual() capability.
|
|
|
|
|
|
Testing manually works OK. All that's left is top-level volk.c and Automake wrangling.
|
|
conditional linking yet.
|
|
Conflicts:
volk/Makefile.common
volk/lib/qa_utils.cc
|
|
|
|
through to Python.
|
|
|
|
|
|
qtgui2 interface file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
because of some dependencies in Qwt.
|
|
|
|
a class member; this ensures proper cleanup on exit.
|
|
work with Guile yet. Changed Python QA to complete properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to remove bool that turns it on/off.
|