Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-13 | gras: support changeset for 3.6.4 | Josh Blum | |
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher) empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related most qa pass, there seems to be some additional issues, will be working through them on futher commits Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/runtime/CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_hier_block2.h gnuradio-core/src/lib/runtime/gr_top_block.h gnuradio-core/src/python/gnuradio/gr/__init__.py gr-audio/examples/c++/CMakeLists.txt gr-fcd/examples/c++/CMakeLists.txt grc/python/Port.py | |||
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 | |
1) For the machine defs that will pass on windows, generate a machine with mmx and without using mmx| 2) In the cmakelists, we overrule MMX arch on MSVC 64. Also overrule redundant machines for when MMX does pass. 3) Set LV_HAVE_SSE && LV_HAVE_MMX for volk_16i_32fc_dot_prod_32fc_a. Afterall, it is calling into MMX intrinsics as well. | |||
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 | |
Better detection for x86 and 32 or 64 bit. | |||
2011-11-08 | volk: replace separate_arguments with string replace (performs a whitespace ↵ | Josh Blum | |
split) | |||
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 ↵ | Nick Foster | |
both 32-bit and 64-bit compilations, and this breaks Volk. Only works in CMake right now. | |||
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 | |
Conflicts: volk/lib/CMakeLists.txt | |||
2011-05-12 | Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs ↵ | Nick Foster | |
first. | |||
2011-05-11 | Volk: Profiler is in apps/ now. Added name to function info. Going to ↵ | Nick Foster | |
C++-ify the whole thing. | |||
2011-05-10 | Volk: initial profiling support. Profiling works, reading doesn't yet. Need ↵ | Nick Foster | |
to add name field to volk arch_defs | |||
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 | |