summaryrefslogtreecommitdiff
path: root/volk/lib/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* volk: forgot critical variable subsJosh Blum2012-09-101-1/+1
* Merge branch 'maint'Johnathan Corgan2012-08-301-1/+3
|\
| * volk: dont set CMAKE_REQUIRED_FLAGS when emptyJosh Blum2012-08-301-1/+3
* | Merge branch 'maint'Johnathan Corgan2012-08-281-0/+13
|\|
| * volk: special werror unused cmd line arg for clangJosh Blum2012-08-281-0/+13
* | volk: fix for win64 MSVC not having MMX supportJosh Blum2012-07-171-1/+7
|/
* volk: code simplification, overrule macro and python optsJosh Blum2012-04-191-21/+32
* volk: added set_float_rounding to volk_cpu_initJosh Blum2012-04-191-0/+5
* volk: avx overrule is gcc4.4, make prints matchJosh Blum2012-04-191-14/+16
* volk: disable AVX if GCC version < 4.6.0Nick Foster2012-04-191-0/+13
* volk: remove norc, implement machine overruleJosh Blum2012-04-191-13/+30
* volk: use archs.xml to specify compiler flags + supportJosh Blum2012-04-191-0/+2
* volk: build system work, can build stand-alone msvcJosh Blum2012-04-191-2/+7
* volk: python checks and build system stuffJosh Blum2012-04-191-6/+11
* volk: make orc a normal arch with overruleJosh Blum2012-04-191-0/+12
* volk: added compile utils and cleanup cmakelistsJosh Blum2012-04-191-180/+78
* volk: working build w/ cmakelistsJosh Blum2012-04-191-24/+26
* volk: set local includes first for precedenceJosh Blum2012-03-151-12/+10
* volk: tell Orc compiler to include math.h to find some generic functions (sqrt).Tom Rondeau2012-01-061-1/+1
* volk: fix overrule detection (cant reply on cpu name)Josh Blum2012-01-021-1/+11
* volk: replace separate_arguments with string replace (performs a whitespace s...Josh Blum2011-11-081-2/+2
* volk: building on msvc again with sse2 archJosh Blum2011-11-071-19/+18
* volk: work to improve compiler and multi-lib supportJosh Blum2011-11-071-77/+135
* volk: give priority to generated includes (helps with dirty tree)Josh Blum2011-10-201-2/+2
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-121/+121
* volk: use glob rather than parsing makefile for kernelsJosh Blum2011-09-171-1/+2
* volk: check that python -B can be usedJosh Blum2011-09-171-1/+11
* volk: make volk a gr component in the top levelJosh Blum2011-07-221-3/+3
* volk: fix bug in finding machines by using absolute pathJosh Blum2011-07-221-1/+1
* volk: modified cmake pkgconfig to look for Orc > 0.4.11Nick Foster2011-07-221-1/+1
* Volk: add in mutex capability to archs.xml. Turns out some compilers can do b...Nick Foster2011-07-221-0/+21
* volk: snagged the volk changes from cmake branchJosh Blum2011-07-201-1/+1
* Added volk_typedefs.h to the generated sources and installed headers.Nick Foster2011-05-301-0/+1
* volk: do not install library-only headersJosh Blum2011-05-131-2/+6
* volk: added header implementation files to generation rule dependenciesJosh Blum2011-05-121-2/+3
* Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into new_volk_cmakeJosh Blum2011-05-121-0/+1
|\
| * Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi...Nick Foster2011-05-121-0/+1
| * Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify...Nick Foster2011-05-111-6/+0
| * Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...Nick Foster2011-05-101-0/+6
* | volk: move generation rules into lib + cleanupJosh Blum2011-05-101-19/+43
|/
* volk: added orc support to the cmake buildJosh Blum2011-05-101-0/+37
* volk: cmake support for volk (gcc + msvc)Josh Blum2011-05-101-0/+193