Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pmt: remove extra, mis-named pmt::pmt_ functions | Jeff Long | 2021-05-19 | 1 | -37/+0 |
| | | | | Signed-off-by: Jeff Long <willcode4@gmail.com> | ||||
* | pmt: add binding for __repr__ function | Jacob Gilbert | 2020-10-14 | 1 | -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_pmt | Josh Morman | 2020-06-04 | 1 | -0/+6 |
| | |||||
* | pybind: run clang-format | Josh Morman | 2020-06-04 | 1 | -9/+8 |
| | |||||
* | pmt: replace "long" with int64_t in python bindings | Josh Morman | 2020-06-04 | 1 | -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 bindings | Josh Morman | 2020-06-04 | 1 | -0/+1553 |