| Commit message (Expand) | Author | Age | Files | Lines |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 1 | -0/+7 |
* | pybind: check version number, fail < 2.4 | Josh Morman | 2020-06-04 | 1 | -1/+5 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 1 | -11/+7 |
* | volk: Fix CMake Volk_VERSION comparison | Johannes Demel | 2020-05-04 | 1 | -4/+4 |
* | CMake: warn about VOLK versions not setting version, but try with them | Marcus Müller | 2020-04-12 | 1 | -1/+8 |
* | VOLK: notch down the minimum required version to 2.1.0 | Marcus Müller | 2020-04-12 | 1 | -1/+1 |
* | fixup! Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 1 | -1/+1 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 1 | -57/+10 |
* | replace boost endian check with cmake | japm48 | 2020-04-06 | 1 | -0/+6 |
* | cmake: Make numpy a first-class dependency for Python | Martin Braun | 2020-03-30 | 1 | -0/+7 |
* | gr-network: Add grnet networking blocks to GNU Radio | ghostop14 | 2020-03-29 | 1 | -0/+1 |
* | gr-digital: Improve Performance of Costas Loop | ghostop14 | 2020-02-14 | 1 | -0/+14 |
* | cmake: Make cmake_c*_standard unconditionally set to 11 | Martin Braun | 2020-02-09 | 1 | -22/+4 |
* | Improve complex math speed by disabling NaN/Inf checks | ghostop14 | 2020-01-27 | 1 | -0/+8 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | cmake: fix toplevel cmake for CONTRIBUTING | devnulling | 2020-01-17 | 1 | -1/+1 |
* | cmake: grc: Provide ENABLE_POSTINSTALL option | Martin Braun | 2020-01-06 | 1 | -0/+6 |
* | Disable Python 2k | Marcus Müller | 2020-01-04 | 1 | -2/+1 |
* | declare enable-testing earlier and without dependency to boost as requested b... | Gwenhael Goavec-Merou | 2019-12-19 | 1 | -6/+3 |
* | add boost unit_test_framework required only when ENABLE_TESTING=ON | Gwenhael Goavec-Merou | 2019-12-19 | 1 | -0/+2 |
* | cmake: Remove find package for pythonlibs in gr-qtgui | Brennan Ashton | 2019-11-01 | 1 | -1/+0 |
* | master: updating version to be 3.9.0.0-git | Marcus Müller | 2019-08-10 | 1 | -2/+2 |
* | Release 3.8.0.0v3.8.0.0 | Marcus Müller | 2019-08-09 | 1 | -1/+1 |
* | Change /MP and /bigobj to compile_options for Ninja compatibility. | Ryan Volz | 2019-07-25 | 1 | -2/+2 |
* | Release Candidate 3.8.0.0-rc2v3.8.0.0-rc2 | Marcus Müller | 2019-07-20 | 1 | -1/+1 |
* | Release Candidate 3.8.0.0-rc1v3.8.0.0-rc1 | Marcus Müller | 2019-07-18 | 1 | -2/+2 |
* | Purge gr-comedi and all references to it from mainline GNU Radio | Marcus Müller | 2019-07-17 | 1 | -1/+0 |
* | Set grc Python3 min ver to 3.6.5, Py2 min ver to 2.7.6 | Marcus Müller | 2019-07-17 | 1 | -2/+2 |
* | Renaming the VERSION_INFO_* to VERSION_ macros consistent w/ VERSIONING | Marcus Müller | 2019-07-17 | 1 | -4/+4 |
* | grc: added url to wiki page for each block in docs tab | Marc L | 2019-07-17 | 1 | -0/+3 |
* | cmake: deps: Bump min Python version to 3.6 | Martin Braun | 2019-07-13 | 1 | -1/+1 |
* | cmake: Enable CMAKE_EXPORT_COMPILE_COMMANDS | Johannes Schmitz | 2019-05-11 | 1 | -0/+3 |
* | cmake: The WARNING mode to message() needs to be capitalized. | Ron Economos | 2019-04-21 | 1 | -2/+2 |
* | newmod: update templates for new target syntax | Andrej Rode | 2019-03-04 | 1 | -7/+10 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -28/+31 |
* | CMake: Defines compiler version for MSVC | gnieboer | 2019-01-23 | 1 | -0/+2 |
* | cmake: remove obsolete code. | Johannes Demel | 2019-01-01 | 1 | -6/+0 |
* | fixup! cmake: Only go into grc/ subdirs when ENABLE_GRC=ON | Martin Braun | 2018-12-30 | 1 | -1/+1 |
* | CMake: Reduce Boost Minimum Version from 1.54 to 1.53 | Marcus Müller | 2018-12-15 | 1 | -1/+1 |
* | cmake: Bump minimum version of CMake to 3.5.1 | Martin Braun | 2018-12-14 | 1 | -2/+2 |
* | Introduce MSVC version check; bump required version to 1800 (VS15) | Marcus Müller | 2018-11-17 | 1 | -15/+3 |
* | cmake: replace 'CMAKE_COMPILER_IS_GNUCXX' with CMAKE_CXX_COMPILER_ID | Michael Dickens | 2018-11-17 | 1 | -7/+8 |
* | cmake: when looking for Clang in CMAKE_CXX_COMPILER_ID, use MATCHES | Michael Dickens | 2018-11-16 | 1 | -2/+2 |
* | cmake: adhere to the new behaviour of CMP0026 policy | Andrej Rode | 2018-10-28 | 1 | -1/+1 |
* | cmake: Error out if Log4Cpp is not found | Andrej Rode | 2018-10-23 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -116/+74 |
|\ |
|
| * | Merge branch 'next_python3' into next | Marcus Müller | 2018-06-25 | 1 | -15/+17 |
| |\ |
|
| | * | Bumping minimal SWIG version to 3.0.8 | Marcus Müller | 2018-06-25 | 1 | -1/+1 |
| | * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 1 | -5/+7 |
| | |\ |
|
| | | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-09-22 | 1 | -0/+6 |
| | | |\ |
|