| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -0/+1 |
* | global: automatic removal of <cstdio> where unused | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -2/+2 |
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 1 | -2/+2 |
* | runtime: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -2/+8 |
* | runtime: Remove most manual memory management | Thomas Habets | 2020-04-11 | 1 | -30/+17 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 2 | -24/+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 | 3 | -379/+333 |
* | vocoder: Fix build on NetBSD. | MBoerschig | 2019-03-24 | 1 | -1/+2 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -28/+0 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -1/+1 |
|\ |
|
| * | runtime: replace std::auto_ptr usage with std::unique_ptr | Johnathan Corgan | 2017-04-17 | 1 | -1/+1 |
* | | runtime: BSD shared memory and threading specifics | A. Maitland Bottoms | 2018-03-27 | 1 | -1/+1 |
|/ |
|
* | cmake: Windows-specific fixes for compatibility | Paul Cercueil | 2016-05-30 | 2 | -2/+10 |
* | Windows compatibility fixes | Nicholas Corgan | 2014-07-07 | 1 | -10/+16 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -11/+11 |
* | Merge branch 'maint' | Tom Rondeau | 2014-04-25 | 1 | -15/+23 |
|\ |
|
| * | runtime: enable thread priority, same as with Linux; fix header comments to t... | Michael Dickens | 2014-04-24 | 1 | -4/+12 |
| * | whitespace only | Michael Dickens | 2014-04-24 | 1 | -11/+11 |
* | | runtime: added ability to name threads, TPB scheduler automatically names eac... | Balint Seeber | 2014-04-04 | 1 | -0/+71 |
|/ |
|
* | build: of course this wouldn't have worked. Now fixing the compiler warning o... | Tom Rondeau | 2014-01-18 | 1 | -1/+1 |
* | build: fixed a warning on OS X. | Tom Rondeau | 2014-01-18 | 1 | -0/+1 |
* | runtime: Disable CPU_SET macros for FreeBSD. | Kevin Zheng | 2013-12-26 | 1 | -1/+2 |
* | runtime: adding thread priority methods to gr::block | Tim O'Shea | 2013-06-05 | 1 | -0/+50 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 3 | -3/+3 |
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 4 | -0/+455 |