Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gr_modtool: add missing braces to YAML file make template | Arpit Gupta | 2019-03-31 | 1 | -1/+1 | |
| | ||||||
* | gr_modtool: Fix for parameter wrap in cli inputs and gr_modtool info | Arpit Gupta | 2019-03-31 | 2 | -2/+2 | |
| | ||||||
* | modtool add: add C++ QA for both version '37', '38' | Marcus Müller | 2019-03-09 | 1 | -1/+1 | |
| | ||||||
* | newmod: Use directories as set by GNU Radio CMake, not guessed yourself | Marcus Müller | 2019-03-09 | 1 | -8/+1 | |
| | | | | | This aims to reconcile what OOTs do at CMake time with what was done at GNU Radio CMake time. | |||||
* | utils: remove space inserted for empty comment lines from generated code | Ron Economos | 2019-03-08 | 1 | -4/+21 | |
| | ||||||
* | 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 | |
| | ||||||
* | gr-utils: Improve error message, avoid user confusion through error masking | Johannes Schmitz | 2019-03-08 | 3 | -3/+6 | |
| | ||||||
* | gr-utils: Fix file mode bits for executables | Johannes Schmitz | 2019-03-08 | 3 | -0/+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 | 87 | -1275/+2724 | |
| | | | | | | | | | | | | | | 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 | |
| | ||||||
* | gr-utils: Condense gr_plot commands and fix datatype arg | Brennan Ashton | 2018-11-22 | 15 | -408/+67 | |
| | | | | | | | This removes all the gr_plot_* applications save for: - gr_plot (time-domain) - gr_plot_fft (FFT domain) - gr_plot_psd (Power Spectrum Density) | |||||
* | 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. | |||||
* | gr-utils: Restore lost commits in UI definition for pyqt_plot | Brennan Ashton | 2018-11-16 | 2 | -457/+631 | |
| | | | | | | | | | At some point when things were merged the UI definition got out of sync with gr_plot_qt. Unfortunatly it is a pain to grab the partial commits before the files were moved so the commit hashes are: e4c161f16aecd82f3cfc0a8aff4e1d16afaa2791 3a27d463adaf6784b9abfe1d5f5828a0429f838b db8bc5c7a5e701734810d0aabd8b774eda6f6839 | |||||
* | utils: Fix bug in plot_fft_base that will choke on numpy types | Martin Braun | 2018-11-15 | 1 | -1/+1 | |
| | ||||||
* | remove completely unused scipy from gr-util plot apps | Marcus Müller | 2018-11-02 | 7 | -63/+33 | |
| | ||||||
* | Replace scipy/pylab where numpy/pyplot is sufficient | Marcus Müller | 2018-11-02 | 3 | -53/+31 | |
| | | | | | | | | | This should reduce the number of times users are prompted to install pylab || scipy when they'd actually get away with functionality fully contained in numpy and matplotlib. This only solves the obvious cases. There's some usage of `pylab.mlab` that would need more than 20s of consideration. | |||||
* | 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 | 57 | -1673/+992 | |
|\ | ||||||
| * | cmake: remove gengen tools | Andrej Rode | 2018-08-26 | 3 | -457/+0 | |
| | | ||||||
| * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 46 | -288/+376 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | python: Py3k compat | Andrej Rode | 2018-06-23 | 3 | -3/+3 | |
| | | | ||||||
| | * | 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 | 46 | -284/+372 | |
| | | | | | ||||||
| * | | | | modtool: Replace globals().values() with ModTool.__subclasses__() | Martin Braun | 2018-02-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Effectively reapplies this commit by Marcus Müller: ``` Making gr_modtool start faster by avoiding to iterate over all globals All subclasses of object have a __subclasses__ method, which gives the subclasses. That's a lot fewer objects than what's in globals(). ``` | |||||
| * | | | | 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 | |
| |\ \ \ \ \ \ |