summaryrefslogtreecommitdiff
path: root/grc/core/platform.py
Commit message (Expand)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-17/+30
* grc: Removed unused code in gnuradio/platform.pyAdarsh Singh2021-10-141-7/+1
* grc: Implement grcc --output switch for hierarchical blocksJaredD2021-09-271-6/+5
* GRC: cache now time-dependent, version-sensitiveMarcus Müller2021-06-041-1/+1
* grc: Be more informative when missing "options" block.Ryan Volz2021-06-011-1/+14
* grc: Remove extra logger in grc/core/platformSeth Hitefield2021-01-111-1/+0
* grc: remove sixClayton Smith2020-10-051-10/+7
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
* grc: add send_flowgraph_error_report to MessagesGrant Cox2019-12-191-14/+1
* grc: report flowgraph loading errors nicely in grccGrant Cox2019-12-191-0/+14
* grc: prevent yaml parser errors from crashing grcJosh Morman2019-08-051-1/+1
* grc: Fix XML loading without lxmlHåkon Vågsether2019-07-281-4/+6
* GRC: Fix for GRC crash in case of flowgraph errorArpit Gupta2019-06-181-0/+3
* grc: fix generation of hier2 block in case of multiple message portsVolker Schroer2019-03-311-1/+0
* Make GRC save blank parametersHåkon Vågsether2019-01-031-3/+0
* Fix C++ hier block generationHåkon Vågsether2018-12-181-3/+0
* Add C++ generationHåkon Vågsether2018-11-231-0/+17
* Fixed GRC saving corrupted .grc filesHåkon Vågsether2018-07-301-3/+3
* grc: refactor: move Param cls to core.paramsSebastian Koslowski2017-11-081-3/+2
* grc: disable auto-conversion and implement json cacheSebastian Koslowski2017-11-081-59/+50
* Merge branch 'next' into python3Sebastian Koslowski2017-09-061-0/+1
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-0/+430