summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into nextJohnathan Corgan2013-02-122-0/+151
|\| | | | | | | | | | | Adjusted pmt usage for naming
| * | Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan2013-02-122-0/+151
| |\ \
| | * | core: Enabling msg_connect within python blocks.Roy Thompson2013-01-312-0/+151
| | |/
| * | core: QA still had issues from next branch. This fixes it.Tom Rondeau2013-02-071-4/+8
| | |
* | | core: make same import statement as in master; keep next's pmt naming scheme.Tom Rondeau2013-02-071-1/+5
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-02-071-3/+1
|\| |
| * | core: QA code import fix.Tom Rondeau2013-02-071-6/+4
| | | | | | | | | | | | Prevents getting pmt module from the installed library.
* | | GRC: can get list of ControlPort monitors to start them after top_block starts.Tom Rondeau2013-02-061-1/+0
| | | | | | | | | | | | For any GUI type (wx, qt, none), the ControlPort monitors will be started after the flowgraph is started to make sure the endpoints and blocks are created and available.
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-054-0/+109
|\ \ \
| * | | gruel: fixing PMT naming issues with new PMT utilities.Tom Rondeau2013-02-051-3/+3
| | | |
| * | | Merge branch 'master' into nextTom Rondeau2013-02-054-0/+109
| |\| | | | | | | | | | | | | | | | | | Conflicts: gruel/src/python/CMakeLists.txt
| | * | core: added tag to python convertersMartin Braun2013-02-014-0/+109
| | |/
* | / ctrlport: removed obsolete files.Tom Rondeau2013-02-043-861/+0
|/ /
* | ctrlport: updated all blocks using controlport to use new style of setup_rpc.Tom Rondeau2013-01-232-2/+2
| | | | | | | | QA fixed and passing.
* | Merge branch 'master' into nextJohnathan Corgan2013-01-141-8/+0
|\| | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
| * core: removed redundant test settingsJosh Blum2013-01-141-7/+0
| |
* | pmt: fixing a few files with older pmt naming style.Tom Rondeau2013-01-131-2/+2
| |
* | Merge branch 'pmt_rename' into nextTom Rondeau2013-01-022-20/+20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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: using new pmt naming.Tom Rondeau2012-12-212-20/+20
| | |
* | | core: removed test to import blks2 since we've removed all of blks2/blks2impl.Tom Rondeau2012-12-301-4/+0
| | |
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2012-12-211-2/+2
|\ \ \
| * \ \ Merge branch 'master' into nextJohnathan Corgan2012-12-201-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * core: fixed pdu MSVC compatibility issuesNicholas Corgan2012-12-201-2/+2
| | |
| | * blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-143-380/+0
| | |
| | * core: adding itemsize key to metadata header to allow for vectorized items.Tom Rondeau2012-12-141-7/+14
| | | | | | | | | | | | | | | | | | 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 Rondeau2012-12-141-3/+81
| | | | | | | | | | | | Also adds a flush when updating the headers.
| | * core: QA code to test file metadata sources and sinks.Tom Rondeau2012-12-141-0/+118
| | |
| | * core: updates metadata parser: don't assume value is a float.Tom Rondeau2012-12-131-33/+35
| | | | | | | | | | | | Also fixes an error in Doxygen markup.
| | * Merge branch 'master' into file_meta_dataTom Rondeau2012-12-127-1/+592
| | |\ | | | | | | | | | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| | * | core: metadata file parser updated for more sig figs on display.Tom Rondeau2012-12-051-3/+3
| | | |
| | * | core: updated metadata structure to use relative header info.Tom Rondeau2012-12-041-6/+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 Rondeau2012-12-041-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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 Rondeau2012-11-271-2/+22
| | | |
| | * | core: Update file_meta_sink to inject headers into data stream.Tom Rondeau2012-11-241-14/+15
| | | | | | | | | | | | | | | | 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 Python files to easily parse header info of a file.Tom Rondeau2012-11-212-0/+143
| | | | | | | | | | | | | | | | Also a utility script that you pass a filename to and it prints out the meta data.
* | | | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-2138-3837/+55
|/ / / | | | | | | | | | Also fixes up some other missing moves.
* | | ctrlport: adding a curses-based monitor agent for ControlPort.Tim O'Shea2012-12-122-0/+269
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-12-121-0/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt
| * | core: message passing QA needs just a little bit of time to get the message ↵Tom Rondeau2012-12-121-0/+1
| | | | | | | | | | | | sent.
| * | core: to make ctest able to import pmts in-tree.Tom Rondeau2012-12-101-1/+4
| | | | | | | | | | | | | | | This duplicates a recent change made on next for the same reason: 4aec85d2facecb751ab4f83b934e56a6d59037dd
* | | build: fixes to build with PMTs and ControlPort.Tom Rondeau2012-12-072-5/+5
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-12-071-0/+13
|\| | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_basic_block.h
| * | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-071-0/+13
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-12-061-0/+21
|\| |
| * | core: Adding function to retrieve the symbol names of a blocks message ports.Tom Rondeau2012-12-061-0/+21
| | | | | | | | | | | | Updated qa_pdu tests to verify this.
* | | Merge branch 'master' into nextTom Rondeau2012-12-061-16/+33
|\| |
| * | core: updated the message debug block to have a 'store' port where messages ↵Tom Rondeau2012-12-061-16/+33
| | | | | | | | | | | | | | | | | | can be retrieved afterwards. Updated qa_pdu to use the new 'store' port for testing the resulting message.
* | | ctrlport: using execute_process instead of add_custom_command for Python ↵Tom Rondeau2012-12-051-22/+10
| | | | | | | | | | | | | | | | | | slice files. There were some race issues with the previous way. Doing it this way makes sure that the x_ice.py files are there when they need to be.
* | | ctrlport: forgot a check in the Python dirs for controlport.Tom Rondeau2012-12-041-0/+3
| | |
* | | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵Tom Rondeau2012-12-034-1/+5
| | | | | | | | | | | | with next.