summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/attributes.h
Commit message (Collapse)AuthorAgeFilesLines
* runtime: attributes: Remove check for gcc 3Martin Braun2020-04-281-5/+0
| | | | | gcc 4 has been a requirement for many years now, so we can remove the check for gcc 3.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* runtime: fixup attributes for Clang, GNUC, and MSCMichael Dickens2020-01-081-7/+10
| | | | | | | | 1) put clang before GNUC, to keep their settings separate, because some clang defines GNUC. 2) change from clang to "clang but not MSC", because MSC attributes are covered in a later clause.
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-37/+41
|
* gr-dtv: Fix segfault in DVB-T interleaver and deinterleaver.Ron Economos2016-08-031-5/+3
|
* MSVC-specific fixes for compatibilitygnieboer2016-05-301-0/+11
| | | | | | | | | | | | | | | | | | | * Changed dtv_viterbi_decoder to use __GR_ATTR_ALIGNED macro for cross-compiler compatibility * Replace usleep() with boost equivalent for cross-compiler compatibility * Includes windows-specific headers for portaudio * Added macro to handle use of VLAs on non-C99 compilers (MSVC) using alloca to declare variable length arrays * Remove setting SO_LINGER option for the UDP source. SO_LINGER is not an applicable option for a UDP socket. Windows will throw an exception if set. Linux allows it to be set but does not use it. * VS 2013+ supports round()
* add attributes for clang compilerMichael Dickens2014-06-261-0/+7
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+74