Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-11 | Most 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-17 | build: fixed last warning generated from bootstrap under autoconf 2.68. | Tom Rondeau | |
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-26 | volk: removed cppunit from the build (not used anymore) | Josh Blum | |
2011-04-13 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid | Nick Foster | |
Conflicts: volk/Makefile.common volk/lib/qa_utils.cc | |||
2011-03-05 | volk: fixing configuration for Cygwin builds. | Don Ward | |
2011-02-17 | volk: Properly sets up package config script if Orc is not found for Volk. | Tom Rondeau | |
2011-02-15 | cpuid: 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-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. |