aboutsummaryrefslogtreecommitdiffstats
path: root/gr-utils/modtool (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: Maintain compiler settings at one point. Volker Schroer2021-12-101-28/+12
* doxygen: Remove obsolete COLS_IN_ALPHA_INDEX for OOT modules.Ron Economos2021-12-092-7/+447
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* utils: pep8 formattingJosh Morman2021-11-2439-1102/+2753
* modtool: move OOTs equal to components for 3.10 mormj2021-11-2426-54/+143
* modtool,cmake: fix python-only QA, bindings copy handled in bindings cmake fileshwhiti2021-11-192-6/+11
* modtool,cmake: make module dir for testsChristoph Koehler2021-11-171-0/+11
* modtool: fix CMake export configChristoph Koehler2021-11-123-42/+1
* modtool: Use c++17 in template to match top level CMakeLists.txt.Ron Economos2021-11-061-3/+3
* modtool: complete renaming of update-hash-onlyJosh Morman2021-10-261-3/+3
* modtool: Clean up whitespace in templatesClayton Smith2021-10-2511-30/+14
* modtool: working python general block templatemormj2021-10-251-8/+15
* modtool: ability to fix the hash using modtoolmormj2021-10-222-4/+12
* modtool: replace reinterpret_cast with static_castJosh Morman2021-10-211-6/+6
* utils: use tempfile instead of /tmp in bindtool and modtoolJeff Long2021-10-111-1/+2
* cmake: Use preferred method to find PkgConfig.Ron Economos2021-09-122-4/+2
* pybind11: remove debug messagejapm482021-07-301-4/+0
* modtool: fix field name in templateJeff Long2021-07-161-1/+2
* gr-newmod: Set OOT module VERSION_PATCH to 0 instead of git.Ron Economos2021-07-091-1/+1
* cmake: Remove absolute paths and private links from exported targets.Ryan Volz2021-06-251-13/+0
* modtool: Fix `rm`, `disable`, `rename` and `makeyml` similar namingSolomon2021-06-254-28/+95
* modtool: Fix TypeErrorSolomon Tan2021-06-163-16/+49
* modtool: improve the 'invalid name' error messageFerenc Gerlits2021-05-039-23/+29
* gr_modtool add: Correctly handle arglistVolker Schroer2021-03-161-2/+2
* cmake: Format numpy include path in CMake style for consistency.Ryan Volz2021-03-121-0/+3
* modtool: add default .gitignoreJosh Morman2021-02-081-0/+5
* utils: modtool: Improve exception handling for import errorMartin Braun2021-01-291-2/+2
* modtool: Remove -Wcomment warnings in python_bindings.cc template.Ron Economos2021-01-291-6/+6
* modtool: Fix find_package_handle_standard_args warning in gr_modtool newmodVolker Schroer2021-01-241-1/+3
* modtool: CMake template should allow building OOT modules without python if desiredJacob Gilbert2020-12-171-2/+8
* modtool: Change handled exception to ModuleNotFoundErrormormj2020-12-171-1/+1
* Bump the C++ standard version to C++14Marcus Müller2020-12-171-4/+4
* docs: use MathJax for HTML documentationjapm482020-10-292-12/+6
* Make additional includes and defines available in the bind processVolker Schroer2020-10-283-7/+16
* modtool: minor cleanup makeyamlmormj2020-10-272-3/+3
* modtool: leave out bindings for python only modulesmormj2020-10-232-3/+13
* modtool: check blockname before other checksmormj2020-10-201-1/+1
* modtool: update of cli block name checkingmormj2020-10-201-3/+3
* docs: remove sixClayton Smith2020-10-202-9/+4
* Adding optional parameter addl_includes to gr_modtool bind, space addedVolker Schroer2020-10-152-1/+4
* pybind11: Remove SWIG remnants.Ron Economos2020-10-122-1872/+0
* cmake: Remove "find_package_handle_standard_args" warnings.Ron Economos2020-10-011-0/+1
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0344-116/+0
* utils/modtool: switch to `make_block_sptr` in templateThomas Habets2020-07-301-2/+2
* modtool: Run all generated C++ code through clang-formatThomas Habets2020-07-142-1/+23
* modtool: suggest descriptive test names for Python QA for C++Marcus Müller2020-06-241-2/+2
* modtool: make C++ blocks compile by defaultMarcus Müller2020-06-241-12/+36
* modtool templates: remove unused config.h constructsMarcus Müller2020-06-241-12/+0
* newmod: remove Py2-compat from inline Python scriptMarcus Müller2020-06-241-1/+1
* modtool: remove SWIG from Py QA templ, add Py C++ binding instantiation testMarcus Müller2020-06-241-2/+13