Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | volk: Properly sets up package config script if Orc is not found for Volk. | Tom Rondeau | |
2011-02-01 | Merge branch 'volk_rename' into next | Tom Rondeau | |
Conflicts: volk/include/volk/Makefile.am volk/lib/Makefile.am volk/lib/qa_volk.cc | |||
2011-01-30 | volk: Updating build structure to work when orc is not installed. | Tom Rondeau | |
Distcheck passes for me if liborc is installed or not. | |||
2011-01-22 | Merge branch 'mergeme/math/gr_math_simplification' into next | Tom Rondeau | |
2011-01-22 | Updating copyright. | Tom Rondeau | |
2011-01-18 | cleanup 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-17 | gr 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-25 | Volk: uses m4 magic to find boost_unit_test_framework | Nick Foster | |
2010-12-17 | Volk: A bunch of new Orc routines plus a couple of build changes. | Nick Foster | |
32fc_magnitude_16s fails test_all right now. | |||
2010-12-14 | Volk: Build fixes to work with/without Orc. | Nick Foster | |
2010-12-14 | Volk: patch via Nick M. | 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-13 | volk: added ORC integration. still requires polishing. | Nick Foster | |
2010-12-08 | volk: more changes to build system so that VPATH builds properly and project ↵ | Tom Rondeau | |
makes distcheck. | |||
2010-12-08 | volk: Fixing makefiles for dist. Distcheck still failing on other issues now. | Tom Rondeau | |
2010-12-08 | volk: Adding gitignore files. | Tom Rondeau | |
2010-12-08 | volk: Updating build system so that volk configures and builds from gnuradio ↵ | Tom Rondeau | |
top level dir. | |||
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. |