summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: do not return buffer created on stact #722Jiří Pinkava2015-03-223-13/+10
* runtime: Add a timeout option on basic_block::delete_head_blockingSylvain Munaut2015-01-152-4/+14
* runtime: add tests for new decorators in hier_block2Sebastian Koslowski2014-12-123-52/+151
* runtime: refactor top/hier block python wrappersSebastian Koslowski2014-12-102-151/+129
* runtime: whitespace fixesSebastian Koslowski2014-12-102-50/+47
* runtime: TSBs can now act as sourcesMartin Braun2014-12-092-1/+13
* Merge branch 'maint'Johnathan Corgan2014-12-091-6/+6
|\
| * Merge remote-tracking branch 'mmueller/runtime_fix_spacing_in_perror' into maintJohnathan Corgan2014-12-091-6/+6
| |\
| | * Fixed inconsistent spacing in perror outputMarcus Müller2014-11-251-6/+6
* | | logger: adds a function to the logger facilities that allows us to update the...Tom Rondeau2014-12-044-3/+39
* | | Merge branch 'maint'Tom Rondeau2014-12-043-36/+40
|\| |
| * | logger: fixed a problem with the Python loggers not respecting the log_file a...Tom Rondeau2014-12-041-2/+10
| * | runtime: math: reset a QA test for the fast_atan2f for mixed nan/inf input.Tom Rondeau2014-12-031-2/+1
| * | runtime: math: in fast_atan2f, moved nested if that checks for divide by zero...Tom Rondeau2014-11-251-4/+7
| * | Checking for NaN takes too much time. With some incompatibility to cmath atan...aiph2014-11-252-97/+81
| * | cleaned the codeaiph2014-11-221-9/+5
| * | modified the qa tests to the correct values.aiph2014-11-212-29/+43
| * | Corrected the fast_atan2f function. Recalculated the table and corrected some...Philipp Aigner2014-11-131-70/+70
| |/
* | Merge remote-tracking branch 'nwest/throughput'Johnathan Corgan2014-11-035-0/+34
|\ \
| * | runtime: add throughput counterNathan West2014-10-315-0/+34
* | | Merge branch 'maint'Johnathan Corgan2014-10-311-1/+1
|\ \ \ | |/ / |/| / | |/
| * runtime: corrected spellingJohnathan Corgan2014-10-311-1/+1
* | changed the note to a more generic oneFelix Wunsch2014-10-101-1/+1
* | block.h: Added a note to the consume() description to clarify that it must no...Felix Wunsch2014-10-091-1/+2
* | blocks: better handling of srcid with vector_source blocks.Tom Rondeau2014-10-021-2/+15
* | Merge branch 'maint'Tom Rondeau2014-10-011-1/+1
|\|
| * runtime: fix installation location of the gr_log_default.conf log configurati...Tom Rondeau2014-09-301-1/+1
* | Merge remote-tracking branch 'mbant/deprecate_remove_item_tag'Tom Rondeau2014-09-241-4/+2
|\ \
| * | runtime: Marked remove_item_tag as deprecatedMartin Braun2014-09-211-4/+2
* | | CID 1240027: runtime: clean up tag pruning using iter rangeTim O'Shea2014-09-241-4/+1
|/ /
* | Merge remote-tracking branch 'osh/tags_wip'Johnathan Corgan2014-09-192-41/+28
|\ \
| * | Formatting fix-upsDoug Geiger2014-09-191-12/+8
| * | runtime: speed up all the thingsTim O'Shea2014-09-192-4/+6
| * | Fix prune_tagsDoug Geiger2014-09-191-4/+5
| * | Fix(?) prune_tags: needs verificationDoug Geiger2014-09-192-37/+7
| * | tags_wipTim O'Shea2014-09-192-18/+36
| |/
* / pmt: Added float conversionMartin Braun2014-09-045-0/+35
|/
* grc: moving xml pi into nested dataSebastian Koslowski2014-08-261-1/+1
* grc: adding version information to flowgraph files using XML processing instr...Seth Hitefield2014-08-263-0/+39
* logger: poor placement of the function inside the ifdefs. Moving outside to m...Tom Rondeau2014-08-131-55/+60
* Merge remote-tracking branch 'arya/audio_registration'Tom Rondeau2014-08-133-45/+72
|\
| * logger: adding new configure_default_logger function to make it easier to get...Tom Rondeau2014-08-133-45/+72
* | cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* | Merge branch 'maint'Tom Rondeau2014-08-0830-4169/+7
|\ \ | |/ |/|
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-0830-4177/+7
* | Merge branch 'maint'Tom Rondeau2014-07-252-0/+2
|\|
| * build: adding fstream include files for pedantic compilers.Tom Rondeau2014-07-252-0/+2
* | dtv: wip, porting gr-atsc blocks into new gr-dtvJohnathan Corgan2014-07-211-0/+1
* | build: better support for static libs.Tom Rondeau2014-07-184-14/+28
|/
* runtime: fix a circular dependency for older compilersNathan West2014-07-111-3/+5