| Commit message (Expand) | Author | Age | Files | Lines |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 22 | -22/+190 |
* | trellis: fix qa failures | Josh Morman | 2020-06-04 | 1 | -9/+9 |
* | trellis: add pybind bindings for template classes | Josh Morman | 2020-06-04 | 4 | -12/+62 |
* | trellis: add pybind11 bindings | Josh Morman | 2020-06-04 | 46 | -10/+1636 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 7 | -278/+0 |
* | gr-trellis: Split trellis_swig*.i files for less compiler memory usage. | Ron Economos | 2020-04-20 | 6 | -40/+97 |
* | Merge pull request #3338 from marcusmueller/fsm_errors | Martin Braun | 2020-04-12 | 1 | -8/+11 |
|\ |
|
| * | trellis/fsm: error handling and logging replaces printf debugging | Marcus Müller | 2020-04-11 | 1 | -8/+11 |
* | | trellis: remove manual memory management | Thomas Habets | 2020-04-11 | 1 | -7/+3 |
|/ |
|
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 14 | -14/+14 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 73 | -949/+73 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -4/+4 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 3 | -8/+8 |
* | Fix for more misc typos | luz.paz | 2019-08-10 | 1 | -7/+7 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 33 | -66/+66 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 56 | -4828/+5519 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 3 | -77/+18 |
* | cmake: remove unused *_generated_swigs syntax | Andrej Rode | 2019-01-07 | 1 | -2/+0 |
* | cmake: Only go into grc/ subdirs when ENABLE_GRC=ON | Martin Braun | 2018-12-17 | 1 | -1/+3 |
* | trellis interleaver: made table size unsigned int | Marcus Müller | 2018-12-11 | 2 | -20/+21 |
* | Fix compiler warnings about unsigned / signed comparisons | Volker Schroer | 2018-11-24 | 1 | -2/+2 |
* | Invisible API change: Replace rand() with xoroshiro128+ for thread safety | Marcus Müller | 2018-11-22 | 1 | -5/+17 |
* | Add missing includes which will fail after reformat | Andrej Rode | 2018-11-12 | 1 | -0/+1 |
* | Update links to https://www.gnuradio.org | Clayton Smith | 2018-10-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 81 | -2740/+1989 |
|\ |
|
| * | trellis: replace gengen with C++ templates | Andrej Rode | 2018-08-26 | 37 | -858/+913 |
| * | python: replace unfunctional old_div with functional code | Andrej Rode | 2018-08-17 | 2 | -5/+5 |
| * | Merge branch 'next_python3' into next | Marcus Müller | 2018-06-25 | 37 | -1584/+1012 |
| |\ |
|
| | * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 36 | -1578/+1006 |
| | |\ |
|
| | | * | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 27 | -1510/+921 |
| | | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-22 | 1 | -2/+0 |
| | | |\ |
|
| | | * | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 9 | -68/+85 |
| | * | | | Revert codespelling fixes for xml files | Andrej Rode | 2018-06-23 | 1 | -6/+6 |
| * | | | | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 8 | -16/+0 |
| |/ / / |
|
| * | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 12 | -11/+11 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2017-03-22 | 1 | -2/+0 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-28 | 4 | -99/+187 |
| |\ \ \ |
|
| * | | | | gr-blocks: removed blks2 namespace blocks | Johnathan Corgan | 2016-10-23 | 2 | -162/+0 |
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-09-08 | 7 | -4274/+6783 |
| |\ \ \ \ |
|
| * | | | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 9 | -61/+2 |
* | | | | | | Convert set_relative_rate(double) to the new integer or receiprocal call | Andy Walls | 2018-08-23 | 10 | -20/+20 |
* | | | | | | Added XML header strings to make the generated SVG work standalone in browsers | Marcus Müller | 2018-06-20 | 1 | -1/+5 |
* | | | | | | increased PEP compliance of fsm_utils | Marcus Müller | 2018-06-20 | 1 | -95/+82 |
* | | | | | | Test: adds swig dirs to python tests to allow ctest to run on win builds | gnieboer | 2018-03-22 | 1 | -0/+7 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Comment typo fixing. | luz.paz | 2018-02-03 | 5 | -10/+10 |
* | | | | | Rename subdir doc to docs where appropriate | Bogdan Radulescu | 2018-02-03 | 8 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | cmake: clean up | Bastian Bloessl | 2017-03-22 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | trellis: split swig into 2 parts (a la blocks/swig) to allow for building on ... | Michael Dickens | 2016-10-26 | 4 | -120/+207 |
* | | | trellis: swig: rename file in preparation for splitting, to keep history. | Michael Dickens | 2016-10-26 | 1 | -0/+0 |
| |/
|/| |
|
* | | trellis: Port all GRC examples to QT | Martin Braun | 2016-09-06 | 7 | -4274/+6783 |
|/ |
|