Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | run /usr/share/clang/run-clang-tidy.py -checks=file '-header-filter=.*' -fix .. from build directory. Then, clang-format -i $(git diff --name-only origin/master) to clang-format changed files. Then, refresh all header hashes in pybind bindings (*/python/bindings/*.cc) Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -12/+11 |
| | |||||
* | includes: use quotes for local includes | Andrej Rode | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | Ensure that stdint is found in float_array_to_int | Peter Horvath | 2018-06-07 | 1 | -0/+5 |
| | |||||
* | Removed hardcoded value | soggysec | 2018-05-31 | 1 | -3/+3 |
| | | | Replaced hardcoded MAX/MIN values with the ones defined in cstdint. | ||||
* | Fixing the MIN_INT to be actual MIN_INT | soggysec | 2018-05-31 | 1 | -1/+1 |
| | | | There was an off-by-one in the MIN_INT | ||||
* | blocks: added gr::blocks::float_to_int | Johnathan Corgan | 2012-06-25 | 1 | -0/+46 |