aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/pythonapi.dox
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add Windows-specific UHD Python module notesAaron Rossetto2020-09-031-0/+30
|
* cmake: Bump dependency versions for UHD 4.0.0.0Martin Braun2019-11-261-8/+1
| | | | | | | | | | | | - Boost >= 1.58 - CMake >= 3.5.1 - gcc >= 5.4.0 - Clang >= 3.8, AppleClang >= 600 - Python >= 3.5 (Py2k no longer supported) - Numpy >= 1.11 - C++14 for lib, include may now use C++11 constructs. - Because there is no more code requiring C++03 syntax, we remove the include-specific clang-format file
* cmake: Remove ENABLE_PYTHON3 flag and simplify Python detectionMartin Braun2019-05-241-4/+4
| | | | | | - Makes use of more modern find_package(Python2/3) if available - Moves almost all Python-related code to UHDPython.cmake - ENABLE_PYTHON3 is no longer necessary
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-221-10/+22
| | | | | | This does not change the Python API itself, but it is still a significant change. Most importantly, it removes the dependency on Boost.Python.
* docs: python: add documentation on GIL releaseBrent Stapleton2018-11-291-0/+23
| | | | | Adding documentation explaining where the Python API releases the Python GIL, and what that means for users.
* docs: Minor tweaks to the Python API manual pageMartin Braun2018-09-101-2/+4
|
* docs: Python API: Add comment on building on WindowsMartin Braun2018-07-191-0/+10
|
* docs: Add page for the Python APIMartin Braun2018-07-191-0/+85