summaryrefslogtreecommitdiff
path: root/grc/python/Generator.py
Commit message (Collapse)AuthorAgeFilesLines
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-446/+0
|
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-6/+5
|
* grc: escape run command vars for shlex handling (bug #868)Sebastian Koslowski2016-02-011-12/+37
| | | | Thanks, Kevin McQuiggin for reporting this.
* grc: add embedded python modulesSebastian Koslowski2015-12-041-2/+6
|
* grc: some clean-upSebastian Koslowski2015-12-021-15/+17
|
* grc: fix output file encodingSebastian Koslowski2015-11-111-1/+1
|
* grc: add embedded python block definition and support in GRCSebastian Koslowski2015-11-111-8/+19
|
* grc: made flow graph python files the UTF-8 they always should have beenMarcus Müller2015-10-151-1/+2
|
* grc: per-flowgraph custom run commandsSebastian Koslowski2015-10-011-10/+4
|
* grc: refactor FlowGraph.py(s)Sebastian Koslowski2015-09-021-1/+1
|
* grc: show cmdline when xterm is usedSebastian Koslowski2015-08-211-0/+1
|
* Merge branch 'maint_grcwg' into master_grcwgSebastian Koslowski2015-08-121-1/+5
|\
| * grc: fix for reverted commit f184ccf 'better Popen argument handling...'Sebastian Koslowski2015-08-121-1/+5
| |
* | grc: remove bypassed blocks from generated codeSebastian Koslowski2015-08-051-1/+1
| |
* | grc: fix for block bypass where the next block is a virtual sink and moved ↵Seth Hitefield2015-08-041-3/+50
| | | | | | | | bypass code in generator
* | grc: add QT GUI hier blocks (#727)Sebastian Koslowski2015-07-171-3/+34
| |
* | Merge branch 'maint'Johnathan Corgan2015-06-171-1/+1
|\|
| * Revert "grc: better Popen argument handling for CLI based apps"Johnathan Corgan2015-06-171-1/+1
| | | | | | | | This reverts commit f184ccf0efcd52d455f8af13aae3d8eeeeefbfaa.
* | Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'Johnathan Corgan2015-06-141-1/+1
|\ \ | |/ |/|
| * grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-111-1/+1
| | | | | | | | | | Only for blocks that have a single source and sink of the same type. Feature can be disabled per block using the 'disable_bypass' flag in the block definition.
* | grc: better Popen argument handling for CLI based appsTim K2015-06-101-1/+1
|/ | | | "python -u ..." argument to "xterm -e" should be treated as all one argument
* grc: set permissions for generated filesSebastian Koslowski2015-04-021-3/+10
| | | | Reported by Marcus Mueller
* grc: use 'import' for grc-generated hier_blocks (#763)Sebastian Koslowski2015-04-021-3/+4
|
* grc: make use of GRC_HIER_PATH at runtimeSebastian Koslowski2015-04-021-3/+3
|
* grc: port connections by domain, block name in generated codeSebastian Koslowski2014-12-081-1/+5
|
* grc: PEP8 fixes in GeneratorSebastian Koslowski2014-12-081-28/+29
|
* grc: make Generator use gr_message domainSebastian Koslowski2014-12-051-5/+3
|
* grc: use domain connection templates in GeneratorSebastian Koslowski2014-12-031-0/+2
|
* grc: refactor/enhance hier block generationSebastian Koslowski2014-11-071-89/+88
|
* grc: move convert hier into a child generatorSebastian Koslowski2014-11-071-33/+180
|
* grc: fix xterm setting checkSebastian Koslowski2014-11-021-2/+4
|
* grc: fix missing xterm (Bug #725)Sebastian Koslowski2014-10-011-3/+3
|
* grc: Generator warning for flowgraphs with a throttle and an external ↵Marcus Müller2014-08-261-3/+9
| | | | | | | source/sink The Generator will now issue a warning that it is usually wrong to use any hardware flow control and a throttle block at the same time.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* grc: move xterm pref to Constants.pySebastian Koslowski2014-02-021-5/+3
|
* grc: For "No GUI" option, you can now choose which terminal type you likeMartin Braun2014-02-011-1/+3
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-118/+118
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-1/+1
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* GRC: can get list of ControlPort monitors to start them after top_block starts.Tom Rondeau2013-02-061-0/+2
| | | | For any GUI type (wx, qt, none), the ControlPort monitors will be started after the flowgraph is started to make sure the endpoints and blocks are created and available.
* Merge branch 'master' into nextJohnathan Corgan2012-11-291-1/+3
|\
| * core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-291-1/+3
| |
* | Revert "core: adding msg_connect, updating msg interface, adding symbolic ↵Johnathan Corgan2012-11-291-3/+1
| | | | | | | | | | | | | | | | block names" (to be reapplied on master branch and re-merged in) This reverts commit 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9.
* | core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-281-1/+3
| |
* | docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-4/+10
|/
* grc: added throttle tag to blocks that throttleJosh Blum2011-10-191-2/+2
|
* grc: disable pythonw on darwin, apparently not neededJosh Blum2011-06-091-2/+3
|
* grc: added logic to discover the path to the python interpreterJosh Blum2011-04-191-5/+15
| | | | | | | | | | | Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux)
* grc: work on generator for gui flowgraphs to simplify generationJosh Blum2011-03-011-16/+12
| | | | | | | generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks
* grc: added tabbed widget in qtgui for grcJosh Blum2011-03-011-0/+4
| | | | | | created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui.
* added to uhd grc files, also removed warning for grc generator with uhd blocksJosh Blum2010-04-141-1/+1
|