Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | Reverting to a sync_block for the annotator functions. Testing different ↵ | Tom Rondeau | |
rates can be done using decimating/interpolating fir filters. | |||
2010-11-16 | Merge branch 'uhd_ranges' into next | Josh Blum | |
2010-11-16 | UHD single source builds tags from packet metadata to ship downstream. | Tom Rondeau | |
Tag 1 contains the packet time Tag 2 contains the packet length | |||
2010-11-16 | Merge branch 'next' into tagging | Tom Rondeau | |
2010-11-15 | Update TODO | Eric Blossom | |
2010-11-15 | Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when using | Eric Blossom | |
GUILE outside of gnuradio-core. This avoids the problem with the guile bindings where multiple blocks end up with the name gr:sink (e.g., audio_alsa_sink). With this change, it ends us as gr:audio-alsa-sink. Blocks in gnuradio-core continue to have the leading gr_ removed from their class names. | |||
2010-11-15 | Removing autogenerated file. | Tom Rondeau | |
2010-11-15 | add other .i files to EXTRA_DIST so it'll almost distcheck | Rob Savoye | |
2010-11-15 | make howto build the new way | Rob Savoye | |
2010-11-15 | updated by bootstrap | Rob Savoye | |
2010-11-15 | add support for --enable-guile | Rob Savoye | |
2010-11-14 | Add tests that show that vector<complex<float>> is not working... | Eric Blossom | |
2010-11-14 | Make cma-equalizer-cc test work | Eric Blossom | |
2010-11-14 | Move true? from general_ctors.test to core.scm | Eric Blossom | |
2010-11-14 | Remove code that's no longer needed. | Eric Blossom | |
2010-11-14 | Update gr_nop, gr_null_sink and gr_null_source to modern coding conventions. | Eric Blossom | |
2010-11-14 | First hack at pruning tags to keep from growing. | Tom Rondeau | |
2010-11-14 | Fixing constructor interface to work better through python (int instead of ↵ | Tom Rondeau | |
uint64_t). | |||
2010-11-14 | Fixed as many problems in general_ctors.test as I could quickly. | Eric Blossom | |
2010-11-13 | Update Guile-TODO | Eric Blossom | |
2010-11-13 | Fix swig .i dependency problem | Eric Blossom | |
2010-11-14 | Adds argument to annotator test blocks to determine when they add a new tag. | Tom Rondeau | |
2010-11-14 | Fixing some bugs. | Tom Rondeau | |
2010-11-13 | Update Guile-TODO | Eric Blossom | |
2010-11-13 | dail-tone.wfd example waveform can be loaded and run by gr-run-waveform. | Eric Blossom | |
Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working. | |||
2010-11-13 | More test methods. Better testing of the all-to-all policy and more tests ↵ | Tom Rondeau | |
for the 1-to-1. | |||
2010-11-13 | Block executor propagation method returns an error indicator to stop the ↵ | Tom Rondeau | |
flowgraph in an error instead of throwing. | |||
2010-11-13 | Fixing how 1-to-1 annotator handles inputs to better test propagataion method. | Tom Rondeau | |
2010-11-13 | Renamed annotator block that goes all-to-all now so that it can take in ↵ | Tom Rondeau | |
arbitrary number of inputs and pass tags on that way. | |||
2010-11-12 | Cleanup alsa Makefile.am | Eric Blossom | |
2010-11-12 | Avoid entering duplicate directory into LTDL_LIBRARY_PATH | Eric Blossom | |
2010-11-12 | Really make gr-audio-alsa make check run guile tests | Eric Blossom | |
2010-11-12 | make check in gr-audio-alsa now confirms ability to load guile bindings. | Eric Blossom | |
2010-11-11 | Reworked 1-to-1 annotator block to better testing purposes. | Tom Rondeau | |
2010-11-11 | Switches to using the new annotator block with a known graph structure to ↵ | Tom Rondeau | |
run tests against the all-to-all tag propagation policy to make sure the tags are flowing downstream properly. Adding stub for testing the 1-to-1 tag propagation policy. | |||
2010-11-11 | Modifying the all-to-all stream annotator for better use in testing. It now ↵ | Tom Rondeau | |
add tags at pre-determined points in the stream and also grabs all tags that flow past and stores them locally. These tags are to be used for testing that the correct tags are coming through. | |||
2010-11-11 | Adding an annotator block that moves tags using 1-to-1 policy. | Tom Rondeau | |
2010-11-11 | Renaming random_annotator to annotator_1toall that moves tags from single ↵ | Tom Rondeau | |
input to all outputs. | |||
2010-11-11 | Fixed small bug in how tags are propagated downstream. Also using seq. ↵ | Tom Rondeau | |
numbers in annotator test block to better keep track. | |||
2010-11-10 | Add -MD back to swig args, otherwise it doesn't generate dependencies | Eric Blossom | |
2010-11-10 | Revert "add the .i files as dependencies" | Eric Blossom | |
This reverts commit f43d2a4759e0ecd6519c0ac0aa4afbc54e70ea65. The dependencies doesn't make any sense. There's an attempt to run sed on files that haven't been generated yet. | |||
2010-11-10 | Add @srcdir@ to test directory specifier | Eric Blossom | |
2010-11-10 | Remove generated file from repo | Eric Blossom | |
2010-11-10 | add the .i files as dependencies | Rob Savoye | |
2010-11-10 | don't remove the Std file. | Rob Savoye | |
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | comment out the two failures | Rob Savoye | |
2010-11-10 | add stubs, nothing seems to exist | Rob Savoye | |
2010-11-10 | fix bogus throws and vectors | Rob Savoye | |
2010-11-10 | stub out the rest of the not found tests | Rob Savoye | |