summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: dummy use argument to make some compiler happyMichael Dickens2018-05-261-1/+2
* Merge branch 'maint' through 'last_merge_to_master'Marcus Müller2018-03-306-27/+136
|\
| * analog: improve readability of laplacian distributionAndrej Rode2018-03-301-4/+5
| * analog: remove std::time(0) seed from gr::random if 0 is selectedAndrej Rode2018-03-301-3/+6
| * runtime: py_feval now includes Python.hMarcus Müller2018-03-301-0/+1
| * runtime: proper visibility for gr::sys_pri constantsMarcus Müller2018-03-301-5/+5
| * Added XOROSHIRO128+ implementationMarcus Müller2018-03-301-0/+103
| * runtime: address floating point roundoff concerns in num_to_str() in eng_nota...Jacob Gilbert2018-03-301-11/+12
| * pmt: extract lengths before memcmp #1598Andrej Rode2018-03-301-3/+3
| * pmt: fix for error in pmt::equal() when comparing uniform vectorsJacob Gilbert2018-03-301-1/+1
* | runtime: demoted static const pmt_t members of block:: to constMarcus Müller2018-03-302-7/+8
|/
* runtime: BSD shared memory and threading specificsA. Maitland Bottoms2018-03-272-2/+2
* Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-222-0/+6
* runtime: make py_io_signature iterable, hashableMarcus Müller2018-03-061-1/+10
* runtime: py_io_signature method documentationMarcus Müller2018-03-061-17/+23
* runtime: PMT recreation for system bus messages suppressedMarcus Müller2018-02-232-10/+13
* python gateway: added arg descriptions as docstringsJeff Long2018-02-211-0/+57
* python gateway: use range instead of xrange for Python 3 compatibilityJeff Long2018-02-211-4/+4
* python gateway: use tuples instead of lists where possibleJeff Long2018-02-211-4/+4
* python gateway: permit a variable number of portsJeff Long2018-02-212-28/+65
* Merge branch 'maint'Martin Braun2018-02-035-12/+24
|\
| * fixup! fixup! Use type-generic or float versions of cmath functions where app...Marcus Müller2018-02-031-1/+1
| * Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-032-2/+4
| * Use logf where dealing with single precision floatsMarcus Müller2018-02-031-6/+6
| * docs: Add missing information on usage of produce()/consume()rear10192018-02-031-3/+13
| * Replaced redmine URLs.Marcus Müller2018-02-031-1/+1
* | Comment typo fixing.luz.paz2018-02-0323-36/+36
* | block.h: update documentation on general_work return valueJeff Long2018-02-031-5/+17
* | gnuradio-runtime: Optimize some buffer[_reader]_sptr grabs and releasesAndy Walls2018-02-033-36/+66
* | 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
| | |/ / | |/| |