| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Makefile.am trailing backslash for autofoo build. | Tom Rondeau | 2011-10-19 | 1 | -1/+1 |
* | tags: made tags object oriented | Josh Blum | 2011-10-19 | 14 | -216/+135 |
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -6/+6 |
* | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+162 |
* | core: API declaration macros for core class and function symbols | Josh Blum | 2011-07-20 | 44 | -96/+144 |
* | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum | 2011-07-20 | 1 | -3/+3 |
* | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum | 2011-07-20 | 3 | -22/+22 |
* | Allow disabling shm vmcircbuf tests at configure time | Don Ward | 2011-06-11 | 1 | -0/+2 |
* | runtime: changes to block headers to allow pure virtual sub-classes (interfaces) | Josh Blum | 2011-03-28 | 3 | -2/+4 |
* | Fixing missing include files and various other patches for Windows build issues. | Don Ward | 2011-03-25 | 2 | -1/+1 |
* | Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into next | Johnathan Corgan | 2011-03-14 | 1 | -1/+2 |
|\ |
|
| * | gruel thread simplification: | Josh Blum | 2011-02-27 | 1 | -1/+2 |
* | | gr_flowgraph.cc explicit include of <iterator> | Josh Blum | 2011-02-27 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'mergeme/misc/mkdir_simplification' into next | Tom Rondeau | 2011-01-23 | 8 | -80/+75 |
|\ |
|
| * | Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum ... | Tom Rondeau | 2011-01-23 | 8 | -80/+75 |
| |\ |
|
| | * | created gr_sys_paths.h to house functions for getting system paths | Josh Blum | 2011-01-22 | 8 | -81/+76 |
* | | | Merge branch 'mergeme/math/gr_math_simplification' into next | Tom Rondeau | 2011-01-22 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | gr math simplification: | Josh Blum | 2011-01-17 | 1 | -1/+2 |
* | | | Updating copyright. | Tom Rondeau | 2011-01-22 | 2 | -2/+2 |
| |/
|/| |
|
* | | cleanup mkdir usage with boost filesystem: | Josh Blum | 2011-01-18 | 2 | -53/+24 |
|/ |
|
* | qa_set_msg_handler: Use sleep instead of yield. | Eric Blossom | 2011-01-10 | 1 | -2/+2 |
* | Add QA code for gr_basic_block::set_msg_handler. | Eric Blossom | 2011-01-06 | 4 | -1/+133 |
* | Change pmt message handling interface in gr_basic_block.h | Eric Blossom | 2011-01-06 | 2 | -12/+50 |
* | Fixing how far get_tags_in_range looks; should be exclusive of end point. | Tom Rondeau | 2011-01-04 | 1 | -1/+1 |
* | Only prune if we've moved on in the number of items read. Fixes the problem o... | Tom Rondeau | 2011-01-04 | 1 | -3/+4 |
* | Going back to iterators for use in erasing items from the deque. | Tom Rondeau | 2011-01-02 | 1 | -3/+13 |
* | Not using an iterator to prune the tags to see if this fixes a problem in Win... | Tom Rondeau | 2011-01-02 | 1 | -5/+2 |
* | Buffers now hold on to all tags from both this window and the last window of ... | Tom Rondeau | 2011-01-02 | 2 | -5/+6 |
* | Fixing a comment. | Tom Rondeau | 2011-01-02 | 1 | -2/+1 |
* | Merge branch 'master' into next | Tom Rondeau | 2010-12-23 | 1 | -6/+3 |
|\ |
|
| * | Modifying the unittest output. XML files are no longer written outside of the... | Tom Rondeau | 2010-12-23 | 1 | -6/+3 |
* | | Remove incorrect if PYTHON around swiginclude_HEADERS | Eric Blossom | 2010-12-07 | 1 | -2/+0 |
* | | Merge branch 'next' into guile-next | Eric Blossom | 2010-12-06 | 17 | -30/+1170 |
|\ \ |
|
| * | | Merge branch 'master' into next | Tom Rondeau | 2010-12-06 | 1 | -4/+20 |
| |\| |
|
| | * | Adding a bit more checking on file operations. | Tom Rondeau | 2010-11-08 | 1 | -4/+20 |
| * | | Modifying QA tests for the sample tags. By default, it only checks the sizes ... | Tom Rondeau | 2010-11-29 | 1 | -59/+72 |
| * | | Removing global pmt constants. Were causing segfaults during make check. Must... | Tom Rondeau | 2010-11-29 | 2 | -1/+4 |
| * | | Swapping order of testing rrate. | Tom Rondeau | 2010-11-28 | 1 | -7/+7 |
| * | | Merge branch 'tagging' of github.com:trondeau/gnuradio into tagging | Tom Rondeau | 2010-11-28 | 1 | -9/+17 |
| |\ \ |
|
| | * | | Check for relative rate and update tag only if not 1.0; otherwise just copy. | Tom Rondeau | 2010-11-22 | 1 | -9/+17 |
| * | | | Changing propagation policy enum type name and making a few other minor edits. | Tom Rondeau | 2010-11-28 | 3 | -12/+12 |
| * | | | Removing dependency in QA code to filters that have not necessarily been buil... | Tom Rondeau | 2010-11-23 | 1 | -34/+5 |
| |/ / |
|
| * | | Doxygen comments. Fixing typos that were leading to warnings. | Tom Rondeau | 2010-11-21 | 3 | -2/+8 |
| * | | Tagging file source takes in sample rate and uses it to find the last time ta... | Tom Rondeau | 2010-11-21 | 1 | -0/+20 |
| * | | Changing name of static tag keys. | Tom Rondeau | 2010-11-21 | 2 | -10/+10 |
| * | | Fixing flowgraph dump to clean it up (via patch from eb). Also added note abo... | Tom Rondeau | 2010-11-21 | 2 | -5/+10 |
| * | | Moved prune tags to gr_buffer. | Tom Rondeau | 2010-11-17 | 2 | -25/+22 |
| * | | Changing get_tags API to take in a vector reference instead of returning a ve... | Tom Rondeau | 2010-11-17 | 8 | -48/+72 |
| * | | Makefile changes to work in tag info stuff. | Tom Rondeau | 2010-11-17 | 1 | -2/+4 |
| * | | Adding information and convinience functions for accessing tag information. | Tom Rondeau | 2010-11-17 | 2 | -0/+102 |