summaryrefslogtreecommitdiff
path: root/volk/configure.ac
AgeCommit message (Collapse)Author
2011-03-09Volk: first steps to conditional compilation/multiple obj files.Nick Foster
2011-01-30volk: Updating build structure to work when orc is not installed.Tom Rondeau
Distcheck passes for me if liborc is installed or not.
2011-01-25Volk: uses m4 magic to find boost_unit_test_frameworkNick Foster
2011-01-21Volk: removed all the old QA code that is covered by the test framework.Nick Foster
2011-01-21Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster
Conflicts: volk/lib/Makefile.am
2011-01-14Cleans 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-14Volk: More autotools stuff for Orc. Should build OK with or without Orc now.Nick Foster
2010-12-13volk: committed some stuff i neglectedNick Foster
2010-12-10volk: Fixing build system to handle making volk_mktables, volk_tables.h, and ↵Tom Rondeau
volk_config.h instead of a standalone shell script.
2010-12-09volk: modified the configure scripts to output which architectures it will ↵Tom Rondeau
be building based on the configure tests.
2010-12-08volk: Changing version number to 0.1.Tom Rondeau
2010-12-08volk: Working on VPATH build issues. Makes it through configure, fails on make.Tom Rondeau
2010-12-08volk: Updating build system so that volk configures and builds from gnuradio ↵Tom Rondeau
top level dir.
2010-12-07Initial 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.