summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/thread
Commit message (Expand)AuthorAgeFilesLines
* runtime: include boost/format where usedMarcus Müller2021-09-071-0/+1
* global: automatic removal of <cstdio> where unusedMarcus Müller2021-06-171-1/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-2/+2
* runtime: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-2/+8
* runtime: Remove most manual memory managementThomas Habets2020-04-111-30/+17
* Update license header to SPDX formatdevnulling2020-01-272-24/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-093-379/+333
* vocoder: Fix build on NetBSD.MBoerschig2019-03-241-1/+2
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-28/+0
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-1/+1
|\
| * runtime: replace std::auto_ptr usage with std::unique_ptrJohnathan Corgan2017-04-171-1/+1
* | runtime: BSD shared memory and threading specificsA. Maitland Bottoms2018-03-271-1/+1
|/
* cmake: Windows-specific fixes for compatibilityPaul Cercueil2016-05-302-2/+10
* Windows compatibility fixesNicholas Corgan2014-07-071-10/+16
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-11/+11
* Merge branch 'maint'Tom Rondeau2014-04-251-15/+23
|\
| * runtime: enable thread priority, same as with Linux; fix header comments to t...Michael Dickens2014-04-241-4/+12
| * whitespace onlyMichael Dickens2014-04-241-11/+11
* | runtime: added ability to name threads, TPB scheduler automatically names eac...Balint Seeber2014-04-041-0/+71
|/
* build: of course this wouldn't have worked. Now fixing the compiler warning o...Tom Rondeau2014-01-181-1/+1
* build: fixed a warning on OS X.Tom Rondeau2014-01-181-0/+1
* runtime: Disable CPU_SET macros for FreeBSD.Kevin Zheng2013-12-261-1/+2
* runtime: adding thread priority methods to gr::blockTim O'Shea2013-06-051-0/+50
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-293-3/+3
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-014-0/+455