Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-26 | volk: reorganization of generation sources and generated files | Josh Blum | |
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. | |||
2011-04-18 | Volk: remove some dead files from Makefile.am | Nick Foster | |
2011-01-21 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_rename | Nick Foster | |
Conflicts: volk/lib/Makefile.am | |||
2011-01-14 | Cleans up the Makefiles for the various platforms. This should also make it ↵ | Tom Rondeau | |
easier to add new architectures. Thanks to Josh for the inspiration. | |||
2010-12-14 | Volk: Build fixes to work with/without Orc. | Nick Foster | |
2010-12-14 | Volk: More autotools stuff for Orc. Should build OK with or without Orc now. | Nick Foster | |
2010-12-14 | Volk: Automated more automake for orc. Brought orcc generation in. Shared ↵ | Nick Foster | |
library libvolk_orc.la. Linking is hackery right now with specified -lorc-0.4 flags; this should change. Otherwise pretty much OK. | |||
2010-12-13 | volk: committed some stuff i neglected | Nick Foster | |
2010-12-10 | volk: Removing unnecessary shell script; last commit takes care if its ↵ | Tom Rondeau | |
functions. | |||
2010-12-08 | volk: Working on VPATH build issues. Makes it through configure, fails on make. | Tom Rondeau | |
2010-12-07 | Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a ↵ | Tom Rondeau | |
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. |