aboutsummaryrefslogtreecommitdiffstats
path: root/gr-utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* pybind11: remove debug messagejapm482021-07-301-4/+0
* cmake: correct minimum version checking for MakoJeff Long2021-07-191-1/+5
* 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
* applied formatter to codeMark Bauer2021-06-162-117/+278
* replaced star imports with explicit importsMark Bauer2021-06-162-2/+13
* 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
* numpy: Fix fftpack referencesChristophe Seguinot2021-02-181-2/+1
* gr-utils: improve usefulness of blocktool exceptionsJacob Gilbert2021-02-152-2/+2
* 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
* Pybind: Adding header hash hotfixerMarcus Müller2021-01-201-0/+52
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-183-7/+7
* 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
* Fix typos throughout the codeluzpaz2020-10-295-7/+7
* docs: use MathJax for HTML documentationjapm482020-10-292-12/+6
* pybind: add implicit conversion from int to enummormj2020-10-281-0/+2
* Make additional includes and defines available in the bind processVolker Schroer2020-10-285-13/+27
* 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
* Modify template to cast Python pointer correctly, unnecessary comments removedVolker Schroer2020-10-201-2/+14
* 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-0361-161/+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
* modtool: Don't produce broken YAML by defaultMarcus Müller2020-06-241-16/+17
* blocktool: Monkeypatch time module for pygccxml to work under Python>=3.8Marcus Müller2020-06-233-0/+21
* blocktool: remove pygccxml as a dependencyJosh Morman2020-06-111-4/+0
* pybind: add exception handling to pybind header parsingJosh Morman2020-06-111-28/+36
* bindtool: copy template files to build dir for qaJosh Morman2020-06-041-0/+11
* pybind11: update binding generation scriptsJosh Morman2020-06-041-2/+2