summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
AgeCommit message (Expand)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07core: buffer alignments were getting confused. Just need to tell all blocks t...Tom Rondeau
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07core: makes sure all block's buffers are aligned on start/restart and that th...Tom Rondeau
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
2012-03-27Merge branch 'master' into nextTom Rondeau
2012-03-27Merge branch 'maint'Tom Rondeau
2012-03-27core: when reseting buffers, make sure that the read/write pointers are alway...Tom Rondeau
2012-03-18Merge branch 'master' into nextJohnathan Corgan
2012-03-18Merge branch 'maint'Johnathan Corgan
2012-03-18core: empty gr_hier_block2 contructor for virtual inheritanceJosh Blum
2012-03-16Merge branch 'master' into nextTom Rondeau
2012-03-16Merge remote branch 'jblum/gruel_common_swig'Tom Rondeau
2012-03-16gruel: created common swig include fileJosh Blum
2012-03-01Merge branch 'master' into nextJohnathan Corgan
2012-03-01Merge remote branch 'tom/safe_align'Johnathan Corgan
2012-02-26Merge branch 'master' into nextJohnathan Corgan
2012-02-26core: add null constructors to sync_* blocksJohnathan Corgan
2012-02-13sched: some added protections and checks for the alignment states.Tom Rondeau
2012-02-02sched: better working alignment handling.Tom Rondeau
2012-01-29core: minor edits.Tom Rondeau
2012-01-23sched: better comments. Handling of noutput_items adjustment done better and ...Tom Rondeau
2012-01-22sched: forgot to turn debugging off.Tom Rondeau
2012-01-22sched: first attempt at working with aligned data sets. A block has an indica...Tom Rondeau
2012-01-03Merge branch 'master' into nextTom Rondeau
2012-01-02scheduler: add default (large) max noutput_items to C++ run function.Tom Rondeau
2012-01-02scheduler: if the block is an interpolator that needs a minimum of some numbe...Tom Rondeau
2012-01-01scheduler: first attempt at being able to set an upper limit on the noutput_i...Tom Rondeau
2011-12-13Merge branch 'master' into nextJohnathan Corgan
2011-12-13runtime: improve hier_block2 error messagesJulien Olivain
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
2011-10-21core: runtime.i dont include gr_tag.i, avoids pmt dependencyJosh Blum
2011-10-20tags: added swigging for gr_tags headerJosh Blum
2011-10-19Fixed Makefile.am trailing backslash for autofoo build.Tom Rondeau
2011-10-19tags: made tags object orientedJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-20core: API declaration macros for core class and function symbolsJosh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-06-11Allow disabling shm vmcircbuf tests at configure timeDon Ward
2011-03-28runtime: changes to block headers to allow pure virtual sub-classes (interfaces)Josh Blum
2011-03-25Fixing missing include files and various other patches for Windows build issues.Don Ward
2011-03-14Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into nextJohnathan Corgan
2011-02-27gruel thread simplification:Josh Blum
2011-02-27gr_flowgraph.cc explicit include of <iterator>Josh Blum
2011-01-23Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau