Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | Changed API to accomodate <image> tag in grc file of the block | manojgudi | |
Ex: <image>/home/manoj/Pictures/new.jpg</image> | |||
2014-03-02 | Jagdish's image_pixbuf implementation | manojgudi | |
2014-01-15 | Trivial Message Fix | manojgudi | |
2013-12-28 | Fixed two build errors | manojgudi | |
1. Incorrect CMakefile ../gr-sbhs/python/ 2. Renamed gnuradio-companion -> sandhi in gr36/grc/scripts/.. | |||
2013-12-24 | gnuradio-companion --> sandhi binary | Untested | manojgudi | |
2013-06-11 | Merge branch 'v3.6.4_branch' into v3.6.4git_gras_support | Josh Blum | |
2013-05-25 | grc: remove "c" key shortcut for create heir action | Tim O'Shea | |
2013-03-31 | Merge branch 'maint' into v3.6.4git_gras_support | Josh Blum | |
Conflicts: gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h | |||
2013-03-26 | grc: fixes problem with order of defining message ports vs. data ports. | Tom Rondeau | |
2013-03-17 | Merge branch 'maint' of https://github.com/guruofquality/gnuradio into ↵ | Josh Blum | |
v3.6.4git_gras_support Conflicts: gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_types.h | |||
2013-02-22 | Merge branch 'maint' into v3.6.4git_gras_support | Josh Blum | |
Conflicts: volk/apps/volk_profile.cc | |||
2013-02-18 | Merge branch 'maint' | Tom Rondeau | |
2013-02-18 | GRC: adds ability for grc to pull in documentation for blocks from other GR ↵ | Julien Olivain | |
modules. | |||
2013-02-17 | Merge branch 'maint' into v3.6.4git_gras_support | Josh Blum | |
2013-02-17 | Merge branch 'maint' | Johnathan Corgan | |
2013-02-17 | core: fix gr_message_debug for printing PDUs | Johnathan Corgan | |
2013-02-17 | core: fix gr_pdu_to_tagged_stream XML for type | Johnathan Corgan | |
2013-02-13 | grc: add callback for gr_throttle sample_rate | Tim O'Shea | |
2013-01-20 | Merge branch 'maint' | Johnathan Corgan | |
2013-01-18 | Removed check for pending events during mouse drag of GRC blocks on ↵ | Balint Seeber | |
FlowGraph canvas. This is always true on Windows with latest PyGTK and so blocks would never move with mouse movement. Disabling the check appears to have no adverse effects. | |||
2013-01-15 | Merge branch 'maint' | Johnathan Corgan | |
2013-01-15 | grc: fixed problem of GRC_BLOCKS_PATH not being set in Windows | Nicholas Corgan | |
2013-01-15 | Merge remote-tracking branch 'mbant/fix485' | Tom Rondeau | |
2013-01-15 | grc: Fixed Bug #485 by gracefully exiting when user sets ↵ | Martin Braun | |
GR_DONT_LOAD_PREFS=1 GRC_BLOCKS_PATH= | |||
2013-01-14 | core: adding gr_random_pdu message passing block | Tim O'Shea | |
Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i | |||
2013-01-13 | gras: support changeset for 3.6.4 | Josh Blum | |
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher) empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related most qa pass, there seems to be some additional issues, will be working through them on futher commits Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/runtime/CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_hier_block2.h gnuradio-core/src/lib/runtime/gr_top_block.h gnuradio-core/src/python/gnuradio/gr/__init__.py gr-audio/examples/c++/CMakeLists.txt gr-fcd/examples/c++/CMakeLists.txt grc/python/Port.py | |||
2012-12-14 | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | |
2012-12-14 | core: adding itemsize key to metadata header to allow for vectorized items. | Tom Rondeau | |
This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer. Also adds an example using vector items. | |||
2012-12-13 | core: adding a file meta source block. | Tom Rondeau | |
Right now, reads headers to get the item size and segment size. Streams data segments as correct data type out of streaming port 0. Does nothing else with meta data. | |||
2012-12-12 | core: add new options to GRC for file_meta_sink. | Tom Rondeau | |
Also updates gr_read_file_metadata to add a -D option that properly parses a detached header. | |||
2012-12-12 | Merge branch 'master' into file_meta_data | Tom Rondeau | |
Conflicts: gr-utils/src/python/CMakeLists.txt | |||
2012-12-11 | core: Patch to file source to allow opening of new files while running. | Brett L. Trotter | |
Addresses issues #352. | |||
2012-12-07 | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | |
2012-12-06 | core: updated the message debug block to have a 'store' port where messages ↵ | Tom Rondeau | |
can be retrieved afterwards. Updated qa_pdu to use the new 'store' port for testing the resulting message. | |||
2012-11-30 | core: gr_blocks can now have only message ports with no general_work() | Tim O'Shea | |
* msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC | |||
2012-11-29 | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | |
2012-11-24 | core: Update file_meta_sink to inject headers into data stream. | Tom Rondeau | |
When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented. | |||
2012-11-21 | core: adding GRC file for file metadata sink | Tom Rondeau | |
2012-10-05 | grc: added wildcard type to pad source/sink | Josh Blum | |
2012-10-05 | grc: revert changes to flow_graph.tmpl, runtime enforces this | Josh Blum | |
2012-10-04 | grc: added optional flag to pad source and sink | Josh Blum | |
2012-10-03 | grc: ability to automatically create hier_blocks from a flowgraph. | Tom Rondeau | |
Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to automatically build a new hier_block that opens in GRC with the probes in place. Any parameter/variables become parameters in the new graph. Save, generate, and hit the 'Reload Blocks' to get access to new block. | |||
2012-10-03 | grc: populate file variable correctly when we save. | Tom Rondeau | |
2012-10-01 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-09-28 | added the ability to open custom GRC hier block definitions from graphs ↵ | Tim O'Shea | |
using an instance of them | |||
2012-09-28 | adding GRC Reload Block XML action | Tim O'Shea | |
2012-09-22 | grc: fixed GRC subtraction block to allow a single input line (inverts the ↵ | Tom Rondeau | |
signal). | |||
2012-08-30 | adding gr_endian_swap block | Tim O'Shea | |
2012-07-26 | grc: adding missed message_burst_source GRC file. | Tom Rondeau | |
2012-07-19 | core: added message source that takes in tags for controlling bursts. | Nick Foster | |