| Commit message (Expand) | Author | Age | Files | Lines |
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -18/+35 |
* | grc: Dependent variables sometimes fail to evaluate | Volker Schroer | 2021-10-27 | 1 | -2/+7 |
* | grc: fix the evaluation of interdependent variables | Volker Schroer | 2021-08-07 | 1 | -1/+0 |
* | grc: update disabled blocks if they depend on others | Volker Schroer | 2021-07-19 | 1 | -1/+2 |
* | grc: update id blackist with imports | Volker Schroer | 2021-04-15 | 1 | -0/+13 |
* | Fix typos throughout the code | luzpaz | 2020-10-29 | 1 | -2/+2 |
* | grc: fix pylint C0326: wrong number of spaces | Clayton Smith | 2020-10-20 | 1 | -2/+2 |
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 1 | -5/+5 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 1 | -1/+0 |
* | grc: add python snippets to GRC | Josh Morman | 2020-02-10 | 1 | -0/+41 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
* | grc: update namespace properly for nested variables | Josh Morman | 2019-11-01 | 1 | -2/+2 |
* | grc: Rename _options_block to options_block | Håkon Vågsether | 2019-07-28 | 1 | -10/+10 |
* | Fix KeyError in variable blocks | Volker Schroer | 2019-07-25 | 1 | -0/+3 |
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 1 | -1/+1 |
* | grc: add busports back into 3.8 | Josh Morman | 2019-07-15 | 1 | -0/+2 |
* | grc: introduce flag 'show_id' to show block id | Bastian Bloessl | 2019-06-29 | 1 | -1/+1 |
* | Modifying dummy block and error messages | Volker Schroer | 2019-03-13 | 1 | -3/+8 |
* | Correctly building dummy block | Volker Schroer | 2019-03-13 | 1 | -1/+1 |
* | grc: Fix Python Module block | Håkon Vågsether | 2019-01-07 | 1 | -1/+1 |
* | Merge the polished results from the 2017 GSoC "C++ Code Generation with GRC" | Andrej Rode | 2018-12-29 | 1 | -2/+2 |
|\ |
|
| * | Add C++ generation | Håkon Vågsether | 2018-11-23 | 1 | -2/+2 |
* | | grc: Silence import warnings caused by hier blocks on namespace renewal | Brennan Ashton | 2018-11-28 | 1 | -1/+6 |
|/ |
|
* | grc: Log exceptions on namespace renewal | Brennan Ashton | 2018-11-15 | 1 | -4/+12 |
* | grc: Simplify py2/3 logic for new_module | Brennan Ashton | 2018-11-12 | 1 | -11/+2 |
* | grc: Remove deprecated use of imp module | Brennan Ashton | 2018-11-04 | 1 | -2/+11 |
* | Added local namespace to eval() for var_value | Håkon Vågsether | 2018-07-30 | 1 | -1/+1 |
* | grc: only add enabled blocks to flow_graph children | Andrej Rode | 2017-12-04 | 1 | -1/+1 |
* | grc: Bug fixes for flowgraph complexity | Seth Hitefield | 2017-08-01 | 1 | -8/+8 |
* | grc: yaml: opens with yaml/mako | Seth Hitefield | 2017-06-29 | 1 | -0/+2 |
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -177/+112 |
* | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -2/+13 |
|\ |
|
| * | grc: make recursive flow graph load and generate more flexible | Sebastian Koslowski | 2016-09-23 | 1 | -1/+1 |
| * | grc: move run command getter to core | Sebastian Koslowski | 2016-09-23 | 1 | -3/+13 |
* | | grc: refactor: handle flowgraph and connection super init same as in block | Sebastian Koslowski | 2016-08-03 | 1 | -3/+3 |
* | | grc: various clean-ups and fixes | Sebastian Koslowski | 2016-07-29 | 1 | -47/+2 |
* | | grc: refactor: replace get_enabled by prop | Sebastian Koslowski | 2016-07-29 | 1 | -7/+5 |
* | | grc: make dummy blocks a block subclass | Sebastian Koslowski | 2016-07-29 | 1 | -35/+5 |
* | | grc: refactor: remove get for port and param name | Sebastian Koslowski | 2016-07-29 | 1 | -3/+3 |
* | | grc: refactor: some more bus ports stuff | Sebastian Koslowski | 2016-07-29 | 1 | -1/+1 |
* | | grc: gtk3: update gui element class | Sebastian Koslowski | 2016-07-13 | 1 | -3/+4 |
* | | grc-refactor: the hopeless cause of bus ports... | Sebastian Koslowski | 2016-07-13 | 1 | -46/+35 |
* | | grc-refactor: make block.params a dict | Sebastian Koslowski | 2016-07-13 | 1 | -4/+4 |
* | | grc-refactor: Block: make more public attribs | Sebastian Koslowski | 2016-07-13 | 1 | -9/+9 |
* | | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -12/+12 |
* | | grc: gtk3: fix paste and domain color settings | Sebastian Koslowski | 2016-06-10 | 1 | -1/+1 |
* | | grc-refactor: rewrite tree-api in core | Sebastian Koslowski | 2016-06-10 | 1 | -35/+21 |
* | | grc-refactor: Connections | Sebastian Koslowski | 2016-06-09 | 1 | -2/+2 |
* | | grc-refactor: remove odict | Sebastian Koslowski | 2016-06-09 | 1 | -26/+26 |
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -29/+28 |
|/ |
|