Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-09 | Merge branch 'maint' | Johnathan Corgan | |
2012-06-09 | fcd: fix frequency offset test in GRC | Alexandru Csete | |
2012-06-08 | blocks: fix XML file in previous commit | Johnathan Corgan | |
2012-06-08 | blocks: added blocks_add_const_xx | Johnathan Corgan | |
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 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-07 | Some really minor nits. | Tom Rondeau | |
2012-06-07 | Merge branch 'maint' | Tom Rondeau | |
Conflicts: volk/gen/archs.xml | |||
2012-06-07 | volk: have an alignment even for unknown (generic) machines. | Tom Rondeau | |
2012-06-07 | volk: have an alignment even for unknown (generic) machines. | Tom Rondeau | |
2012-06-07 | Revert "uhd: allow source work to be stopped while fg runs" | Johnathan Corgan | |
This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa. | |||
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-06-04 | Merge branch 'maint' | Tom Rondeau | |
2012-06-04 | docs: fixed Doxygen from looking in the howto dir. | Tom Rondeau | |
2012-06-02 | Merge remote-tracking branch 'jblum/wip_uhd_stopper' | Johnathan Corgan | |
2012-05-31 | Merge branch 'maint' | Johnathan Corgan | |
2012-05-31 | pager: fix frequency display when not default | Justin R. Cutler | |
2012-05-31 | grc: restore virtual ports in grc | Justin R. Cutler | |
2012-05-29 | Merge branch 'maint' | Johnathan Corgan | |
2012-05-27 | core: patch for vector_map loop variable initialization. | Donald Porges | |
2012-05-24 | uhd: allow source work to be stopped while fg runs | Josh Blum | |
2012-05-22 | wavelet: fixes for missing qa libraries and compile defines | Josh Blum | |
2012-05-22 | Merge branch 'sphinxdocs' | Tom Rondeau | |
2012-05-22 | Fixing cmake doc dependencies for gr-fft and gr-wavelet. | Ben Reynwar | |
2012-05-22 | docs: Adding gr-fft to sphinx docs | Ben Reynwar | |
2012-05-21 | docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style. | Ben Reynwar | |
2012-05-21 | Merge branch 'sphinxdocs' | Tom Rondeau | |
2012-05-21 | wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵ | Marcus Leech | |
value on either the FFT or waterfall display. | |||
2012-05-21 | docs: Fixed copyright in sphinx docs. | Ben Reynwar | |
2012-05-21 | docs: Added version number to sphinx docs. | Ben Reynwar | |
2012-05-21 | docs: Extended README for sphinx docs. | Ben Reynwar | |
2012-05-21 | core: minor formatting changes to vector_map for style consistency. | Tom Rondeau | |
2012-05-21 | Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocs | Ben Reynwar | |
2012-05-20 | sphinx: Added a README for explaining the documentation process. | Tom Rondeau | |
2012-05-20 | docs: fixing up docs from sphinx warnings. | Tom Rondeau | |
2012-05-20 | sphinx: dummy toctree entries to remove warnings. | Tom Rondeau | |
2012-05-20 | Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into ↵ | Tom Rondeau | |
sphinxdocs | |||
2012-05-20 | sphinx: create a conf.py and run_sphinx_build.sh files. | Tom Rondeau | |
These files help a user run Sphinx on the installed system. The shell script is designed for ease of use. | |||
2012-05-17 | Fixed package dependencies for gnuradio-core and gr-wavelet, added support ↵ | Nicholas Corgan | |
for Ubuntu 12.04 and Fedora 17 | |||
2012-05-17 | gr: Added vector_map block. | Ben Reynwar | |
2012-05-17 | Add sphinx mathjax extension. | Ben Reynwar | |
2012-05-15 | digital: these classes are part of the digital library | Josh Blum | |
2012-05-15 | fft: should not export for static class member | Josh Blum | |
2012-05-12 | volk: fix some signedness and unused variable warnings | Johnathan Corgan | |
2012-05-12 | volk: fix profiler comparison | Johnathan Corgan | |
2012-05-11 | volk: add SIMD implementation for fixed phase rotation | Nick McCarthy | |
2012-05-09 | filter: wip: working on adaptive FIR filter. Moved ccc and created parent ↵ | Tom Rondeau | |
class that is not a gr_block. | |||
2012-05-08 | filter: created polyphase_filterbank parent class to handle some ↵ | Tom Rondeau | |
initialization and setting taps of PFB blocks. Converted pfb_channelizer_ccf over to new parent class. Passes QA. | |||
2012-05-08 | filter: copied over pfb_channelizer to gr-filter with QA and GRC. | Tom Rondeau | |