Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | cmake: add support for SYSCONFDIR | Chí-Thanh Christopher Nguyễn | |
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492 | |||
2012-06-16 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-16 | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | |
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-15 | New Features: | Tim O'Shea | |
added support for pmt_serialize and pmt_deserialize for uint64_t type pmts added gr_add_const_bb typed block to gr_add_const_XX gengen | |||
2012-06-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-06-14 | core: remove extraneous include statement | Johnathan Corgan | |
2012-06-13 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-13 | core: modifications to gr_annotator_raw. | Tom Rondeau | |
Using mutex to make add_tag and work thread safe. Throwing exception intead of asserting on error. | |||
2012-06-13 | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | |
2012-06-12 | new block, gr_annotator_raw | Tim O'Shea | |
allows passing a raw pmt k->v pair from outside the flowgraph/python in at exact samples also added GRUEL autogenerated .i files to gnuradio-core-swig include line | |||
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 | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into 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-10 | Merge branch 'maint' | Tom Rondeau | |
2012-06-10 | volk: make sure the alignment call for a block passes at least 1. | Tom Rondeau | |
For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1. | |||
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-07 | Some really minor nits. | 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-27 | core: patch for vector_map loop variable initialization. | Donald Porges | |
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-03 | pfb: properly deleting d_fft to close some memory leaks. | Tom Rondeau | |
2012-05-03 | pfb: properly deleting d_fft to close some memory leaks. | Tom Rondeau | |
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-24 | digital: moving generated chunks_to_symbols to gr-digital. | Tom Rondeau | |
2012-04-23 | Merge branch 'maint' | Tom Rondeau | |
2012-04-23 | Various fixes for using Python 2.5. | Tom Rondeau | |
2012-04-21 | Merge branch 'merge/core-swig-magic' | Johnathan Corgan | |
2012-04-21 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-21 | core: add SWIG macro for namespaced blocks | Johnathan Corgan | |
2012-04-20 | cmake: fix compiler flags on ppc arch | 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-13 | Fix some minor warnings. | Tom Rondeau | |
2012-04-12 | filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for consistency. | Nick Foster | |
2012-04-09 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-09 | gr: fix 2 places where pyc files get generated in-tree | Josh Blum | |
Included the GrPython module to define PYTHON_DASH_B. | |||
2012-04-07 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-07 | Merge branch 'wfm_tx_work' | Johnathan Corgan | |
2012-04-07 | Merge branch 'master' into next | Tom Rondeau | |
2012-04-07 | Merge branch 'maint' | Tom Rondeau | |
2012-04-07 | core: buffer alignments were getting confused. Just need to tell all blocks ↵ | Tom Rondeau | |
that they are aligned upon restart. | |||
2012-04-07 | Merge branch 'master' into next | Tom Rondeau | |
2012-04-07 | Merge branch 'maint' | Tom Rondeau | |
2012-04-07 | core: makes sure all block's buffers are aligned on start/restart and that ↵ | Tom Rondeau | |
they know it. | |||
2012-04-07 | core: loosen fm modulator QA to 5 decimal places of agreement | Johnathan Corgan | |