Statistics
| Branch: | Tag: | Revision:

root / volk / bootstrap @ 7fce7e3b

History | View | Annotate | Download (1.1 kB)

# Date Author Comment
efe4b714 09/21/2011 02:33 pm Tom Rondeau

volk: a way of doing -B in python that is 2.5 compatible (picked from Josh Blum's work).

b3a85a74 05/09/2011 05:45 pm Josh Blum

gnuradio: revert bootstrap changes

Its so simple, but seems to not work well on some machines.

42783746 04/27/2011 05:59 am Josh Blum

gnuradio: support out-of-tree bootstrap

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.

a5e2d9e5 04/27/2011 04:55 am Josh Blum

volk: reorganization of generation sources and generated files

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....

23914465 12/07/2010 11:50 pm Tom Rondeau

Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a new SIMD library.

It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.