summaryrefslogtreecommitdiff
path: root/volk/config
AgeCommit message (Collapse)Author
2011-12-11Most of these warnings are coming from swig-generated sources. They are ↵Tom Rondeau
almost never an actual problem, so just turn the warning off.
2011-10-17build: fixed last warning generated from bootstrap under autoconf 2.68.Tom Rondeau
2011-04-26volk: reorganization of generation sources and generated filesJosh 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-26volk: removed cppunit from the build (not used anymore)Josh Blum
2011-04-13Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuidNick Foster
Conflicts: volk/Makefile.common volk/lib/qa_utils.cc
2011-03-05volk: fixing configuration for Cygwin builds.Don Ward
2011-02-17volk: Properly sets up package config script if Orc is not found for Volk.Tom Rondeau
2011-02-15cpuid: No more compile-time CPU checks. Compiles everything that gcc allows.Nick Foster
Configure- and compile-time checks modified to only compile architectures that the compiler will handle. This means that volk will compile every arch that your gcc will compile, no matter if your CPU can execute the instructions or not. This lets you cross-compile volk. volk_rank_archs will be deferred to runtime. This has not been done yet.
2011-02-01Merge branch 'volk_rename' into nextTom Rondeau
Conflicts: volk/include/volk/Makefile.am volk/lib/Makefile.am volk/lib/qa_volk.cc
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-22Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
2011-01-17gr math simplification:Josh Blum
Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls. No point in wrapping these utility math functions into gnuradio when they are 1) provided by boost 2) only called once Removes gr_math.cc, and configure checks for isnan.
2011-01-25Volk: uses m4 magic to find boost_unit_test_frameworkNick Foster
2010-12-17Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster
32fc_magnitude_16s fails test_all right now.
2010-12-14Volk: Build fixes to work with/without Orc.Nick Foster
2010-12-14Volk: patch via Nick M.Nick Foster
2010-12-14Volk: More autotools stuff for Orc. Should build OK with or without Orc now.Nick Foster
2010-12-14Volk: 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-13volk: committed some stuff i neglectedNick Foster
2010-12-13volk: added ORC integration. still requires polishing.Nick Foster
2010-12-08volk: more changes to build system so that VPATH builds properly and project ↵Tom Rondeau
makes distcheck.
2010-12-08volk: Fixing makefiles for dist. Distcheck still failing on other issues now.Tom Rondeau
2010-12-08volk: Adding gitignore files.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.