summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/tpb_thread_body.cc
Commit message (Expand)AuthorAgeFilesLines
* runtime: configurable blkd_input timerJosh Morman2021-12-101-1/+2
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-191-19/+5
* runtime: include boost/format where usedMarcus Müller2021-09-071-0/+1
* Fix typos throughout the codeluzpaz2020-10-291-1/+1
* Replace BOOST_FOREACH with C++11 range forThomas Habets2020-03-271-2/+1
* Update license header to SPDX formatdevnulling2020-01-271-12/+1
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-2/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-106/+106
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-68/+24
|\
| * Merge branch 'master' into nextJohnathan Corgan2017-04-281-1/+2
| |\
| * \ Merge remote-tracking branch 'github/require-logging' into nextJohnathan Corgan2016-08-031-5/+0
| |\ \
| | * | cmake: remove ENABLE_GR_LOG and require log4cppJohnathan Corgan2016-06-261-5/+0
| * | | runtime: poll blocksBastian Bloessl2016-06-301-2/+4
| * | | runtime: del left-over from blocked outBastian Bloessl2016-06-301-2/+0
| * | | runtime: scheduler: check for messages at start of iterationBastian Bloessl2016-06-291-19/+0
| * | | runtime: scheduler: check changed at beginningBastian Bloessl2016-06-291-1/+2
| * | | runtime: tpb, don't check msg queueBastian Bloessl2016-06-291-5/+2
| * | | runtime: scheduler: no busy-waitingBastian Bloessl2016-06-291-26/+2
| * | | runtime: block if message block doesn't produceBastian Bloessl2016-06-291-0/+4
| * | | runtime: whitespaceBastian Bloessl2016-06-291-11/+11
| * | | runtime: allow msg port block finish cleanlyBastian Bloessl2016-06-291-2/+7
| * | | runtime: set_done shouldn't be set in msg handlersBastian Bloessl2016-06-291-3/+0
| |/ /
* | / fix incorrect strings passed to the log console appenderCate2018-06-281-2/+2
| |/ |/|
* | runtime: add barrier to synchronize block startupAndrej Rode2017-04-231-1/+2
|/
* Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-201-1/+1
* cmake: Windows-specific fixes for compatibilityPaul Cercueil2016-05-301-2/+2
* runtime: fixed spacing; was confusing how the conditions line up.Tom Rondeau2016-04-081-2/+2
* Windows compatibility fixesNicholas Corgan2014-07-071-0/+5
* runtime: fix a memory leak in the logger when restarting a flowgraph due to a...Tom Rondeau2014-06-291-20/+20
* runtime: fix propagation of DONE state to message blocksTim O'Shea2014-04-231-2/+15
* runtime: added ability to name threads, TPB scheduler automatically names eac...Balint Seeber2014-04-041-0/+2
* runtime: setting proper default value for log_level if no prefs file is found.Tom Rondeau2014-03-031-1/+1
* logger: setup logger for the tpb scheduler; fixes a swig issue when logger is...Tom Rondeau2014-02-161-2/+27
* runtime: warn when dropping asynchronous messages due to full asynch message ...Tim O'Shea2014-02-161-3/+9
* runtime: fix asynch messages delivery when handler not definedTim O'Shea2013-07-221-16/+30
* Merge branch 'maint'Johnathan Corgan2013-06-221-0/+3
* runtime: adding thread priority methods to gr::blockTim O'Shea2013-06-051-0/+5
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+151