aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/deps/pybind11/include
Commit message (Collapse)AuthorAgeFilesLines
* lib: deps: Upgrade vendor version of Pybind11 to 2.6.1Martin Braun2021-06-2324-747/+1738
| | | | | | | | | | | | | | | | | | | | | | - Copied include/pybind11 directory over from source repo - Also re-ran remove_comments.py as before This fixes this warning on newer Python libraries: .../internals.h: 200:9: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] PyEval_InitThreads(); ^ /usr/include/python3.9/ceval.h:130:1: note: 'PyEval_InitThreads' has been explicitly marked deprecated here Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); ^ /usr/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) It also obviates the need for patches to Pybind11 to silence clang warnings.
* lib: deps: Ignore more warnings in our versions of rpclib, pybind11Martin Braun2021-03-041-1/+4
| | | | | This modifies the UHD versions of those libraries to turn off warnings that appear with Clang.
* deps: Add PyBind11Martin Braun2019-02-2224-0/+12194