Age | Commit message (Collapse) | Author |
|
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
|
|
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
|
|
Nick Foster owes Nick Corgan a six-pack of beer!
|
|
|
|
|
|
|
|
|
|
This begins a transition of examples from a separate gnuradio-examples component
into an examples directory with the component they go with. In this commit:
gnuradio-examples/c++/audio/ => gr-audio/examples/c++
gnuradio-examples/python/audio => gr-audio/examples/python
The system installation directory remains $PREFIX/share/gnuradio/examples/audio
|