summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
AgeCommit message (Collapse)Author
2012-12-10core: to make ctest able to import pmts in-tree.Tom Rondeau
This duplicates a recent change made on next for the same reason: 4aec85d2facecb751ab4f83b934e56a6d59037dd
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
Updated qa_pdu tests to verify this.
2012-12-06core: 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-12-03QA: update the 'import pmt' statement to always draw the pmt module from the ↵Tom Rondeau
build directory.
2012-11-29Adding PDU to tagged stream and tagged stream to PDU blocks along with QA pythonJohnathan Corgan
non-stream-connected blocks still need a new thread context
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
This reverts commit 3a142bebafdc018bccc80cf124a375b53db03581. Since updating __init__.py for ticket 181, we should have fixed the same bug that was being seen here. Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
2012-11-14Merge branch 'maint'Johnathan Corgan
2012-11-14gr: same change for common PYTHON test pathsJosh Blum
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
2012-11-14gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum
Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
2012-11-01Merge branch 'rtld_ticket181_undo'Tom Rondeau
2012-10-25core: update to build_utils to help with '_i_impl' blocks.Tom Rondeau
2012-10-19Removes some swig workaround code put in for ticket 181.Tom Rondeau
This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
2012-09-05Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-09-04Merge branch 'maint'Johnathan Corgan
2012-09-04core: only check for *.conf in prefs dirMartin Braun
2012-08-30adding gr_endian_swap blockTim O'Shea
2012-07-19Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-07-07Revert "Merge remote branch 'jblum-github/python_blocks2' into master"Johnathan Corgan
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.
2012-07-03Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-07-01Merge remote branch 'jblum-github/python_blocks2' into masterJohnathan Corgan
Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/general/general.i
2012-06-23Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-22core: adds a tag debug sink to display all tags coming into it.Tom Rondeau
This block is meant to help debug applications that use stream tags.
2012-06-20Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-20Merge branch 'gr_filter'Johnathan Corgan
2012-06-16filter: adding freq_xlating_filter.Tom Rondeau
Includes QA and GRC. Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filter where the taps are always complex (needed for freq_xlating_filter).
2012-06-11Merge commit 'v3.6.1' into wip/gr-blocks-masterJohnathan Corgan
2012-06-10Merge branch 'master-mods'Tom Rondeau
2012-06-10gr_unpack_k_bits:Tim O'Shea
added python QA code reversed bit ordering to match gr_pack_k_bits gr_keep_m_in_n: added python QA code switched block to operate on individual items as itemsize instead of vectors updated GRC to match
2012-06-08blocks: adds new top-level component gr-blocks with first blockJohnathan Corgan
gr::blocks::add_XX
2012-06-07fixed copyright dates.Tom Rondeau
2012-06-06Block Modifications:Tim O'Shea
digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow external state changes Cleanup of incorrect forecast behavior Make the flag port optional, incase external preamble triggers are preferred to in-band gr_vector_source: added set_data( data ) and rewind() public methods gr_head: added set_length(int) method to modify head length New Blocks Added: gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in keep_1_in_n) gr_pack_k_bits: Complementary block fo gr_unpack_k_bits gr_vector_insert_x: Complement to the gr_head block, inserts a vector into a stream then becomes a pass through
2012-05-21core: minor formatting changes to vector_map for style consistency.Tom Rondeau
2012-05-17gr: Added vector_map block.Ben Reynwar
2012-05-02filter: Reworking filter to have a set of basic implementation classes for ↵Tom Rondeau
filters of different kinds. The GR blocks are templated now and call from fir_filters for the volk-specific implemenation. Note the modification to build_utils.py to accomodate these changes.
2012-04-27python-blocks: replace assertItemsEqual with assertEqualJosh Blum
2012-04-24digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau
2012-04-23Various fixes for using Python 2.5.Tom Rondeau
2012-04-17this is squashed python blocks supportJosh Blum
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-07Merge branch 'master' into nextJohnathan Corgan
2012-04-07Merge branch 'wfm_tx_work'Johnathan Corgan
2012-04-07core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan
2012-03-22Merge branch 'master' into nextJohnathan Corgan
2012-03-22Merge branch 'maint'Johnathan Corgan
2012-03-22volk: added volk as depedency for various componentsJosh Blum
Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
2012-03-18Merge branch 'master' into nextJohnathan Corgan
2012-03-18Merge branch 'maint'Johnathan Corgan