Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-18 | core: adds -B to python QA gnuradio-core | Josh Blum | |
2012-03-13 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/lib/gengen/Makefile.am gnuradio-core/src/python/gnuradio/gr/Makefile.am | |||
2012-03-13 | Merge branch 'probe' | Tom Rondeau | |
2012-03-13 | core: adding new probe_signal from gengen into autotools build. | Tom Rondeau | |
2012-03-12 | Add test for probe_signal blocks. | Ben Reynwar | |
2012-03-01 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am | |||
2012-02-28 | Merge branch 'synth' into next | Tom Rondeau | |
2012-02-28 | core: pfb channelizer: can now set a channel map to direct the channels to a ↵ | Tom Rondeau | |
specific output stream. Now, not all output channels must be connected; can connect M of N channels (M <= N) and use the channel_map to set which channel from the original wideband signal go to which output streams. | |||
2012-02-23 | volk: float to short conversion is consistent between archs and tail cases. ↵ | Tom Rondeau | |
Rounds to nearest number. | |||
2012-02-23 | Merge remote branch 'bistromath/volk_fix' into safe_align | Tom Rondeau | |
Conflicts: volk/apps/volk_profile.cc | |||
2012-02-17 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-16 | core: core: change to the delay QA code. | Tom Rondeau | |
The full vector is received because of the switch to a gr_block, so we exted the expected_data vector; otherwise, the results are the same | |||
2012-02-14 | Merge branch 'master' into safe_align | Johnathan Corgan | |
Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc |