summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio
AgeCommit message (Expand)Author
2013-07-14gras: added run/start with maximum_output_itemsJosh Blum
2013-05-11gras: make use of test_thread_priority api callJosh Blum
2013-05-11gras: backwards compat rt prio stuffJosh Blum
2013-05-10gras: need some backward compat hooks for scope sink guiJosh Blum
2013-04-04gras: switching call to to_elementJosh Blum
2013-03-31Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-03-29core: addressing issue #529. Using vector<int> instead of vector<unsigned int...Tom Rondeau
2013-03-17Merge branch 'maint' of https://github.com/guruofquality/gnuradio into v3.6.4...Josh Blum
2013-03-07core: protect against popping a message off the queue if no handler is attached.Tom Rondeau
2013-02-24gras: move python hier/top wrappers into init.pyJosh Blum
2013-02-17Merge branch 'cpp_prefs'Tom Rondeau
2013-02-17Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-02-17Merge branch 'maint'Johnathan Corgan
2013-02-17core: fix gr_message_debug for printing PDUsJohnathan Corgan
2013-02-16core: Making an all C++ version of the preferences/config file readers.Tom Rondeau
2013-02-12Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan
2013-02-07core: QA still had issues from next branch. This fixes it.Tom Rondeau
2013-02-07core: QA code import fix.Tom Rondeau
2013-02-01core: added tag to python convertersMartin Braun
2013-01-31core: Enabling msg_connect within python blocks.Roy Thompson
2013-01-14core: removed redundant test settingsJosh Blum
2013-01-13gras: fixed the misc issues w/ gr python blockJosh Blum
2013-01-13gras: support changeset for 3.6.4Josh Blum
2012-12-20core: fixed pdu MSVC compatibility issuesNicholas Corgan
2012-12-14blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau
2012-12-14core: adding itemsize key to metadata header to allow for vectorized items.Tom Rondeau
2012-12-14core: Added detached header test to file metadata QA.Tom Rondeau
2012-12-14core: QA code to test file metadata sources and sinks.Tom Rondeau
2012-12-13core: updates metadata parser: don't assume value is a float.Tom Rondeau
2012-12-12Merge branch 'master' into file_meta_dataTom Rondeau
2012-12-12core: message passing QA needs just a little bit of time to get the message s...Tom Rondeau
2012-12-10core: to make ctest able to import pmts in-tree.Tom Rondeau
2012-12-07core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea
2012-12-06core: Adding function to retrieve the symbol names of a blocks message ports.Tom Rondeau
2012-12-06core: updated the message debug block to have a 'store' port where messages c...Tom Rondeau
2012-12-05core: metadata file parser updated for more sig figs on display.Tom Rondeau
2012-12-04core: updated metadata structure to use relative header info.Tom Rondeau
2012-12-04core: adding a max segment size to metadata files.Tom Rondeau
2012-12-03QA: update the 'import pmt' statement to always draw the pmt module from the ...Tom Rondeau
2012-11-29Adding PDU to tagged stream and tagged stream to PDU blocks along with QA pythonJohnathan Corgan
2012-11-29core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea
2012-11-27Revert "Revert "Merge remote branch 'jblum-github/python_blocks2' into master""Tom Rondeau
2012-11-27core: adding ability to handle extra data in headers.Tom Rondeau
2012-11-24core: Update file_meta_sink to inject headers into data stream.Tom Rondeau
2012-11-21core: adding Python files to easily parse header info of a file.Tom Rondeau
2012-11-14Merge branch 'maint'Johnathan Corgan
2012-11-14gr: same change for common PYTHON test pathsJosh Blum
2012-11-14gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum
2012-10-19Removes some swig workaround code put in for ticket 181.Tom Rondeau
2012-09-04Merge branch 'maint'Johnathan Corgan