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
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