Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime, blocks, network: Clean up use of Win headers, fix stream_pdu. | Ryan Volz | 2021-04-17 | 1 | -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 checks | Marcus Müller | 2021-02-18 | 1 | -42/+0 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | put back checks for io.h in cmake files #2874 | Grant Cox | 2019-11-07 | 1 | -0/+1 |
| | |||||
* | Remove circular_file.cc from codebase, cmake, qa, and ConfigChecks #2874 | Grant Cox | 2019-11-07 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -13/+0 |
|\ | |||||
| * | Remove unused CMake-time tests | Marcus Müller | 2018-08-27 | 1 | -13/+0 |
| | | |||||
* | | blocks: replace rand48 with xoroshiro closes #1671 | Andrej Rode | 2018-03-30 | 1 | -7/+0 |
|/ | | | | merges #1692. | ||||
* | Add config check for Xrand48() functions | Paul Cercueil | 2016-11-11 | 1 | -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 compatibility | Paul Cercueil | 2016-05-30 | 1 | -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_pdu | Johnathan Corgan | 2013-02-27 | 1 | -1/+1 |
| | | | | Linux only | ||||
* | blocks: fixed MSVC compatibility issue | Nicholas Corgan | 2012-10-03 | 1 | -0/+91 |