Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -83/+168 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | digital: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -22/+26 |
| | |||||
* | pmt: Fix RuntimeError in pmt_to_python | Michael Byers | 2020-02-09 | 1 | -4/+4 |
| | | | | | | | Python has a RuntimeError that's thrown during the pmt to_python function. Instead of throwing this error, SWIG has been updated to throw a TypeError. This allows us to keep the same behavior whereby we iterate over PMT types until the proper conversion is found | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -3/+3 |
|\ | |||||
| * | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -8/+9 |
| | | |||||
* | | Solved the issue without C++11 and introduced the proposed improvements. ↵ | Maximilian Stiefel | 2018-03-22 | 1 | -23/+35 |
| | | | | | | | | Fixes #1648 | ||||
* | | Throwing a std::invalid_argument instead of letting SIGFPE happen for wrong ↵ | Maximilian Stiefel | 2018-03-22 | 1 | -6/+32 |
|/ | | | | | | input in case of the OFDM carrier allocator. Fixes #1648 | ||||
* | digital: updated some QAs to use proper tsb functions | Martin Braun | 2014-05-20 | 1 | -66/+45 |
| | |||||
* | digital: carrier allocator tag propagation now handles sync words properly | Martin Braun | 2013-11-03 | 1 | -1/+50 |
| | |||||
* | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 1 | -9/+9 |
| | |||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 1 | -0/+186 |