Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
Its more proper, and the assignment is c99 only.
|
|
|
|
Conflicts:
gr-qtgui/apps/pyqt_example_f.py
|
|
|
|
the general standard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
responsibility of keeping track of plot updates out to qtgui_sink instead of inside plot qidget.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|