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> | ||||
* | blocks: move the `new` from the block `::make()` to core | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
| | | | | | This includes the first edit of a block, so that it's easy to review. A following commit changes this globally. | ||||
* | 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 | -30/+25 |
| | |||||
* | blocks: allows null source/sink to output/input multiple streams. | Tom Rondeau | 2014-02-27 | 1 | -3/+6 |
| | | | | Updats xml files to allow this and to set bus port connection vector to group ports. | ||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -4/+4 |
| | |||||
* | blocks: moved nop, null source/sink, copy, vector_map to gr-blocks. | Tom Rondeau | 2013-03-16 | 1 | -0/+63 |