summaryrefslogtreecommitdiff
path: root/gr-utils/python
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | 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 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-0487-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=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
| | | | | | | 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_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.
* gr-utils: Restore lost commits in UI definition for pyqt_plotBrennan Ashton2018-11-162-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 typesMartin Braun2018-11-151-1/+1
|
* remove completely unused scipy from gr-util plot appsMarcus Müller2018-11-027-63/+33
|
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-023-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 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-3157-1673/+992
|\
| * cmake: remove gengen toolsAndrej Rode2018-08-263-457/+0
| |
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2446-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 compatAndrej Rode2018-06-233-3/+3
| | |
| | * 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-2646-284/+372
| | | | |
| * | | | modtool: Replace globals().values() with ModTool.__subclasses__()Martin Braun2018-02-031-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 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
| |\ \ \ \ \ \