summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/ConfigChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* runtime, blocks, network: Clean up use of Win headers, fix stream_pdu.Ryan Volz2021-04-171-24/+0
| | | | | | | stream_pdu_base was failing to compile on Windows after moving to gr-network since HAVE_IO_H was not checked for or defined. Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
* CMake: remove unused compile/header checksMarcus Müller2021-02-181-42/+0
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* put back checks for io.h in cmake files #2874Grant Cox2019-11-071-0/+1
|
* Remove circular_file.cc from codebase, cmake, qa, and ConfigChecks #2874Grant Cox2019-11-071-1/+0
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-13/+0
|\
| * Remove unused CMake-time testsMarcus Müller2018-08-271-13/+0
| |
* | blocks: replace rand48 with xoroshiro closes #1671Andrej Rode2018-03-301-7/+0
|/ | | | merges #1692.
* Add config check for Xrand48() functionsPaul Cercueil2016-11-111-0/+7
| | | | | | | This fixes some compile errors under MinGW, which does not provide those functions. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
* cmake: Windows-specific fixes for compatibilityPaul Cercueil2016-05-301-1/+1
| | | | | | | | | | | | | | | | * 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
* blocks: added gr::blocks::tuntap_pduJohnathan Corgan2013-02-271-1/+1
| | | | Linux only
* blocks: fixed MSVC compatibility issueNicholas Corgan2012-10-031-0/+91