summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-0486-1245/+2721
| | | | | | | | | | | | | | This commit contains all the changes done during the 2018 GSoC "gr-modtool overhaul". Changes include: - Rewrite of gr-modtool based on Python Click - Split of gr-modtool in cli and core - Adherence to new GNU Radio 3.8 API for OOTs - Pylint improvements - Py3k and Py2k compatibility This feature is merged in a squash-merge due to big refactoring on the head and base branch and the impossibility to unclutter both.
* 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
|
* cmake: replace 'CMAKE_COMPILER_IS_GNUCXX' with CMAKE_CXX_COMPILER_IDMichael Dickens2018-11-171-1/+3
| | | | ... and expand from just GNU to both GNU and Clang, since they work comparably for the flags being tested.
* modtool: Update cmake/Modules filesMartin Braun2018-11-012-15/+9
| | | | | | | This imports various fixes that were already applied to cmake/Modules/* in GNU Radio itself, but weren't forward-ported to gr-newmod. These fixes include Py3k compatibility.
* modtool: Bump min Boost version for OOTs to 1.54Martin Braun2018-11-011-5/+2
| | | | This matches the version we use for GNU Radio itself.
* Fix invalid escape sequences.Clayton Smith2018-11-014-23/+20
|
* cmake: adhere to the new behaviour of CMP0026 policyAndrej Rode2018-10-281-6/+3
| | | | | | Previously the LOCATION property was used in several places through the tree. The Generator Syntax $<TARGET_FILE:tgt> has to be used now instead. This helps cmake figuring out the right file path.
* modtool: Fix templating syntax error in C++ noblock template for pre-3.7 OOTsMartin Braun2018-10-221-1/+1
|
* modtool: OOTs use Boost.UTF, CMake 3.8-AwareMartin Braun2018-10-2215-206/+110
| | | | | | | - This is the same change that happened for the GNU Radio core - New OOTs will now have Boost.UTF-based unit tests - modtool will be able to handle both CppUnit-based OOTs as well as Boost.UTF-based ones; this change is backward-compatible
* modtool: Py3k compat in modtool_addAndrej Rode2018-09-011-5/+8
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3135-1286/+724
|\
| * cmake: remove gengen toolsAndrej Rode2018-08-263-457/+0
| |
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2432-199/+271
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py
| | * modtool: modify str.translate() for python3 compatibilitySwapnil Negi2018-05-261-1/+2
| | |
| | * Fix typos from switch to Python 3Håkon Vågsether2017-08-216-10/+10
| | |
| | * Merge branch 'next' into python3Johnathan Corgan2017-06-222-2/+2
| | |\ | | | | | | | | | | | | | | | | Conflicts: gr-uhd/apps/uhd_app.py
| | * \ Merge branch 'next' into python3Johnathan Corgan2017-03-161-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.py.in gr-uhd/apps/uhd_app.py
| | * | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2632-198/+270
| | | | |
| * | | | Merge branch 'master' into nextMartin Braun2018-02-0311-19/+51
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' into nextJohnathan Corgan2017-06-222-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' into nextJohnathan Corgan2017-03-151-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' into nextJohnathan Corgan2017-01-261-1/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-11-271-0/+17
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-11-222-24/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-10-281-0/+8
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i gr-trellis/swig/CMakeLists.txt
| * \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-08-162-46/+183
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'github/nuke-cpack' into nextJohnathan Corgan2016-08-035-20/+7
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-vocoder/CMakeLists.txt
| | * | | | | | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-035-20/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
| * | | | | | | | | | Merge remote-tracking branch 'github/require-logging' into nextJohnathan Corgan2016-08-031-43/+0
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | cmake: remove ENABLE_GR_LOG and require log4cppJohnathan Corgan2016-06-261-43/+0
| | | | | | | | | | |
| * | | | | | | | | | modtool: replace OptionParser by ArgumentParserJiří Pinkava2016-06-3013-222/+133
| | | | | | | | | | |
| * | | | | | | | | | modtool: fix license formatingJiří Pinkava2016-06-281-1/+1
| | | | | | | | | | |
| * | | | | | | | | | modtool: fix template - copyrightholder filedJiří Pinkava2016-06-281-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2016-06-062-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-05-273-10/+20
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-04-141-0/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextNathan West2016-04-111-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-03-302-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \