aboutsummaryrefslogtreecommitdiffstats
path: root/cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: Fix finding libunwindPavon2021-07-201-1/+1
* pybind: add precompilation of pybind headers to pybind targetsMarcus Müller2021-07-191-0/+16
* cmake: Pass extra arguments to GR_PYTHON_INSTALL to install command.Ryan Volz2021-06-251-0/+3
* cmake: Remove absolute paths and private links from exported targets.Ryan Volz2021-06-253-12/+40
* cmake: Ensure that RC_*_VERSION are numeric.Ryan Volz2021-06-161-2/+3
* cmake: lowercase pkg-config module requires lowercase pybind11_INCLUDE_DIRMarcus Müller2021-06-091-3/+3
* Fix wrong hint for include dirVolker Schroer2021-06-041-1/+1
* Update GnuradioConfig.cmake.inVolker Schroer2021-06-041-0/+1
* gr-iio: cmake: Standardize Find*.cmake modules and use targets.Ryan Volz2021-06-044-104/+198
* feature: gr-iioAdam Horden2021-06-042-0/+104
* runtime: ctrlport: cmake: Fix thrift dependency for OOTs.Ryan Volz2021-06-011-3/+3
* cmake: Uniformly use HINTS and PATH_SUFFIXES in find scripts.Ryan Volz2021-06-016-26/+30
* cmake: Fix finding Thrift when it is built with MSVC.Ryan Volz2021-06-011-1/+1
* soapy: add module gr-soapyJeff Long2021-05-031-0/+1
* cmake: Fix codec2 and MPIR find modules for Windows (conda).Ryan Volz2021-04-172-6/+6
* CMake: Look for MPIR only when no GMP is found, be verboseMarcus Müller2021-03-201-1/+4
* gr-pdu: initial commit with the PDU moduleJacob Gilbert2021-03-181-0/+1
* Replace boost::filesystem with std::filesystemZackery Spytz2021-03-132-2/+0
* cmake: remove custom FindGSL moduleJosh Morman2021-03-041-168/+0
* MSVC: get rid of unused workaround headersMarcus Müller2021-02-233-64/+4
* removed ssize_t, which is not standard C, and we're a C++ projectMarcus Müller2021-02-231-6/+0
* cmake: Thrift min version is set at top levelMartin Braun2021-02-181-1/+2
* FindUHD: Fix find_package_handle_standard_args warningVolker Schroer2021-02-111-1/+3
* cmake: removes cmake_prefix_path from hints list in FindQWT.cmakegnieboer2021-02-081-2/+2
* cmake: python: Fix linking when runtime py interpreter != build time.Ryan Volz2021-01-142-9/+33
* runtime: Add terminate handlingPaul Wicks2020-12-191-0/+29
* RPC fixes to allow using Thrift-0.13A. Maitland Bottoms2020-12-191-1/+13
* Bump the C++ standard version to C++14Marcus Müller2020-12-171-2/+2
* Do not disable boost, if only the unit_test_framework is missingVolker Schroer2020-12-031-5/+2
* docs: use MathJax for HTML documentationjapm482020-10-291-0/+60
* cmake: manual override to ignore pybind hash checkingmormj2020-10-281-1/+3
* Make additional includes and defines available in the bind processVolker Schroer2020-10-281-2/+5
* Remove hardcoded GR_PYTHON_DIRelms2020-10-201-1/+0
* cmake: Fix pybind11 compiler definitions with MSVC.Ryan Volz2020-10-201-3/+15
* cmake: pybind: Use "${PYTHON_EXECUTABLE}" instead of "python3".Ryan Volz2020-10-051-14/+14
* cmake: Remove "find_package_handle_standard_args" warnings.Ron Economos2020-10-0110-13/+33
* cmake: Remove Policy CMP0075 CMake warning.Ron Economos2020-10-011-0/+1
* gr-blocks: More graceful error handling of missing sndfile dependency.Ron Economos2020-09-202-2/+5
* gr-blocks: Transition the WAV sink and source blocks to libsndfile.Ron Economos2020-09-011-0/+34
* network: build fixesNicholas Corgan2020-08-241-0/+1
* cmake: Add `-undefined dynamic_lookup` linker flag back for macOSSeeker2020-08-031-1/+6
* cmake: Add quotation marks around $PATH in GrTest.cmakeAndrej Rode2020-06-211-1/+1
* cmake: Remove FindSWIG from modules and don't check for itAndrej Rode2020-06-201-141/+0
* pybind: remove docstring dependency on entire moduleJosh Morman2020-06-111-3/+3
* pybind11: update binding generation scriptsJosh Morman2020-06-041-0/+4
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+171
* cmake: add GrPybind for making with pybind11Josh Morman2020-06-041-0/+106
* pybind: removal of swig componentsJosh Morman2020-06-046-859/+4
* gr-blocks/peak_detector: Remove UB on infinitiesThomas Habets2020-05-211-8/+0
* CMake/SWIG: Remove SWIG flag superfluous after 3.0.12, suppress warningMarcus Müller2020-04-111-1/+5