Age | Commit message (Expand) | Author |
2012-04-07 | Merge branch 'maint' | Tom Rondeau |
2012-04-07 | core: buffer alignments were getting confused. Just need to tell all blocks t... | Tom Rondeau |
2012-04-07 | Merge branch 'maint' | Tom Rondeau |
2012-04-07 | core: makes sure all block's buffers are aligned on start/restart and that th... | Tom Rondeau |
2012-03-27 | Merge branch 'maint' | Tom Rondeau |
2012-03-27 | core: when reseting buffers, make sure that the read/write pointers are alway... | Tom Rondeau |
2012-03-18 | Merge branch 'maint' | Johnathan Corgan |
2012-03-18 | core: empty gr_hier_block2 contructor for virtual inheritance | Josh Blum |
2012-03-16 | Merge remote branch 'jblum/gruel_common_swig' | Tom Rondeau |
2012-03-16 | gruel: created common swig include file | Josh Blum |
2012-03-01 | Merge remote branch 'tom/safe_align' | Johnathan Corgan |
2012-02-26 | core: add null constructors to sync_* blocks | Johnathan Corgan |
2012-02-13 | sched: some added protections and checks for the alignment states. | Tom Rondeau |
2012-02-02 | sched: better working alignment handling. | Tom Rondeau |
2012-01-29 | core: minor edits. | Tom Rondeau |
2012-01-23 | sched: better comments. Handling of noutput_items adjustment done better and ... | Tom Rondeau |
2012-01-22 | sched: forgot to turn debugging off. | Tom Rondeau |
2012-01-22 | sched: first attempt at working with aligned data sets. A block has an indica... | Tom Rondeau |
2012-01-02 | scheduler: add default (large) max noutput_items to C++ run function. | Tom Rondeau |
2012-01-02 | scheduler: if the block is an interpolator that needs a minimum of some numbe... | Tom Rondeau |
2012-01-01 | scheduler: first attempt at being able to set an upper limit on the noutput_i... | Tom Rondeau |
2011-12-13 | runtime: improve hier_block2 error messages | Julien Olivain |
2011-10-21 | core: runtime.i dont include gr_tag.i, avoids pmt dependency | Josh Blum |
2011-10-20 | tags: added swigging for gr_tags header | Josh Blum |
2011-10-19 | Fixed Makefile.am trailing backslash for autofoo build. | Tom Rondeau |
2011-10-19 | tags: made tags object oriented | Josh Blum |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum |
2011-07-20 | core: API declaration macros for core class and function symbols | Josh Blum |
2011-07-20 | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum |
2011-07-20 | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum |
2011-06-11 | Allow disabling shm vmcircbuf tests at configure time | Don Ward |
2011-03-28 | runtime: changes to block headers to allow pure virtual sub-classes (interfaces) | Josh Blum |
2011-03-25 | Fixing missing include files and various other patches for Windows build issues. | Don Ward |
2011-03-14 | Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into next | Johnathan Corgan |
2011-02-27 | gruel thread simplification: | Josh Blum |
2011-02-27 | gr_flowgraph.cc explicit include of <iterator> | Josh Blum |
2011-01-23 | Merge branch 'mergeme/misc/mkdir_simplification' into next | Tom Rondeau |
2011-01-23 | Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum ... | Tom Rondeau |
2011-01-22 | created gr_sys_paths.h to house functions for getting system paths | Josh Blum |
2011-01-22 | Merge branch 'mergeme/math/gr_math_simplification' into next | Tom Rondeau |
2011-01-22 | Updating copyright. | Tom Rondeau |
2011-01-18 | cleanup mkdir usage with boost filesystem: | Josh Blum |
2011-01-17 | gr math simplification: | Josh Blum |
2011-01-10 | qa_set_msg_handler: Use sleep instead of yield. | Eric Blossom |
2011-01-06 | Add QA code for gr_basic_block::set_msg_handler. | Eric Blossom |
2011-01-06 | Change pmt message handling interface in gr_basic_block.h | Eric Blossom |
2011-01-04 | Fixing how far get_tags_in_range looks; should be exclusive of end point. | Tom Rondeau |
2011-01-04 | Only prune if we've moved on in the number of items read. Fixes the problem o... | Tom Rondeau |
2011-01-02 | Going back to iterators for use in erasing items from the deque. | Tom Rondeau |