summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/thread/thread.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-12/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-287/+242
|
* vocoder: Fix build on NetBSD.MBoerschig2019-03-241-1/+2
| | | | | | | There was an #ifdef missing in lib/thread/thread.cc and in gr-vocoder the include directive for gsm.h contains a gsm/ prefix. The cmake FindGSM.cmake looks for **/include/ and **/include/gsm anyways.
* runtime: BSD shared memory and threading specificsA. Maitland Bottoms2018-03-271-1/+1
| | | | From the debian patch set
* cmake: Windows-specific fixes for compatibilityPaul Cercueil2016-05-301-1/+9
| | | | | | | | | | | | | | | | * Properly wrap the prefix variables in quotation marks. This allows to set an empty prefix. * Fix library names when compiling for Windows. This now also works when using mingw-w64. * Fix boost module name when compiling with mingw-w64 * Fix build under mingw-w64 * Fix config.h header to avoid macro redefinition * Remove duplicated Boost::thread entry in dependencies list
* Windows compatibility fixesNicholas Corgan2014-07-071-10/+16
| | | | | * Fixed usage of Windows thread-naming API, changed minimum Windows version * Fixed MSVC usage of isnan, round
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-11/+11
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* Merge branch 'maint'Tom Rondeau2014-04-251-15/+23
|\
| * runtime: enable thread priority, same as with Linux; fix header comments to ↵Michael Dickens2014-04-241-4/+12
| | | | | | | | this effect
| * whitespace onlyMichael Dickens2014-04-241-11/+11
| |
* | runtime: added ability to name threads, TPB scheduler automatically names ↵Balint Seeber2014-04-041-0/+71
|/ | | | each block's thread
* build: of course this wouldn't have worked. Now fixing the compiler warning ↵Tom Rondeau2014-01-181-1/+1
| | | | on OS X.
* 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-291-1/+1
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-0/+238
PMTs are handled slightly different and are installed into their own module and include dir.