Age | Commit message (Expand) | Author |
2012-10-13 | core: fix several tag includes throughout core | Josh Blum |
2012-10-03 | core: fix for restarting the flowgraph with VOLK blocks. | Tom Rondeau |
2012-07-03 | core: moved VMCIRCBUF related code to runtime | Josh Blum |
2012-06-14 | core: remove extraneous include statement | Johnathan Corgan |
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi... | Tom Rondeau |
2012-04-07 | Merge branch 'master' into next | Tom Rondeau |
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 'master' into next | 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-04-01 | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau |
2012-03-27 | Merge branch 'master' into next | 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 'master' into next | Johnathan Corgan |
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 branch 'master' into next | Tom Rondeau |
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 branch 'master' into next | Johnathan Corgan |
2012-03-01 | Merge remote branch 'tom/safe_align' | Johnathan Corgan |
2012-02-26 | Merge branch 'master' into next | 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-03 | Merge branch 'master' into next | 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 | Merge branch 'master' into next | Johnathan Corgan |
2011-12-13 | runtime: improve hier_block2 error messages | Julien Olivain |
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan |
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 |