Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
gr-uhd/swig/uhd_swig.i
|
|
|
|
|
|
* Changed version to make it build 3.6git, not 3.6.0.0
|
|
|
|
|
|
|
|
The fft and psd bases have been moved into the Python packages directory and new wrappers for data-type independent programs have been created.
|
|
|
|
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
|
|
Conflicts:
gr-fcd/lib/Makefile.am
|
|
|
|
|
|
info in CMakeLists.txt.
|
|
|
|
Also fixes documentation for these blocks.
|
|
|
|
|
|
|
|
always algined.
This fixes problems when disconnecting and reconnecting blocks to a flowgraph.
|
|
|
|
|
|
|
|
|
|
SWIG/python cannot differentiate the calls set_dc_offset
with an complex number or a boolean paramater.
It seems to take the boolean as a complex number 1 or 0.
Since the overloading is not working right:
renamed set_dc_offset to set_auto_dc_offset
for the boolean enable/disable paramater
|
|
|
|
Conflicts:
gr-uhd/lib/Makefile.am
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|