Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wxgui: Moved oscope and histogram bases into wxgui. | Tom Rondeau | 2013-03-18 | 13 | -1419/+0 |
| | | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file. | ||||
* | core: removed i2c, sdr1000, microtune code. | Tom Rondeau | 2013-03-17 | 35 | -2639/+0 |
| | |||||
* | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks. | Tom Rondeau | 2013-03-13 | 8 | -993/+0 |
| | |||||
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 17 | -1231/+0 |
| | | | | moved all refs to gr-blocks. | ||||
* | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵ | Tom Rondeau | 2013-03-09 | 13 | -1467/+0 |
| | | | | in gr-blocks. | ||||
* | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 14 | -935/+0 |
| | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | core: removed PDU related blocks | Johnathan Corgan | 2013-02-28 | 16 | -1209/+0 |
| | |||||
* | core: removed gr_tuntap_pdu | Johnathan Corgan | 2013-02-27 | 5 | -252/+0 |
| | | | | Replaced by gr::blocks:tuntap_pdu | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-27 | 3 | -14/+15 |
|\ | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu_to_tagged_stream.cc gnuradio-core/src/lib/io/gr_tagged_stream_to_pdu.cc | ||||
| * | blocks: added gr::blocks::tuntap_pdu | Johnathan Corgan | 2013-02-27 | 3 | -14/+15 |
| | | | | | | | | Linux only | ||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 1 | -0/+1 |
|\| | |||||
| * | core: added missing include for gruel thread | Josh Blum | 2013-02-17 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 2 | -4/+19 |
|\| | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_message_debug.cc gnuradio-core/src/python/gnuradio/gr/qa_pdu.py | ||||
| * | core: fix gr_message_debug for printing PDUs | Johnathan Corgan | 2013-02-17 | 2 | -4/+18 |
| | | |||||
| * | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 |
| | | |||||
* | | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-07 | 1 | -5/+5 |
|\| | |||||
| * | blocks: fix use of bare boost::mutex::scoped_lock | Johnathan Corgan | 2013-02-07 | 1 | -5/+5 |
| | | | | | | | | | | gr_file_source gr::blocks::file_source | ||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-14 | 1 | -0/+1 |
|\| | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt | ||||
| * | core: gr_socket_pdu missing iostream | Josh Blum | 2013-01-14 | 1 | -0/+1 |
| | | |||||
* | | pmt: too hasty in fixing a conflict in the merge. | Tom Rondeau | 2013-01-02 | 1 | -9/+9 |
| | | |||||
* | | Merge branch 'pmt_rename' into next | Tom Rondeau | 2013-01-02 | 9 | -81/+81 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu.cc gruel/src/lib/pmt/pmt.cc gruel/src/lib/pmt/qa_pmt_prims.cc gruel/src/lib/pmt/unv_template.cc.t gruel/src/swig/pmt_swig.i | ||||
| * | | gruel: updating all GR blocks that use PMTs to use new naming. | Tom Rondeau | 2012-12-21 | 9 | -72/+72 |
| | | | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-12-20 | 5 | -14/+21 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | core: fixed pdu MSVC compatibility issues | Nicholas Corgan | 2012-12-20 | 5 | -14/+21 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-14 | 1 | -1/+0 |
|\| | | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt | ||||
| * | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | 2012-12-14 | 8 | -1293/+0 |
| | | |||||
| * | core: adding itemsize key to metadata header to allow for vectorized items. | Tom Rondeau | 2012-12-14 | 4 | -33/+13 |
| | | | | | | | | | | | | 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. | ||||
| * | core: Added detached header test to file metadata QA. | Tom Rondeau | 2012-12-14 | 1 | -0/+2 |
| | | | | | | | | Also adds a flush when updating the headers. | ||||
| * | core: When the file meta sink is closed by user, make sure the last header ↵ | Tom Rondeau | 2012-12-14 | 1 | -2/+2 |
| | | | | | | | | is properly updated. | ||||
| * | core: use std::string in file metadata sink (easier to work with; matches ↵ | Tom Rondeau | 2012-12-14 | 3 | -14/+13 |
| | | | | | | | | source). | ||||
| * | core: updated file metadata source to support detached header files. | Tom Rondeau | 2012-12-14 | 3 | -27/+43 |
| | | |||||
| * | core: updates metadata parser: don't assume value is a float. | Tom Rondeau | 2012-12-13 | 1 | -1/+1 |
| | | | | | | | | Also fixes an error in Doxygen markup. | ||||
| * | core: metadata file source parses extras header and converts data to tags. | Tom Rondeau | 2012-12-13 | 2 | -2/+29 |
| | | |||||
| * | core: updated meta data file sink to extract header metadata as tags and add ↵ | Tom Rondeau | 2012-12-13 | 2 | -14/+45 |
| | | | | | | | | them to the tag stream. | ||||
| * | core: forgot to remove these outputs. | Tom Rondeau | 2012-12-13 | 1 | -5/+0 |
| | | |||||
| * | core: adding a file meta source block. | Tom Rondeau | 2012-12-13 | 5 | -0/+548 |
| | | | | | | | | 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. | ||||
| * | core: cleaning up file meta sink. | Tom Rondeau | 2012-12-13 | 2 | -20/+3 |
| | | |||||
| * | Merge branch 'master' into file_meta_data | Tom Rondeau | 2012-12-12 | 27 | -45/+1857 |
| |\ | | | | | | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt | ||||
| * | | core: metadata file sink can set detached header. | Tom Rondeau | 2012-12-07 | 4 | -70/+261 |
| | | | | | | | | | | | | This breaks away from subclassing gr_file_sink_base since we have to keep track of two files. | ||||
| * | | core: update to metadata files to grow the extras dictionary when any tag is ↵ | Tom Rondeau | 2012-12-05 | 2 | -32/+29 |
| | | | | | | | | | | | | seen. | ||||
| * | | core: Use sample and relative rate to update header based on num samples. | Tom Rondeau | 2012-12-05 | 2 | -12/+34 |
| | | | | | | | | | | | | When the max segment size is reached, we insert a new header. This updates the timestamp on that header based on the number of samples seen. | ||||
| * | | core: Update metadata file sink to better handle tags in the right spot. | Tom Rondeau | 2012-12-05 | 2 | -4/+43 |
| | | | |||||
| * | | core: updated metadata structure to use relative header info. | Tom Rondeau | 2012-12-04 | 1 | -26/+6 |
| | | | | | | | | | | | | Now the start tag info in the header is relative to the begining of the header (so, basically, the size of the header + extras). | ||||
| * | | core: adding a max segment size to metadata files. | Tom Rondeau | 2012-12-04 | 3 | -55/+84 |
| | | | | | | | | | | | | | | | | | | Automatically generates a new header after the MSS is reached. Also adds a metadata format version number (starting at 0). | ||||
| * | | core: adding ability to handle extra data in headers. | Tom Rondeau | 2012-11-27 | 3 | -22/+55 |
| | | | |||||
| * | | core: Update file_meta_sink to inject headers into data stream. | Tom Rondeau | 2012-11-24 | 3 | -25/+160 |
| | | | | | | | | | | | | 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. | ||||
| * | | core: Adding a file sink block that stores metadata with file. | Tom Rondeau | 2012-11-21 | 5 | -0/+285 |
| | | | | | | | | | | | | | | | | | | Current working version only has a single header at the top of the file. Must update to add metadata fields when changes occur. Also adding extra_header structure to store extram, users-specified info. | ||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-12 | 2 | -9/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | core: put the stub class in the wrong file. | Tom Rondeau | 2012-12-12 | 2 | -9/+8 |
| | | |