aboutsummaryrefslogtreecommitdiffstats
path: root/host/python/pyuhd.cpp
Commit message (Expand)AuthorAgeFilesLines
* n310: Add Filter API to n310mattprost2022-04-071-0/+1
* python: Add find() to the Python APIMartin Braun2020-12-071-0/+4
* python: Add access to the property_tree from PythonMartin Braun2020-10-161-0/+4
* python: Add Keep One in N block controller bindingsAaron Rossetto2020-08-051-0/+2
* python: Add replay RFNoC block controller bindingsmattprost2020-08-041-0/+2
* python: Add siggen RFNoC block controller bindingsAaron Rossetto2020-07-301-0/+2
* python: Add Switchboard block python bindingsJesse Zhang2020-07-301-0/+2
* python: Add moving average RFNoC block controller bindingsmattprost2020-07-161-0/+2
* python: Add bindings for C++ CHDR ParserSamuel O'Brien2020-07-161-0/+4
* python: Add window RFNoC block controller bindingsAaron Rossetto2020-06-291-0/+2
* python: Add FFT RFNoC block controller bindingsAaron Rossetto2020-06-181-0/+2
* python: Add null RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+2
* python: Add vector IIR RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+2
* python: Add radio RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+2
* python: Add FIR filter RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+2
* python: Add Fosphor RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+2
* python: Add DUC RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+2
* python: Add DDC RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+2
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-021-0/+5
* python: Export UHD paths utility functionsMartin Braun2020-03-121-0/+5
* python: Remove Python2-specific codeMartin Braun2020-03-121-7/+0
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-11/+7
* rfnoc: adding RFNoC Python APIBrent Stapleton2020-01-021-0/+6
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-5/+0
* python: Included complex.h to allow pybind to convert that data typeerickshepherdNI2019-11-011-0/+1
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-221-155/+24
* python: Add sync source to Python APIBrent Stapleton2018-11-291-0/+9
* python: Fixing Boost.Python initializer visibilityMarcus Müllr2018-08-031-0/+11
* python: Separating exposed Python data structuresPaul David2018-06-201-437/+116
* python: Initial commit of Python APIAndrej Rode2018-06-201-0/+512