| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: replace deprecated distutils | Volker Schroer | 2021-12-20 | 1 | -5/+8 |
* | cmake: Maintain compiler settings at one point. | Volker Schroer | 2021-12-10 | 2 | -0/+123 |
* | cmake: Remove warnings from GrTest.cmake | Ron Economos | 2021-12-03 | 1 | -3/+3 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -7/+11 |
* | modtool: move OOTs equal to components for 3.10 | mormj | 2021-11-24 | 1 | -1/+5 |
* | logging core: replace log4cpp by spdlog | Marcus Müller | 2021-11-19 | 2 | -63/+1 |
* | modtool,cmake: make module dir for tests | Christoph Koehler | 2021-11-17 | 1 | -0/+4 |
* | cmake: handle optional components in `find_package` | Christoph Koehler | 2021-11-11 | 1 | -2/+6 |
* | cmake: Fix cmake failure with unset VERSION_PATCH. | Ryan Volz | 2021-10-27 | 1 | -6/+11 |
* | cmake: reliably determine python prefix | schneider | 2021-10-13 | 1 | -16/+22 |
* | cmake: Use preferred method to find PkgConfig. | Ron Economos | 2021-09-12 | 10 | -30/+10 |
* | cmake: Fix finding libunwind | Pavon | 2021-07-20 | 1 | -1/+1 |
* | pybind: add precompilation of pybind headers to pybind targets | Marcus Müller | 2021-07-19 | 1 | -0/+16 |
* | cmake: Pass extra arguments to GR_PYTHON_INSTALL to install command. | Ryan Volz | 2021-06-25 | 1 | -0/+3 |
* | cmake: Remove absolute paths and private links from exported targets. | Ryan Volz | 2021-06-25 | 3 | -12/+40 |
* | cmake: Ensure that RC_*_VERSION are numeric. | Ryan Volz | 2021-06-16 | 1 | -2/+3 |
* | cmake: lowercase pkg-config module requires lowercase pybind11_INCLUDE_DIR | Marcus Müller | 2021-06-09 | 1 | -3/+3 |
* | Fix wrong hint for include dir | Volker Schroer | 2021-06-04 | 1 | -1/+1 |
* | Update GnuradioConfig.cmake.in | Volker Schroer | 2021-06-04 | 1 | -0/+1 |
* | gr-iio: cmake: Standardize Find*.cmake modules and use targets. | Ryan Volz | 2021-06-04 | 4 | -104/+198 |
* | feature: gr-iio | Adam Horden | 2021-06-04 | 2 | -0/+104 |
* | runtime: ctrlport: cmake: Fix thrift dependency for OOTs. | Ryan Volz | 2021-06-01 | 1 | -3/+3 |
* | cmake: Uniformly use HINTS and PATH_SUFFIXES in find scripts. | Ryan Volz | 2021-06-01 | 6 | -26/+30 |
* | cmake: Fix finding Thrift when it is built with MSVC. | Ryan Volz | 2021-06-01 | 1 | -1/+1 |
* | soapy: add module gr-soapy | Jeff Long | 2021-05-03 | 1 | -0/+1 |
* | cmake: Fix codec2 and MPIR find modules for Windows (conda). | Ryan Volz | 2021-04-17 | 2 | -6/+6 |
* | CMake: Look for MPIR only when no GMP is found, be verbose | Marcus Müller | 2021-03-20 | 1 | -1/+4 |
* | gr-pdu: initial commit with the PDU module | Jacob Gilbert | 2021-03-18 | 1 | -0/+1 |
* | Replace boost::filesystem with std::filesystem | Zackery Spytz | 2021-03-13 | 2 | -2/+0 |
* | cmake: remove custom FindGSL module | Josh Morman | 2021-03-04 | 1 | -168/+0 |
* | MSVC: get rid of unused workaround headers | Marcus Müller | 2021-02-23 | 3 | -64/+4 |
* | removed ssize_t, which is not standard C, and we're a C++ project | Marcus Müller | 2021-02-23 | 1 | -6/+0 |
* | cmake: Thrift min version is set at top level | Martin Braun | 2021-02-18 | 1 | -1/+2 |
* | FindUHD: Fix find_package_handle_standard_args warning | Volker Schroer | 2021-02-11 | 1 | -1/+3 |
* | cmake: removes cmake_prefix_path from hints list in FindQWT.cmake | gnieboer | 2021-02-08 | 1 | -2/+2 |
* | cmake: python: Fix linking when runtime py interpreter != build time. | Ryan Volz | 2021-01-14 | 2 | -9/+33 |
* | runtime: Add terminate handling | Paul Wicks | 2020-12-19 | 1 | -0/+29 |
* | RPC fixes to allow using Thrift-0.13 | A. Maitland Bottoms | 2020-12-19 | 1 | -1/+13 |
* | Bump the C++ standard version to C++14 | Marcus Müller | 2020-12-17 | 1 | -2/+2 |
* | Do not disable boost, if only the unit_test_framework is missing | Volker Schroer | 2020-12-03 | 1 | -5/+2 |
* | docs: use MathJax for HTML documentation | japm48 | 2020-10-29 | 1 | -0/+60 |
* | cmake: manual override to ignore pybind hash checking | mormj | 2020-10-28 | 1 | -1/+3 |
* | Make additional includes and defines available in the bind process | Volker Schroer | 2020-10-28 | 1 | -2/+5 |
* | Remove hardcoded GR_PYTHON_DIR | elms | 2020-10-20 | 1 | -1/+0 |
* | cmake: Fix pybind11 compiler definitions with MSVC. | Ryan Volz | 2020-10-20 | 1 | -3/+15 |
* | cmake: pybind: Use "${PYTHON_EXECUTABLE}" instead of "python3". | Ryan Volz | 2020-10-05 | 1 | -14/+14 |
* | cmake: Remove "find_package_handle_standard_args" warnings. | Ron Economos | 2020-10-01 | 10 | -13/+33 |
* | cmake: Remove Policy CMP0075 CMake warning. | Ron Economos | 2020-10-01 | 1 | -0/+1 |
* | gr-blocks: More graceful error handling of missing sndfile dependency. | Ron Economos | 2020-09-20 | 2 | -2/+5 |
* | gr-blocks: Transition the WAV sink and source blocks to libsndfile. | Ron Economos | 2020-09-01 | 1 | -0/+34 |