summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/pmt/bindings/pmt_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* pmt: remove extra, mis-named pmt::pmt_ functionsJeff Long2021-05-191-37/+0
| | | | Signed-off-by: Jeff Long <willcode4@gmail.com>
* pmt: add binding for __repr__ functionJacob Gilbert2020-10-141-0/+1
| | | | per 3.8 behavior, and the GR wiki, the __repr__ function of a PMT object should be overloaded to call pmt::write_string. This is currently not bound so this adds this binding.
* pmt: update pybind code for dcons and is_pmtJosh Morman2020-06-041-0/+6
|
* pybind: run clang-formatJosh Morman2020-06-041-9/+8
|
* pmt: replace "long" with int64_t in python bindingsJosh Morman2020-06-041-4/+4
| | | | | | | pygccxml seems to replace int64_t and uint64_t with long and unsigned long. This causes a mismatch in the overload on 32b systems Fixes #3408
* pmt: add pybind11 bindingsJosh Morman2020-06-041-0/+1553