summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/thread/thread_group.cc
Commit message (Collapse)AuthorAgeFilesLines
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-2/+2
| | | | | | Also, clean up includes Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* runtime: Remove most manual memory managementThomas Habets2020-04-111-30/+17
| | | | | | The remaining ones: * `pmt_pool.cc`, which is a memory allocator so that makes sense * the tricky and aptly named `sptr_magic.cc`.
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-63/+65
|
* runtime: replace std::auto_ptr usage with std::unique_ptrJohnathan Corgan2017-04-171-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-1/+1
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-0/+98
PMTs are handled slightly different and are installed into their own module and include dir.