aboutsummaryrefslogtreecommitdiffstats
path: root/host/python/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* mpm: add unit tests for EEPROM readersLars Amsel2021-05-311-0/+1
* python: Add find() to the Python APIMartin Braun2020-12-071-0/+1
* python: Add access to the property_tree from PythonMartin Braun2020-10-161-0/+1
* python: Move multi_usrp_python to its own moduleMartin Braun2020-10-121-1/+4
* sim: Embed MPM into libpyuhdSamuel O'Brien2020-10-071-0/+57
* cmake: Use relative path to Python lib location for Windows installerAaron Rossetto2020-08-281-5/+17
* Remove remaining Python 2 referencesMartin Braun2020-05-071-3/+2
* python: Fix RPATH for the Python libraryMartin Braun2020-05-071-2/+23
* python: Arrange file in Python module into uhd/ subdirectoryMartin Braun2020-03-101-7/+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
* rfnoc: adding RFNoC Python APIBrent Stapleton2020-01-021-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-251-1/+2
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-221-1/+10
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-26/+26
* python: Fixing Boost.Python initializer visibilityMarcus Müllr2018-08-031-2/+2
* 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
* python: Separating exposed Python data structuresPaul David2018-06-201-46/+29
* python: Initial commit of Python APIAndrej Rode2018-06-201-0/+83