summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fixed Makefile.am trailing backslash for autofoo build.Tom Rondeau2011-10-191-1/+1
* tags: made tags object orientedJosh Blum2011-10-1914-216/+135
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-6/+6
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+162
* core: API declaration macros for core class and function symbolsJosh Blum2011-07-2044-96/+144
* gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-201-3/+3
* gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-203-22/+22
* Allow disabling shm vmcircbuf tests at configure timeDon Ward2011-06-111-0/+2
* runtime: changes to block headers to allow pure virtual sub-classes (interfaces)Josh Blum2011-03-283-2/+4
* Fixing missing include files and various other patches for Windows build issues.Don Ward2011-03-252-1/+1
* Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into nextJohnathan Corgan2011-03-141-1/+2
|\
| * gruel thread simplification:Josh Blum2011-02-271-1/+2
* | gr_flowgraph.cc explicit include of <iterator>Josh Blum2011-02-271-1/+2
|/
* Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau2011-01-238-80/+75
|\
| * Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum ...Tom Rondeau2011-01-238-80/+75
| |\
| | * created gr_sys_paths.h to house functions for getting system pathsJosh Blum2011-01-228-81/+76
* | | Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau2011-01-221-1/+2
|\ \ \ | |/ / |/| |
| * | gr math simplification:Josh Blum2011-01-171-1/+2
* | | Updating copyright.Tom Rondeau2011-01-222-2/+2
| |/ |/|
* | cleanup mkdir usage with boost filesystem:Josh Blum2011-01-182-53/+24
|/
* qa_set_msg_handler: Use sleep instead of yield.Eric Blossom2011-01-101-2/+2
* Add QA code for gr_basic_block::set_msg_handler.Eric Blossom2011-01-064-1/+133
* Change pmt message handling interface in gr_basic_block.hEric Blossom2011-01-062-12/+50
* Fixing how far get_tags_in_range looks; should be exclusive of end point.Tom Rondeau2011-01-041-1/+1
* Only prune if we've moved on in the number of items read. Fixes the problem o...Tom Rondeau2011-01-041-3/+4
* Going back to iterators for use in erasing items from the deque.Tom Rondeau2011-01-021-3/+13
* Not using an iterator to prune the tags to see if this fixes a problem in Win...Tom Rondeau2011-01-021-5/+2
* Buffers now hold on to all tags from both this window and the last window of ...Tom Rondeau2011-01-022-5/+6
* Fixing a comment.Tom Rondeau2011-01-021-2/+1
* Merge branch 'master' into nextTom Rondeau2010-12-231-6/+3
|\
| * Modifying the unittest output. XML files are no longer written outside of the...Tom Rondeau2010-12-231-6/+3
* | Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom2010-12-071-2/+0
* | Merge branch 'next' into guile-nextEric Blossom2010-12-0617-30/+1170
|\ \
| * | Merge branch 'master' into nextTom Rondeau2010-12-061-4/+20
| |\|
| | * Adding a bit more checking on file operations.Tom Rondeau2010-11-081-4/+20
| * | Modifying QA tests for the sample tags. By default, it only checks the sizes ...Tom Rondeau2010-11-291-59/+72
| * | Removing global pmt constants. Were causing segfaults during make check. Must...Tom Rondeau2010-11-292-1/+4
| * | Swapping order of testing rrate.Tom Rondeau2010-11-281-7/+7
| * | Merge branch 'tagging' of github.com:trondeau/gnuradio into taggingTom Rondeau2010-11-281-9/+17
| |\ \
| | * | Check for relative rate and update tag only if not 1.0; otherwise just copy.Tom Rondeau2010-11-221-9/+17
| * | | Changing propagation policy enum type name and making a few other minor edits.Tom Rondeau2010-11-283-12/+12
| * | | Removing dependency in QA code to filters that have not necessarily been buil...Tom Rondeau2010-11-231-34/+5
| |/ /
| * | Doxygen comments. Fixing typos that were leading to warnings.Tom Rondeau2010-11-213-2/+8
| * | Tagging file source takes in sample rate and uses it to find the last time ta...Tom Rondeau2010-11-211-0/+20
| * | Changing name of static tag keys.Tom Rondeau2010-11-212-10/+10
| * | Fixing flowgraph dump to clean it up (via patch from eb). Also added note abo...Tom Rondeau2010-11-212-5/+10
| * | Moved prune tags to gr_buffer.Tom Rondeau2010-11-172-25/+22
| * | Changing get_tags API to take in a vector reference instead of returning a ve...Tom Rondeau2010-11-178-48/+72
| * | Makefile changes to work in tag info stuff.Tom Rondeau2010-11-171-2/+4
| * | Adding information and convinience functions for accessing tag information.Tom Rondeau2010-11-172-0/+102