aboutsummaryrefslogtreecommitdiffstats
path: root/host/python
Commit message (Expand)AuthorAgeFilesLines
...
* python: Add Switchboard block python bindingsJesse Zhang2020-07-302-0/+3
* python: Add moving average RFNoC block controller bindingsmattprost2020-07-162-0/+3
* python: Add payload agnostic methods to CHDR APISamuel O'Brien2020-07-162-0/+61
* python: Add bindings for C++ CHDR ParserSamuel O'Brien2020-07-161-0/+4
* python: Add window RFNoC block controller bindingsAaron Rossetto2020-06-292-1/+3
* utils: Support expressions for num_ports in block defsAaron Rossetto2020-06-181-2/+36
* python: Add FFT RFNoC block controller bindingsAaron Rossetto2020-06-182-0/+3
* cal: Add automated port switchLars Amsel2020-06-173-19/+141
* cal: Add support for NI ModInst measurement devicesLars Amsel2020-06-102-0/+455
* python: Add null RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add vector IIR RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add radio RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add FIR filter RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add Fosphor RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add DUC RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add DDC RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+4
* python: cal: Improve meas_device.pyMartin Braun2020-06-031-6/+6
* utils/python: Add uhd_power_cal scriptMartin Braun2020-05-286-0/+955
* python: Add dsp sub-moduleMartin Braun2020-05-192-0/+84
* rfnoc: Remove 'six' dependency from image builderMartin Braun2020-05-124-22/+22
* Remove remaining Python 2 referencesMartin Braun2020-05-072-4/+3
* python: Fix RPATH for the Python libraryMartin Braun2020-05-071-2/+23
* python: Move the rfnoc image builder module under the uhd moduleMartin Braun2020-05-0515-0/+1460
* cal: Add pwr_cal containerMartin Braun2020-04-171-0/+1
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-024-0/+25
* uhd: cal: Add database classMartin Braun2020-03-261-0/+19
* python: Export UHD paths utility functionsMartin Braun2020-03-122-0/+6
* python: Remove Python2-specific codeMartin Braun2020-03-121-7/+0
* python: Arrange file in Python module into uhd/ subdirectoryMartin Braun2020-03-108-21/+54
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-11/+7
* python: Set python module suffix to conform with PEP 3149.Ryan Volz2020-02-071-1/+10
* python: Do not link against python lib for building an extension module.Ryan Volz2020-02-071-1/+10
* python: Fix internal library name (incl. suffix) to match filename.Ryan Volz2020-02-071-7/+7
* python: rfnoc: finishing noc_block_base::get_mtuBrent Stapleton2020-01-061-0/+2
* rfnoc: adding RFNoC Python APIBrent Stapleton2020-01-024-0/+26
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-5/+0
* python: MultiUSRP: Fix send_waveforms()iprivit2019-11-131-1/+1
* python: Included complex.h to allow pybind to convert that data typeerickshepherdNI2019-11-011-0/+1
* cmake: Remove ENABLE_PYTHON3 flag and simplify Python detectionMartin Braun2019-05-241-1/+1
* cmake: python: Remove stray message()Martin Braun2019-05-211-1/+0
* python: change CMake variable for library extBrent Stapleton2019-03-061-1/+1
* python: cmake: Use native format for setup.pyTrung Tran2019-02-252-2/+3
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-223-158/+37
* python: Add sync source to Python APIBrent Stapleton2018-11-291-0/+9
* python: adding device_addr_t to Python APIBrent Stapleton2018-11-141-0/+1
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-26/+26
* python: Fixing Boost.Python initializer visibilityMarcus Müllr2018-08-032-2/+13
* uhd: python: CMakeLists.txt change dll to pydTrung Tran2018-08-011-1/+7
* python: Fixup for Python API install directoryBrent Stapleton2018-07-271-3/+15
* cmake: add support to make python api installer on windowsTrung Tran2018-07-131-6/+2