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 reverts commit 3a142bebafdc018bccc80cf124a375b53db03581.
Since updating __init__.py for ticket 181, we should have fixed the same bug that was being seen here.
Conflicts:
gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
|
|
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing
changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.
|
|
Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
|
|
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
|
|
allows passing a raw pmt k->v pair from outside the flowgraph/python
in at exact samples
also added GRUEL autogenerated .i files to gnuradio-core-swig include line
|
|
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
|
|
more appropriate components.
gnuradio-core and grc now have their own examples directories for files directly related to them.
|
|
|
|
|
|
Volk build in order to build GNU Radio. Volk is now a 'first-class citizen.'
|
|
|
|
|
|
|
|
Conflicts:
gr-trellis/src/lib/trellis_permutation.h
|
|
messing it up
|
|
If this is useful, it should be in gruel.pc; but gruel.pc has no private libs or boost dirs.
Also, the substitution of absolute boost library paths is bad for cross builds (even native ones)
|
|
|
|
|