summaryrefslogtreecommitdiffstats
path: root/gr-utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-2/+2
* modtool: Check for dependencies in gr-utils' CMakeListsHåkon Vågsether2019-08-091-0/+26
* modtool: Remove checking for click in CMakeListsHåkon Vågsether2019-08-091-23/+0
* modtool: restore rm functionalityJosh Morman2019-08-051-1/+3
* modtool: use correct yaml comments for grc templateJosh Morman2019-08-051-17/+17
* modtool: put proper quotes when unescaped shell pathsJosh Morman2019-07-192-4/+4
* Renaming the VERSION_INFO_* to VERSION_ macros consistent w/ VERSIONINGMarcus Müller2019-07-171-4/+4
* modtool: remove quotes for python hier block templateJosh Morman2019-07-171-2/+2
* Check seperately for click-plugins missingNick Østergaard2019-07-111-1/+10
* cmake: check for python module click as dependency of modtoolAndrej Rode2019-06-261-0/+12
* gr_modtool: fix for yaml generatorArpit Gupta2019-06-182-6/+10
* modtool: add 3.8 version for info commandJosh Morman2019-06-151-0/+2
* modtool: Remove cppunit-related filesMartin Braun2019-05-283-125/+0
* modtool: Improve style of some comments in templateJohannes Schmitz2019-05-121-3/+3
* cmake: Enable CMAKE_EXPORT_COMPILE_COMMANDSJohannes Schmitz2019-05-111-0/+3
* modtool/Py2k: str.maketrans('','','*&') -> replace('*','').replace('&','')Marcus Müller2019-04-211-1/+1
* modtool test: Don't silence ResourceWarning on systems without itMarcus Müller2019-04-211-1/+5
* modtool: Supply SimpleNamespace for legacy PythonMarcus Müller2019-04-211-1/+16
* modtool core: Don't import CLI functionality unless CLI is usedMarcus Müller2019-04-213-3/+5
* modtool tests: Don't install tests, but make them work in build dirMarcus Müller2019-04-212-13/+39
* modtool/newmod: Better error reporting on wrong template dirMarcus Müller2019-04-211-2/+2
* modtool/update: late import of GRC avoids breakage on GRC-less systemsMarcus Müller2019-04-211-1/+1
* modtool: fix modtool tests for missing pylint dependencyArpit Gupta2019-04-211-10/+41
* Reduce peak memory usage of Octave function read_cshort_binaryImad-Eddine Srairi2019-04-211-1/+4
* modtool: Set C/C++ standard to 11 for OOT's.Ron Economos2019-04-211-0/+20
* modtool: Update Python templatesJohannes Demel2019-03-311-7/+7
* gr_modtool: add missing braces to YAML file make templateArpit Gupta2019-03-311-1/+1
* gr_modtool: Fix for parameter wrap in cli inputs and gr_modtool infoArpit Gupta2019-03-312-2/+2
* modtool add: add C++ QA for both version '37', '38'Marcus Müller2019-03-091-1/+1
* newmod: Use directories as set by GNU Radio CMake, not guessed yourselfMarcus Müller2019-03-091-8/+1
* utils: remove space inserted for empty comment lines from generated codeRon Economos2019-03-081-4/+21
* utils: Install grc directory in gr_modtool CMakeLists.txt.Ron Economos2019-03-081-3/+1
* utils: Remove references to gr-filter from gr_modtool.Ron Economos2019-03-082-3/+3
* utils: Remove tabs from gr_modtool.Ron Economos2019-03-082-4/+4
* utils: Remove end of line spaces and other whitespace from gr_modtool.Ron Economos2019-03-082-9/+0
* gr-utils: Improve error message, avoid user confusion through error maskingJohannes Schmitz2019-03-083-3/+6
* gr-utils: Fix file mode bits for executablesJohannes Schmitz2019-03-083-0/+0
* modtool: fallback to slow yaml if libyaml support is not availableAndrej Rode2019-03-041-1/+4
* newmod: update templates for new target syntaxAndrej Rode2019-03-0414-1490/+63
* Modtool: Fix .yml template for grc bindingsSwapnil Negi2019-03-041-3/+2
* modtool: converter, support mod names w/ underscoresBastian Bloessl2019-03-041-1/+3
* modtool: converter, make sure block_candidates are assignedBastian Bloessl2019-03-041-1/+1
* Modtool: Add copyright featureSwapnil Negi2019-02-222-2/+12
* gr_modtool: remove unused code in rename.pyArpit Gupta2019-02-031-14/+0
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-0488-1276/+2724
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-3/+5
* utils: modtool: rename: Use SequenceCompleter to suggest blocknamesSwapnil Negi2018-11-221-0/+22
* gr-utils: Condense gr_plot commands and fix datatype argBrennan Ashton2018-11-2215-408/+67
* cmake: replace 'CMAKE_COMPILER_IS_GNUCXX' with CMAKE_CXX_COMPILER_IDMichael Dickens2018-11-171-1/+3
* gr-utils: Restore lost commits in UI definition for pyqt_plotBrennan Ashton2018-11-162-457/+631