Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blocks: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 1 | -182/+0 |
| | |||||
* | fix: can't pass non-enum integer as enum parameter (#1337) | Marcus Müller | 2017-06-24 | 1 | -14/+2 |
| | |||||
* | blocks: Fix incorrect size check | Paul Cercueil | 2015-10-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> | ||||
* | blocks: enable missing multiply_matrix_cc and backport fixes | Johnathan Corgan | 2015-10-03 | 1 | -1/+1 |
| | | | | | | | | | | * multiply_matrix_cc_impl.cc existed but did not have fixes from master * multiply_matrix_cc_impl.cc was missing from CMakeLists.txt * multiply_matrix_cc was missing from SWIG * QA from from master branch was backported | ||||
* | blocks: Fixed static init of matrix_multiply members | Martin Braun | 2015-03-11 | 1 | -0/+3 |
| | |||||
* | blocks: fixed use of "not" for "!". | Tom Rondeau | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Removing use of 'and', 'or', and 'not' for &&, ||, and !. | Tom Rondeau | 2014-10-06 | 1 | -10/+9 |
| | |||||
* | blocks: Added multiply_matrix_cc | Martin Braun | 2014-07-07 | 1 | -0/+192 |