Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer.
Also adds an example using vector items.
|
|
|
|
These were set to the defaults and so should not affect previous versions of Doxygen.
|
|
|
|
Also sneaking in a new analog group for gr-analog.
|
|
|
|
build_guide was not being found properly. Putting these together fixes that.
|
|
With proper build dependencies, it should not be needed.
|
|
|
|
For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1.
|
|
|
|
|
|
Also a brief discussion of throughput/latency and how to use the max_noutput_items methods to control them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sphinxdocs
|
|
These files help a user run Sphinx on the installed system. The shell script is designed for ease of use.
|
|
|
|
|
|
|
|
|
|
generate the Python docs.
|
|
|
|
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
|
|
|
|
Conflicts:
config/grc_volk.m4
gnuradio-core/src/guile/tests/gengen_ctors.test
gnuradio-core/src/lib/Makefile.am
gnuradio-core/src/lib/general/.gitignore
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/gengen/.gitignore
gnuradio-core/src/python/gnuradio/gr/Makefile.am
volk/include/volk/Makefile.am
|
|
|
|
|
|
|
|
Using the PFB channelize.py as a test.
|
|
Conflicts:
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
|
|
|
|
|
|
|
|
to use it.
|