summaryrefslogtreecommitdiffstats
path: root/gnuradio-runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* gnuradio-runtime/hier_block2: Allow changing of IO sig in the constructorSylvain Munaut2016-02-032-0/+41
* gnuradio-runtime: Fix sptr magic when exception thrown in hier2 constructorSylvain Munaut2016-01-273-1/+37
* Merge remote-tracking branch 'tom/issue768' into maintJohnathan Corgan2016-01-271-2/+15
|\
| * runtime: addresses issue 768.Tom Rondeau2016-01-271-2/+15
* | runtime: issue 883: fixes calculation of alignment in items.Tom Rondeau2016-01-271-2/+2
|/
* gru: Fixes an obsolete numpy function call.Tom Rondeau2016-01-061-1/+1
* Fixed delayed tag propagationDaulPavid2015-12-271-2/+2
* Merge branch 'maint'Johnathan Corgan2015-12-112-6/+5
|\
| * Revert "Fixes for ABI compliance checker"Johnathan Corgan2015-12-112-6/+5
* | Merge remote-tracking branch 'tom/ctrlport/java_binary_support'Johnathan Corgan2015-12-111-1/+1
|\ \
| * | controlport: using the 'binary' Thrift data type to work better with Java.Tom Rondeau2015-12-101-1/+1
* | | Merge branch 'maint'Johnathan Corgan2015-12-112-5/+6
|\ \ \ | |/ / |/| / | |/
| * Fixes for ABI compliance checkerA. Maitland Bottoms2015-12-112-5/+6
* | Merge branch 'maint'Johnathan Corgan2015-12-085-42/+144
|\|
| * runtime: fix hierarchical block message port flattening/GRC usageTim O'Shea2015-12-085-42/+144
* | Merge remote-tracking branch 'jdemel/maint'Johnathan Corgan2015-11-281-0/+7
|\ \
| * | ctrlport: pc_throughput_avg registeredJohannes Demel2015-11-181-0/+7
| |/
* | runtime: add accessors for in_sig and out_sig in python blocksSebastian Koslowski2015-11-061-0/+7
* | Merge branch 'maint'Johnathan Corgan2015-10-301-1/+1
|\|
| * logger: fixed issue #851: "notset" instead of "noset".Tom Rondeau2015-10-291-1/+1
* | ctrlport: provides a ControlPort model that connects directly with aTom Rondeau2015-10-1611-8/+333
* | ctrlport: fixed copy-paste error for setting short data.Tom Rondeau2015-10-161-1/+1
* | random-analog: fixed reseed issueJohannes Demel2015-09-283-23/+30
* | random-analog: added new uniform integer distribution sourceJohannes Demel2015-09-283-13/+61
* | Merge remote-tracking branch 'stwunsch/newRandom'Johnathan Corgan2015-09-055-108/+282
|\ \
| * | add current year to licence headerStefan2015-09-042-2/+2
| * | redo qa_random without print statements and scipy; add stand-alone evaluation script in gnuradio-runtime/appsStefan2015-09-042-100/+148
| * | remove fixed fixmeStefan2015-09-021-1/+1
| * | remove deprecated RANDOM_MAX global and adjust test-casesStefan2015-09-021-12/+0
| * | add test-case for reseed featureStefan2015-09-012-9/+33
| * | add boost.random as random number generatorStefan2015-09-013-73/+73
| * | fix wrong laplacian random numbers and add testcaseStefan2015-09-013-41/+54
| * | include random.h in swig; add qa_random testcaseStefan2015-09-012-0/+101
* | | Merge branch 'maint'Johnathan Corgan2015-09-011-0/+2
|\ \ \ | |/ / |/| / | |/
| * logger.h.in: sys/types.h is needed for mode_tGwenhael Goavec-Merou2015-08-311-0/+2
* | Merge remote-tracking branch 'ckuethe/trap_import_errors'Johnathan Corgan2015-08-281-8/+13
|\ \
| * | clarify missing module exception.Chris Kuethe2015-08-281-8/+13
| |/
* / whitespace fixes and some minor adjustments for building the PythonTom Rondeau2015-08-171-1/+1
|/
* Merge branch 'maint'Johnathan Corgan2015-08-051-6/+31
|\
| * runtime: fixes a problem with tag pruning.Tom Rondeau2015-08-051-6/+31
* | Merge branch 'maint'Johnathan Corgan2015-07-292-18/+19
|\|
| * runtime: stop catching errors from primitive_connect in connect decoratorSebastian Koslowski2015-07-272-18/+19
* | controlport: Adding support for building Java clients.Tom Rondeau2015-07-242-2/+2
* | Merge branch 'maint'Johnathan Corgan2015-07-241-1/+1
|\|
| * runtime: remove thread-unsafe static qualifierJohnathan Corgan2015-07-241-1/+1
* | Merge branch 'maint'Johnathan Corgan2015-07-121-5/+7
|\|
| * runtime: fix default forecast implementation for python blocksSebastian Koslowski2015-07-101-5/+7
* | Merge branch 'maint'Johnathan Corgan2015-07-061-15/+61
|\|
| * added Doxygen for flowgraphMarcus Müller2015-06-281-15/+61
* | base: Added argparse equivalent for eng_optionMartin Braun2015-06-272-0/+54