Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | core: 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-07 | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | |
2012-12-06 | core: Adding function to retrieve the symbol names of a blocks message ports. | Tom Rondeau | |
Updated qa_pdu tests to verify this. | |||
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-12-03 | QA: update the 'import pmt' statement to always draw the pmt module from the ↵ | Tom Rondeau | |
build directory. | |||
2012-11-29 | Adding PDU to tagged stream and tagged stream to PDU blocks along with QA python | Johnathan Corgan | |
non-stream-connected blocks still need a new thread context | |||
2012-11-29 | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | |
2012-11-27 | Revert "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-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-14 | gr: same change for common PYTHON test paths | Josh Blum | |
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-11-14 | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh 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-01 | Merge branch 'rtld_ticket181_undo' | Tom Rondeau | |
2012-10-25 | core: update to build_utils to help with '_i_impl' blocks. | Tom Rondeau | |
2012-10-19 | Removes 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-05 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-09-04 | Merge branch 'maint' | Johnathan Corgan | |
2012-09-04 | core: only check for *.conf in prefs dir | Martin Braun | |
2012-08-30 | adding gr_endian_swap block | Tim O'Shea | |
2012-07-19 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-07-07 | Revert "Merge remote branch 'jblum-github/python_blocks2' into master" | Johnathan Corgan | |
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b. | |||
2012-07-03 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-07-01 | Merge remote branch 'jblum-github/python_blocks2' into master | Johnathan Corgan | |
Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/general/general.i | |||
2012-06-23 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-22 | core: 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-20 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-20 | Merge branch 'gr_filter' | Johnathan Corgan | |
2012-06-16 | filter: 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-11 | Merge commit 'v3.6.1' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-10 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-10 | gr_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-08 | blocks: adds new top-level component gr-blocks with first block | Johnathan Corgan | |
gr::blocks::add_XX | |||
2012-06-07 | fixed copyright dates. | Tom Rondeau | |
2012-06-06 | Block 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-21 | core: minor formatting changes to vector_map for style consistency. | Tom Rondeau | |
2012-05-17 | gr: Added vector_map block. | Ben Reynwar | |
2012-05-02 | filter: 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-27 | python-blocks: replace assertItemsEqual with assertEqual | Josh Blum | |
2012-04-24 | digital: moving generated chunks_to_symbols to gr-digital. | Tom Rondeau | |
2012-04-23 | Various fixes for using Python 2.5. | Tom Rondeau | |
2012-04-17 | this is squashed python blocks support | Josh Blum | |
2012-04-13 | Removed 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-07 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-07 | Merge branch 'wfm_tx_work' | Johnathan Corgan | |
2012-04-07 | core: loosen fm modulator QA to 5 decimal places of agreement | Johnathan Corgan | |
2012-04-01 | wavelet: move wavelet blocks to new top-level component | Johnathan Corgan | |
2012-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-22 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-22 | volk: added volk as depedency for various components | Josh 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-18 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-18 | Merge branch 'maint' | Johnathan Corgan | |