summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/scheduler.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-12/+1
|
* Add a top_block parameter to control exception handlingScott Torborg2020-01-051-1/+5
| | | | | | | | | This restores past behavior where the scheduler catches exceptions raised in block threads, allowing flowgraphs to continue running after the failure of an individual block. It also adds optional new behavior, selected by setting catch_exceptions=False to the top block, which causes exceptions to not be caught. In this mode of operation, a std::terminate handler can be installed to print a stack trace before the flowgraph exits.
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-7/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+39