summaryrefslogtreecommitdiff
path: root/volk/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-05-01Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-04-09volk: fix CentOS build failure with extra lib64 in pathJohnathan Corgan
Use updated GrBoost.cmake from main build
2013-02-22Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
Conflicts: volk/apps/volk_profile.cc
2013-02-21volk: Fixed volk_profile MSVC incompatibilityNicholas Corgan
2013-01-13gras: support changeset for 3.6.4Josh 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-12-07core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea
2012-04-19volk: build system work, can build stand-alone msvcJosh Blum
2012-04-19volk: python checks and build system stuffJosh Blum
2011-11-07volk: added some environment setup stuffJosh Blum
2011-11-07volk: building on msvc again with sse2 archJosh Blum
2011-11-07volk: work to improve compiler and multi-lib supportJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-07-22volk: make volk a gr component in the top levelJosh Blum
2011-07-20volk: snagged the volk changes from cmake branchJosh Blum
2011-05-30Added volk_typedefs.h to the generated sources and installed headers.Nick Foster
2011-05-13volk: do not install library-only headersJosh Blum
2011-05-12Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into new_volk_cmakeJosh Blum
Conflicts: volk/lib/CMakeLists.txt
2011-05-12Volk: fixed pkgconfig installNick Foster
2011-05-11Volk: Profiler is in apps/ now. Added name to function info. Going to ↵Nick Foster
C++-ify the whole thing.
2011-05-10volk: move generation rules into lib + cleanupJosh Blum
2011-05-10Volk: allow setting of build type (debug, release, etc) from command lineNick Foster
2011-05-10volk: cmake support for volk (gcc + msvc)Josh Blum