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-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: gcc version check without __GNUC_PREREQ | Josh Blum | |
2012-04-19 | volk: added gcc version check to xgetbv | Josh Blum | |
Reference https://code.google.com/p/pcsx2/issues/detail?id=1195 | |||
2012-04-19 | volk: move avx cpuid_x86_bit check in archs.xml | Josh Blum | |
2012-04-19 | volk: fix msvc __cpuid pointer cast | Josh Blum | |
2012-04-19 | Volk: redo the archs.xml language to make checks generic. no more "type", no ↵ | Nick Foster | |
more piles of #if crap in the template. | |||
2012-04-19 | volk: fix for cpuid_eax check with hardcoded values | Josh Blum | |
2012-04-19 | volk: updated build system for avx checking support | Josh Blum | |
updated copy of cpuid.h with the latest from gcc 4.6 | |||
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-04-19 | volk: created other templates for runtime + machines | Josh Blum | |
2012-04-19 | volk: added kernel defs and typedefs | Josh Blum | |
2012-04-19 | volk: work on template stuff | Josh Blum | |