Age | Commit message (Collapse) | Author |
|
Initialize the list of machine structs w/ pointers,
this does not rely on C++ initialization and is smaller.
In addition, rename the file extension to .c so we know its C only.
Interesting note, this also fixes a bug when compiling under MSVC,
the machines list initialization seemed to have problems prior to this change.
|
|
Run bootstrap from any directory and it will work.
The bootstrap script determines the source directory,
and cds into that directory to run each auto* command.
The bootstrap files also print that they are run,
and there is a place to add-in future sub-projects.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|