| Commit message (Expand) | Author | Age | Files | Lines |
* | pybind11: update binding generation scripts | Josh Morman | 2020-06-04 | 1 | -0/+4 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 1 | -1/+171 |
* | cmake: add GrPybind for making with pybind11 | Josh Morman | 2020-06-04 | 1 | -0/+106 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 6 | -859/+4 |
* | gr-blocks/peak_detector: Remove UB on infinities | Thomas Habets | 2020-05-21 | 1 | -8/+0 |
* | CMake/SWIG: Remove SWIG flag superfluous after 3.0.12, suppress warning | Marcus Müller | 2020-04-11 | 1 | -1/+5 |
* | cmake: declare compatibility if newer than the requested version | Clayton Smith | 2020-04-11 | 1 | -8/+8 |
* | cmake: GrPython: Auto-import LooseVersion into module check macro | Martin Braun | 2020-03-30 | 1 | -0/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 15 | -195/+15 |
* | Disable Python 2k | Marcus Müller | 2020-01-04 | 2 | -12/+3 |
* | docs: Remove the sphinx manual | Marc L | 2020-01-02 | 1 | -37/+0 |
* | cmake: workaround find_dependency bug | Bastian Bloessl | 2020-01-03 | 1 | -1/+1 |
* | Use raw strings for paths substituted directly into python strings. | Ryan Volz | 2020-01-02 | 1 | -2/+2 |
* | cmake: Use standard way of getting python prefix | Sylvain Munaut | 2020-01-01 | 1 | -6/+2 |
* | cmake: add boost 1.71 as acceptable version | Josh Morman | 2020-01-01 | 1 | -2/+4 |
* | Fix typo in Log4Cpp cmake file | japm48 | 2019-12-20 | 1 | -1/+1 |
* | GnuradioConfig.cmake.in: honour OOT ENABLE_TESTING if it set, use default if ... | Gwenhael Goavec-Merou | 2019-12-19 | 1 | -1/+3 |
* | cmake:Modules:GnuradioConfig.cmake.in: add unit_test_framework only when ENAB... | Gwenhael Goavec-Merou | 2019-12-19 | 1 | -3/+11 |
* | add boost unit_test_framework required only when ENABLE_TESTING=ON | Gwenhael Goavec-Merou | 2019-12-19 | 1 | -1/+4 |
* | codec2: fix support for codec2 version < 0.8 | Davide Gerhard | 2019-11-05 | 1 | -0/+12 |
* | FindLOG4CPP: canonical path ordering | Marcus Müller | 2019-09-29 | 1 | -3/+3 |
* | Update log4cpp cmake module to search in lib64 directories. | Philip Balister | 2019-09-29 | 1 | -1/+1 |
* | Fix typo that creates build issues with GR dependencies | Emmanuel Blot | 2019-08-26 | 1 | -1/+1 |
* | Added qwt name in FindQwt.cmake necessary in some Linux Distros | Jan Kraemer | 2019-08-23 | 1 | -1/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 2 | -11/+20 |
* | modtool: put proper quotes when unescaped shell paths | Josh Morman | 2019-07-19 | 1 | -3/+13 |
* | cmake: correct typo in FindLog4Cpp cmake module | Andrej Rode | 2019-07-17 | 1 | -1/+1 |
* | Add GR_PYTHON_RELATIVE to fix issue #2515 with runtime_swigTargets-release.cmake | Toby Flynn | 2019-07-17 | 1 | -0/+13 |
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 1 | -1/+1 |
* | Purge gr-comedi and all references to it from mainline GNU Radio | Marcus Müller | 2019-07-17 | 1 | -1/+0 |
* | Renaming the VERSION_INFO_* to VERSION_ macros consistent w/ VERSIONING | Marcus Müller | 2019-07-17 | 2 | -8/+8 |
* | cmake: Allow custom library name to be supplied for FindZeroMQ module | gnieboer | 2019-06-16 | 1 | -1/+1 |
* | CMake: Fixes error when both debug and release python libraries are installed | gnieboer | 2019-06-15 | 1 | -4/+14 |
* | cmake: fixed gsl definition add for windows | gnieboer | 2019-06-06 | 1 | -1/+1 |
* | cmake: remove branching for old CMake versions | Andrej Rode | 2019-05-23 | 1 | -7/+5 |
* | cmake: incorporate SO versioning from debian downstream patches | Andrej Rode | 2019-05-23 | 2 | -31/+2 |
* | cmake: Export settings for OOTs | Andrej Rode | 2019-03-23 | 2 | -10/+44 |
|\ |
|
| * | cmake: leave ENABLE_PYTHON and ENABLE_GRC user configurable by OOTs | Andrej Rode | 2019-03-11 | 2 | -8/+9 |
| * | cmake: use TargetConfig in GnuradioConfig | Andrej Rode | 2019-03-10 | 1 | -5/+2 |
| * | GnuradioConfig/newmod: find Thrift if it was used by GNU Radio build | Marcus Müller | 2019-03-09 | 1 | -0/+3 |
| * | CMake: export global settings into GnuradioConfig.cmake.in | Marcus Müller | 2019-03-09 | 1 | -1/+38 |
| * | CMake: GnuradioConfig.cmake.in cleanup, copyright year | Marcus Müller | 2019-03-08 | 1 | -5/+1 |
* | | SWIG: Output SWIG source being parsed file during build | Marcus Müller | 2019-03-13 | 1 | -1/+1 |
|/ |
|
* | Modern CMake: Remove obsolete FindGnuradio script | Marcus Müller | 2019-03-07 | 1 | -118/+0 |
* | newmod: update templates for new target syntax | Andrej Rode | 2019-03-04 | 1 | -3/+3 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 22 | -562/+876 |
* | cmake: Remove unused FindUSB.cmake module | Martin Braun | 2019-01-08 | 1 | -29/+0 |
* | cmake: FindQwt: Allow pkg-config to set the library name | Martin Braun | 2018-11-27 | 1 | -1/+1 |
* | qtgui: Disallow use of Qt4 | Martin Braun | 2018-11-15 | 2 | -156/+2 |
* | cmake: qwt: Only allow qwt-qt5 as a library name | Martin Braun | 2018-11-15 | 1 | -1/+1 |