summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Johnathan Corgan2017-10-051-7/+10
|\
| * Merge remote-tracking branch 'github/pr/1476' into maintJohnathan Corgan2017-10-051-7/+10
| |\
| | * runtime: Moved block-by-block setup_rpc() calls to the end of the flatten_aux...Jacob Gilbert2017-10-041-7/+11
| |/
* | Merge branch 'maint'Johnathan Corgan2017-08-271-1/+1
|\|
| * Merge remote-tracking branch 'github/pr/1438' into maintJohnathan Corgan2017-08-271-1/+1
| |\
| | * runtime: fix logger_ptr to always be a pointerMichael Dickens2017-08-221-1/+1
* | | Merge remote-tracking branch 'github/pr/1396'Johnathan Corgan2017-08-031-0/+5
|\ \ \
| * | | block python gateway: add WORK_CALLED_PRODUCE/_DONE proxyMarcus Müller2017-07-281-0/+5
* | | | Merge remote-tracking branch 'github/pr/1380'Johnathan Corgan2017-07-141-24/+2
|\ \ \ \
| * | | | Removed superfluous typedefs of gr_?int*; included stdint.h uncond.Marcus Müller2017-07-141-24/+2
| |/ / /
* | | | Merge branch 'maint'Johnathan Corgan2017-07-141-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | fix: fixed a performance bug in buffer::get_tags_in_range.Brandon P. Enochs2017-07-141-1/+1
* | | Merge branch 'maint'Johnathan Corgan2017-06-274-15/+15
|\| |
| * | Revert "Fixed storing references to temporary values in RPC infrastructure"Johnathan Corgan2017-06-274-15/+15
* | | Merge branch 'maint'Johnathan Corgan2017-06-277-23/+28
|\| |
| * | Merge remote-tracking branch 'github/pr/1341' into maintJohnathan Corgan2017-06-273-8/+13
| |\ \
| | * | fix: can't pass non-enum integer as enum parameter (#1337)Marcus Müller2017-06-243-8/+13
| * | | Merge remote-tracking branch 'github/pr/1343' into maintJohnathan Corgan2017-06-274-15/+15
| |\ \ \
| | * | | Fixed storing references to temporary values in RPC infrastructureMarcus Müller2017-06-244-15/+15
| | |/ /
* | | | Merge remote-tracking branch 'github/pr/1333'Johnathan Corgan2017-06-222-8/+16
|\ \ \ \
| * | | | gr-runtime-test: changed test memory allocation from stack to help to avoid o...gnieboer2017-06-132-8/+16
| | |/ / | |/| |
* | | | Merge branch 'maint'Johnathan Corgan2017-06-221-8/+8
|\ \ \ \ | | |/ / | |/| |
| * | | runtime: replace pmt.pmt_swig.* namespace calls with pmt.*gnieboer2017-06-111-8/+8
| |/ /
* | | Merge branch 'maint'Johnathan Corgan2017-05-172-1/+2
|\| |
| * | runtime: fix missing log4cpp link requirement in pkg-config fileJohnathan Corgan2017-05-172-1/+2
* | | Merge branch 'maint'Johnathan Corgan2017-05-091-2/+49
|\| |
| * | Merge remote-tracking branch 'github/pr/1307' into maintJohnathan Corgan2017-05-091-2/+49
| |\ \
| | * | runtime: fix logger to work with log4cpp 1.1.2 & prior both in tree & OOT.Michael Dickens2017-05-091-2/+49
| | |/
* | | Merge branch 'maint'Johnathan Corgan2017-04-284-10/+20
|\| |
| * | runtime: add barrier to synchronize block startupAndrej Rode2017-04-234-10/+20
* | | Merge branch 'maint'Johnathan Corgan2017-04-151-5/+5
|\| |
| * | runtime: fix qa_fast_atan2fAndrej Rode2017-04-101-5/+5
* | | cmake: add log4cpp to runtime includesBastian Bloessl2017-03-222-1/+1
* | | cmake: clean upBastian Bloessl2017-03-222-7/+0
* | | Merge branch 'maint'Johnathan Corgan2017-03-202-7/+8
|\| |
| * | fixed gr::random::random::set_integer_limitsJohannes Demel2017-03-131-2/+3
| * | replaced boost::random::uniform_int_distribution with boost::uniform_int to r...Johannes Demel2017-03-102-6/+6
| |/
* | Bumped SWIG minimal SWIG version to 2.0.4Marcus Müller2017-03-101-10/+0
* | Merge remote-tracking branch 'mmueller/cmake_dependency_tree'Johnathan Corgan2017-03-052-30/+33
|\ \ | |/ |/|
| * Helped CMake maintain a clear dependency treeMarcus Müller2017-01-232-30/+33
* | runtime: missing API export for block stream operatorJosh Blum2017-01-301-1/+1
* | runtime: ifdef out unistd.h in public headerJosh Blum2017-01-301-0/+2
|/
* Merge remote-tracking branch 'darekk/gr_tag_swig_warning_fix_maint' into maintJohnathan Corgan2017-01-121-0/+1
|\
| * gnuradio-runtime/swig/tags.i: Making swig ignore gr::tag_t::operator= so that...Darek Kawamoto2017-01-101-0/+1
* | runtime: fix numpy warningBob Iannucci2017-01-121-1/+1
* | Merge remote-tracking branch 'jgilbert/msg_rpc_init_fix' into maintJohnathan Corgan2017-01-121-13/+9
|\ \ | |/ |/|
| * cleaned up the way setup_rpc() is called, and now is called for all blocks, n...Jacob Gilbert2016-11-231-13/+9
* | pmt: Fixing #if boost version checks in pmt_t.Darek Kawamoto2016-12-052-4/+5
* | pmt: Adding memory fence to ~pmt_t for proper multi-core ARM execution.Darek Kawamoto2016-12-012-2/+38
* | Fixing tag_t copy constructor and operator= bug which results in pmt_t's boos...Darek Kawamoto2016-12-011-0/+18