Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | utils: Install grc directory in gr_modtool CMakeLists.txt. | Ron Economos | 2019-03-08 | 1 | -3/+1 | |
| | ||||||
* | utils: Remove references to gr-filter from gr_modtool. | Ron Economos | 2019-03-08 | 2 | -3/+3 | |
| | ||||||
* | utils: Remove tabs from gr_modtool. | Ron Economos | 2019-03-08 | 2 | -4/+4 | |
| | ||||||
* | utils: Remove end of line spaces and other whitespace from gr_modtool. | Ron Economos | 2019-03-08 | 2 | -9/+0 | |
| | ||||||
* | modtool: fallback to slow yaml if libyaml support is not available | Andrej Rode | 2019-03-04 | 1 | -1/+4 | |
| | ||||||
* | newmod: update templates for new target syntax | Andrej Rode | 2019-03-04 | 14 | -1490/+63 | |
| | ||||||
* | Modtool: Fix .yml template for grc bindings | Swapnil Negi | 2019-03-04 | 1 | -3/+2 | |
| | ||||||
* | modtool: converter, support mod names w/ underscores | Bastian Bloessl | 2019-03-04 | 1 | -1/+3 | |
| | ||||||
* | modtool: converter, make sure block_candidates are assigned | Bastian Bloessl | 2019-03-04 | 1 | -1/+1 | |
| | ||||||
* | Modtool: Add copyright feature | Swapnil Negi | 2019-02-22 | 2 | -2/+12 | |
| | ||||||
* | gr_modtool: remove unused code in rename.py | Arpit Gupta | 2019-02-03 | 1 | -14/+0 | |
| | ||||||
* | modtool: gr-modtool overhaul GSoC 2018 | Swapnil Negi | 2019-01-04 | 86 | -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=ON | Martin Braun | 2018-12-17 | 1 | -3/+5 | |
| | ||||||
* | utils: modtool: rename: Use SequenceCompleter to suggest blocknames | Swapnil Negi | 2018-11-22 | 1 | -0/+22 | |
| | ||||||
* | cmake: replace 'CMAKE_COMPILER_IS_GNUCXX' with CMAKE_CXX_COMPILER_ID | Michael Dickens | 2018-11-17 | 1 | -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 files | Martin Braun | 2018-11-01 | 2 | -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.54 | Martin Braun | 2018-11-01 | 1 | -5/+2 | |
| | | | | This matches the version we use for GNU Radio itself. | |||||
* | Fix invalid escape sequences. | Clayton Smith | 2018-11-01 | 4 | -23/+20 | |
| | ||||||
* | cmake: adhere to the new behaviour of CMP0026 policy | Andrej Rode | 2018-10-28 | 1 | -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 OOTs | Martin Braun | 2018-10-22 | 1 | -1/+1 | |
| | ||||||
* | modtool: OOTs use Boost.UTF, CMake 3.8-Aware | Martin Braun | 2018-10-22 | 15 | -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_add | Andrej Rode | 2018-09-01 | 1 | -5/+8 | |
| | ||||||
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 35 | -1286/+724 | |
|\ | ||||||
| * | cmake: remove gengen tools | Andrej Rode | 2018-08-26 | 3 | -457/+0 | |
| | | ||||||
| * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 32 | -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 compatibility | Swapnil Negi | 2018-05-26 | 1 | -1/+2 | |
| | | | ||||||
| | * | Fix typos from switch to Python 3 | Håkon Vågsether | 2017-08-21 | 6 | -10/+10 | |
| | | | ||||||
| | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-06-22 | 2 | -2/+2 | |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: gr-uhd/apps/uhd_app.py | |||||
| | * \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-16 | 1 | -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 python3 | Douglas Anderson | 2017-02-26 | 32 | -198/+270 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 11 | -19/+51 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-06-22 | 2 | -2/+2 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-03-15 | 1 | -2/+2 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-01-26 | 1 | -1/+6 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-11-27 | 1 | -0/+17 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-11-22 | 2 | -24/+0 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-10-28 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i gr-trellis/swig/CMakeLists.txt | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-08-16 | 2 | -46/+183 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'github/nuke-cpack' into next | Johnathan Corgan | 2016-08-03 | 5 | -20/+7 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-vocoder/CMakeLists.txt | |||||
| | * | | | | | | | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 5 | -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 next | Johnathan Corgan | 2016-08-03 | 1 | -43/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | cmake: remove ENABLE_GR_LOG and require log4cpp | Johnathan Corgan | 2016-06-26 | 1 | -43/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | modtool: replace OptionParser by ArgumentParser | Jiří Pinkava | 2016-06-30 | 13 | -222/+133 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | modtool: fix license formating | Jiří Pinkava | 2016-06-28 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | modtool: fix template - copyrightholder filed | Jiří Pinkava | 2016-06-28 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-06-06 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-05-27 | 3 | -10/+20 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-04-14 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Nathan West | 2016-04-11 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-03-30 | 2 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |