| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: configurable blkd_input timer | Josh Morman | 2021-12-10 | 1 | -1/+2 |
* | logging core: replace log4cpp by spdlog | Marcus Müller | 2021-11-19 | 1 | -19/+5 |
* | runtime: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -0/+1 |
* | Fix typos throughout the code | luzpaz | 2020-10-29 | 1 | -1/+1 |
* | Replace BOOST_FOREACH with C++11 range for | Thomas Habets | 2020-03-27 | 1 | -2/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -12/+1 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -2/+2 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -2/+2 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -106/+106 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -68/+24 |
|\ |
|
| * | Merge branch 'master' into next | Johnathan Corgan | 2017-04-28 | 1 | -1/+2 |
| |\ |
|
| * \ | Merge remote-tracking branch 'github/require-logging' into next | Johnathan Corgan | 2016-08-03 | 1 | -5/+0 |
| |\ \ |
|
| | * | | cmake: remove ENABLE_GR_LOG and require log4cpp | Johnathan Corgan | 2016-06-26 | 1 | -5/+0 |
| * | | | runtime: poll blocks | Bastian Bloessl | 2016-06-30 | 1 | -2/+4 |
| * | | | runtime: del left-over from blocked out | Bastian Bloessl | 2016-06-30 | 1 | -2/+0 |
| * | | | runtime: scheduler: check for messages at start of iteration | Bastian Bloessl | 2016-06-29 | 1 | -19/+0 |
| * | | | runtime: scheduler: check changed at beginning | Bastian Bloessl | 2016-06-29 | 1 | -1/+2 |
| * | | | runtime: tpb, don't check msg queue | Bastian Bloessl | 2016-06-29 | 1 | -5/+2 |
| * | | | runtime: scheduler: no busy-waiting | Bastian Bloessl | 2016-06-29 | 1 | -26/+2 |
| * | | | runtime: block if message block doesn't produce | Bastian Bloessl | 2016-06-29 | 1 | -0/+4 |
| * | | | runtime: whitespace | Bastian Bloessl | 2016-06-29 | 1 | -11/+11 |
| * | | | runtime: allow msg port block finish cleanly | Bastian Bloessl | 2016-06-29 | 1 | -2/+7 |
| * | | | runtime: set_done shouldn't be set in msg handlers | Bastian Bloessl | 2016-06-29 | 1 | -3/+0 |
| |/ / |
|
* | / | fix incorrect strings passed to the log console appender | Cate | 2018-06-28 | 1 | -2/+2 |
| |/
|/| |
|
* | | runtime: add barrier to synchronize block startup | Andrej Rode | 2017-04-23 | 1 | -1/+2 |
|/ |
|
* | Spelling fixes throughout the tree. | A. Maitland Bottoms | 2016-06-20 | 1 | -1/+1 |
* | cmake: Windows-specific fixes for compatibility | Paul Cercueil | 2016-05-30 | 1 | -2/+2 |
* | runtime: fixed spacing; was confusing how the conditions line up. | Tom Rondeau | 2016-04-08 | 1 | -2/+2 |
* | Windows compatibility fixes | Nicholas Corgan | 2014-07-07 | 1 | -0/+5 |
* | runtime: fix a memory leak in the logger when restarting a flowgraph due to a... | Tom Rondeau | 2014-06-29 | 1 | -20/+20 |
* | runtime: fix propagation of DONE state to message blocks | Tim O'Shea | 2014-04-23 | 1 | -2/+15 |
* | runtime: added ability to name threads, TPB scheduler automatically names eac... | Balint Seeber | 2014-04-04 | 1 | -0/+2 |
* | runtime: setting proper default value for log_level if no prefs file is found. | Tom Rondeau | 2014-03-03 | 1 | -1/+1 |
* | logger: setup logger for the tpb scheduler; fixes a swig issue when logger is... | Tom Rondeau | 2014-02-16 | 1 | -2/+27 |
* | runtime: warn when dropping asynchronous messages due to full asynch message ... | Tim O'Shea | 2014-02-16 | 1 | -3/+9 |
* | runtime: fix asynch messages delivery when handler not defined | Tim O'Shea | 2013-07-22 | 1 | -16/+30 |
* | Merge branch 'maint' | Johnathan Corgan | 2013-06-22 | 1 | -0/+3 |
* | runtime: adding thread priority methods to gr::block | Tim O'Shea | 2013-06-05 | 1 | -0/+5 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+151 |