index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
volk
/
lib
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-01-13
gras: support changeset for 3.6.4
Josh Blum
2012-09-10
volk: forgot critical variable subs
Josh Blum
2012-08-30
Merge branch 'maint'
Johnathan Corgan
2012-08-30
volk: dont set CMAKE_REQUIRED_FLAGS when empty
Josh Blum
2012-08-28
Merge branch 'maint'
Johnathan Corgan
2012-08-28
volk: special werror unused cmd line arg for clang
Josh Blum
2012-07-17
volk: fix for win64 MSVC not having MMX support
Josh Blum
2012-04-19
volk: code simplification, overrule macro and python opts
Josh Blum
2012-04-19
volk: added set_float_rounding to volk_cpu_init
Josh Blum
2012-04-19
volk: avx overrule is gcc4.4, make prints match
Josh Blum
2012-04-19
volk: disable AVX if GCC version < 4.6.0
Nick Foster
2012-04-19
volk: remove norc, implement machine overrule
Josh Blum
2012-04-19
volk: use archs.xml to specify compiler flags + support
Josh Blum
2012-04-19
volk: build system work, can build stand-alone msvc
Josh Blum
2012-04-19
volk: python checks and build system stuff
Josh Blum
2012-04-19
volk: make orc a normal arch with overrule
Josh Blum
2012-04-19
volk: added compile utils and cleanup cmakelists
Josh Blum
2012-04-19
volk: working build w/ cmakelists
Josh Blum
2012-03-15
volk: set local includes first for precedence
Josh Blum
2012-01-06
volk: tell Orc compiler to include math.h to find some generic functions (sqrt).
Tom Rondeau
2012-01-02
volk: fix overrule detection (cant reply on cpu name)
Josh Blum
2011-11-08
volk: replace separate_arguments with string replace (performs a whitespace s...
Josh Blum
2011-11-07
volk: building on msvc again with sse2 arch
Josh Blum
2011-11-07
volk: work to improve compiler and multi-lib support
Josh Blum
2011-10-20
volk: give priority to generated includes (helps with dirty tree)
Josh Blum
2011-10-08
gr: the CMakeLists.txt took a chill pill
Josh Blum
2011-09-17
volk: use glob rather than parsing makefile for kernels
Josh Blum
2011-09-17
volk: check that python -B can be used
Josh Blum
2011-07-22
volk: make volk a gr component in the top level
Josh Blum
2011-07-22
volk: fix bug in finding machines by using absolute path
Josh Blum
2011-07-22
volk: modified cmake pkgconfig to look for Orc > 0.4.11
Nick Foster
2011-07-22
Volk: add in mutex capability to archs.xml. Turns out some compilers can do b...
Nick Foster
2011-07-20
volk: snagged the volk changes from cmake branch
Josh Blum
2011-05-30
Added volk_typedefs.h to the generated sources and installed headers.
Nick Foster
2011-05-13
volk: do not install library-only headers
Josh Blum
2011-05-12
volk: added header implementation files to generation rule dependencies
Josh Blum
2011-05-12
Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into new_volk_cmake
Josh Blum
2011-05-12
Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi...
Nick Foster
2011-05-11
Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify...
Nick Foster
2011-05-10
Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...
Nick Foster
2011-05-10
volk: move generation rules into lib + cleanup
Josh Blum
2011-05-10
volk: added orc support to the cmake build
Josh Blum
2011-05-10
volk: cmake support for volk (gcc + msvc)
Josh Blum