Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
not run if --disable-volk is used.
|
|
|
|
|
|
|
|
|
|
Rather than simply exec-ing the application w/ "python",
use the same interpreter that executed grc w/ full path.
Added code to handle the following exceptions:
- for a wx app on mac osx, use the pythonw interpreter
(this was in the m4 file, but its easier as a runtime check)
- for a no gui app on linux, prepend xterm cuz its nice
(we were already doing that but its now restricted to linux)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
been a requirement for a while (FormLayout introduced in 4.4) but nevery required by configure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conditional linking yet.
|
|
Conflicts:
volk/Makefile.common
volk/lib/qa_utils.cc
|
|
|
|
|
|
through to Python.
|
|
|