summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/pmt
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* runtime: pep8 formattingJosh Morman2021-11-241-21/+41
* Revert "Replace boost::any with std::any"Josh Morman2021-11-061-1/+1
* Replace boost::any with std::anyMarcus Müller2021-10-281-1/+1
* pmt: remove extra, mis-named pmt::pmt_ functionsJeff Long2021-05-192-73/+0
* qa: run autopep8 formatting on qa python filesmormj2020-10-302-9/+10
* pmt: add absolute pmt serialization QAJacob Gilbert2020-10-151-2/+197
* pmt: add binding for __repr__ functionJacob Gilbert2020-10-141-0/+1
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-034-5/+0
* pmt: update pybind code for dcons and is_pmtJosh Morman2020-06-042-0/+12
* pybind: run clang-formatJosh Morman2020-06-041-9/+8
* pmt: replace "long" with int64_t in python bindingsJosh Morman2020-06-041-4/+4
* pmt: add pybind11 bindingsJosh Morman2020-06-0411-7/+2864
* pmt: stop treating all pairs like they are dictsJacob Gilbert2020-05-051-0/+1
* pmt: conditionalize testing of long > 2³² on sizeof(long)Marcus Müller2020-04-131-0/+8
* Update license header to SPDX formatdevnulling2020-01-275-65/+5
* Added a bunch of tests that will only work after fixing the pmt bugShane2019-01-261-0/+69
* gr-runtime: Improve exception handling in ControlPort MonitorBrennan Ashton2018-11-151-1/+2
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-315-24/+32
|\
| * pmt: Serialize PMTs to byte strings in Python (and vice versa)Martin Braun2018-06-291-1/+1
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-245-22/+31
| |\
| | * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-265-22/+31
| * | Merge branch 'master' into nextMartin Braun2018-02-031-1/+1
| |\ \ | | |/ | |/|
| * | Merge branch 'master' into nextJohnathan Corgan2017-01-121-1/+1
| |\ \
| * | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
* | | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+1
| |_|/ |/| |
* | | Comment typo fixing.luz.paz2018-02-031-1/+1
| |/ |/|
* | runtime: fix numpy warningBob Iannucci2017-01-121-1/+1
|/
* pmt: moves the rest of the PMT constants from static globals to using get_ fu...Tom Rondeau2015-02-261-0/+3
* pmt: Added float conversionMartin Braun2014-09-041-0/+2
* Merge branch 'maint'Tom Rondeau2014-07-071-1/+1
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* | runtime: mods for pmt's NIL.Tom Rondeau2014-06-282-5/+11
* | Merge branch 'uint64_sugar' of git://github.com/osh/gnuradioJohnathan Corgan2014-05-231-1/+6
|\ \ | |/ |/|
| * pmt: support conversion of basic pmt pairs to pythonTim O'Shea2014-05-141-1/+6
* | pmt: adding pmt.uniform_vector_itemsize(pmt_t vector), returns the size per i...Tim O'Shea2014-05-141-0/+2
|/
* renamed and cleaned up a bitMarcus Müller2014-04-071-4/+3
* pmt_to_python: numpy_to_uvector and reverse works, QA addedMarcus Müller2014-04-072-26/+44
* set numpy_mappings -> dict, to fix py2.6 incompatibilityMarcus Müller2014-04-051-22/+23
* fix numpy to pmt uvector conversionTim O'Shea2014-03-261-8/+33
* Merge branch 'maint'Tom Rondeau2013-12-191-0/+1
|\
| * pmt: adds ability to handle unicode input with pmt_to_python.Sylvain Munaut2013-12-191-0/+1
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ...Philip Balister2013-12-051-1/+1
|/
* Merged in next_docs branch.Ben Reynwar2013-05-191-1/+15
|\
| * docstrings: Improving subpackage docstrings.Ben Reynwar2013-05-101-1/+15
* | Merged next into uninstalled import branch.Ben Reynwar2013-04-022-2/+10
|/
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-015-0/+311