| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -21/+41 |
* | Revert "Replace boost::any with std::any" | Josh Morman | 2021-11-06 | 1 | -1/+1 |
* | Replace boost::any with std::any | Marcus Müller | 2021-10-28 | 1 | -1/+1 |
* | pmt: remove extra, mis-named pmt::pmt_ functions | Jeff Long | 2021-05-19 | 2 | -73/+0 |
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 2 | -9/+10 |
* | pmt: add absolute pmt serialization QA | Jacob Gilbert | 2020-10-15 | 1 | -2/+197 |
* | pmt: add binding for __repr__ function | Jacob Gilbert | 2020-10-14 | 1 | -0/+1 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 4 | -5/+0 |
* | pmt: update pybind code for dcons and is_pmt | Josh Morman | 2020-06-04 | 2 | -0/+12 |
* | 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 |
* | pmt: add pybind11 bindings | Josh Morman | 2020-06-04 | 11 | -7/+2864 |
* | pmt: stop treating all pairs like they are dicts | Jacob Gilbert | 2020-05-05 | 1 | -0/+1 |
* | pmt: conditionalize testing of long > 2³² on sizeof(long) | Marcus Müller | 2020-04-13 | 1 | -0/+8 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 5 | -65/+5 |
* | Added a bunch of tests that will only work after fixing the pmt bug | Shane | 2019-01-26 | 1 | -0/+69 |
* | gr-runtime: Improve exception handling in ControlPort Monitor | Brennan Ashton | 2018-11-15 | 1 | -1/+2 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 5 | -24/+32 |
|\ |
|
| * | pmt: Serialize PMTs to byte strings in Python (and vice versa) | Martin Braun | 2018-06-29 | 1 | -1/+1 |
| * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 5 | -22/+31 |
| |\ |
|
| | * | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 5 | -22/+31 |
| * | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| * | | Merge branch 'master' into next | Johnathan Corgan | 2017-01-12 | 1 | -1/+1 |
| |\ \ |
|
| * | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
* | | | | Test: adds swig dirs to python tests to allow ctest to run on win builds | gnieboer | 2018-03-22 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Comment typo fixing. | luz.paz | 2018-02-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | runtime: fix numpy warning | Bob Iannucci | 2017-01-12 | 1 | -1/+1 |
|/ |
|
* | pmt: moves the rest of the PMT constants from static globals to using get_ fu... | Tom Rondeau | 2015-02-26 | 1 | -0/+3 |
* | pmt: Added float conversion | Martin Braun | 2014-09-04 | 1 | -0/+2 |
* | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
|\ |
|
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
* | | runtime: mods for pmt's NIL. | Tom Rondeau | 2014-06-28 | 2 | -5/+11 |
* | | Merge branch 'uint64_sugar' of git://github.com/osh/gnuradio | Johnathan Corgan | 2014-05-23 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | pmt: support conversion of basic pmt pairs to python | Tim O'Shea | 2014-05-14 | 1 | -1/+6 |
* | | pmt: adding pmt.uniform_vector_itemsize(pmt_t vector), returns the size per i... | Tim O'Shea | 2014-05-14 | 1 | -0/+2 |
|/ |
|
* | renamed and cleaned up a bit | Marcus Müller | 2014-04-07 | 1 | -4/+3 |
* | pmt_to_python: numpy_to_uvector and reverse works, QA added | Marcus Müller | 2014-04-07 | 2 | -26/+44 |
* | set numpy_mappings -> dict, to fix py2.6 incompatibility | Marcus Müller | 2014-04-05 | 1 | -22/+23 |
* | fix numpy to pmt uvector conversion | Tim O'Shea | 2014-03-26 | 1 | -8/+33 |
* | Merge branch 'maint' | Tom Rondeau | 2013-12-19 | 1 | -0/+1 |
|\ |
|
| * | pmt: adds ability to handle unicode input with pmt_to_python. | Sylvain Munaut | 2013-12-19 | 1 | -0/+1 |
* | | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ... | Philip Balister | 2013-12-05 | 1 | -1/+1 |
|/ |
|
* | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 1 | -1/+15 |
|\ |
|
| * | docstrings: Improving subpackage docstrings. | Ben Reynwar | 2013-05-10 | 1 | -1/+15 |
* | | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 2 | -2/+10 |
|/ |
|
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 5 | -0/+311 |