summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/gengen
Commit message (Collapse)AuthorAgeFilesLines
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-1715-912/+0
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* Merge branch 'master' into nextJohnathan Corgan2013-03-152-2/+2
|\
| * core: adding default empty tags list argument to vector_source_x.set_data() ↵Tim O'Shea2013-03-152-2/+2
| | | | | | | | function to unbreak old calls
* | Merge branch 'ofdm-master' into ofdm-nextJohnathan Corgan2013-03-156-24/+74
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fixups for next branch changes Conflicts: CMakeLists.txt gnuradio-core/src/lib/io/gr_message_sink.cc gnuradio-core/src/lib/io/gr_message_sink.h gnuradio-core/src/lib/io/gr_message_sink.i gnuradio-core/src/lib/io/gr_message_source.cc gnuradio-core/src/lib/io/gr_message_source.h gnuradio-core/src/lib/io/gr_message_source.i gr-blocks/CMakeLists.txt gr-digital/CMakeLists.txt gr-digital/grc/digital_block_tree.xml gr-digital/include/digital/CMakeLists.txt gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/lib/CMakeLists.txt gr-digital/lib/digital_ofdm_cyclic_prefixer.cc gr-digital/lib/ofdm_cyclic_prefixer_impl.h gr-digital/python/CMakeLists.txt gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i
| * Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-156-24/+74
| | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt
* | blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-068-511/+0
| | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold.Tom Rondeau2013-03-0214-637/+0
| |
* | blocks: removing references to argmax and max.Tom Rondeau2013-02-282-4/+0
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-286-322/+0
|\| | | | | | | | | | | Conflicts: gr-blocks/python/qa_argmax.py gr-blocks/python/qa_max.py
| * docs: fixed missed parameter documentation in fastnoise_source block.Tom Rondeau2013-02-071-0/+2
| |
* | blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-218-503/+0
| | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* | Merge branch 'master' into nextTom Rondeau2013-02-061-1/+1
|\| | | | | | | | | | | | | | | | | | | | | Merges fastnoise_source from master and reorganizes it to gr-analog. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/gengen/CMakeLists.txt gnuradio-core/src/lib/hier/gr_channel_model.cc gnuradio-core/src/lib/hier/gr_channel_model.h
| * adding gr_fastnoise_source and making it the default for gr_channel_modelTim O'Shea2013-02-054-0/+242
| | | | | | | | this is a 4x-6x speedup depending on the processor/os
| * build: cleaned up some warnings.Tom Rondeau2012-12-031-1/+1
| |
* | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-2144-2220/+0
| | | | | | | | Also fixes up some other missing moves.
* | analog: removed noise and sig sources from core.Tom Rondeau2012-11-1011-666/+0
| | | | | | | | Fixed QA code for components that do not use gr-analog.
* | docs: fixed doxygen markup issues.Tom Rondeau2012-08-281-1/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-07-031-333/+0
|\|
| * Merge branch 'maint'Johnathan Corgan2012-07-031-333/+0
| |\ | | | | | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt
| | * core: added general_generated to swig depsJosh Blum2012-07-031-333/+0
| | | | | | | | | | | | We generate the docs so its important that the docs see this header generated first.
* | | Merge branch 'master' into nextTom Rondeau2012-06-211-4/+3
|\| |
| * | core: tiny performance boost, and it looks tidier.Martin Braun2012-06-211-4/+3
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-06-161-1/+1
|\| |
| * | Merge branch 'master-mods'Tom Rondeau2012-06-161-1/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-modsTom Rondeau2012-06-161-1/+1
| | |\
| | | * New Features:Tim O'Shea2012-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch 'wip/digital-rm-next' into nextJohnathan Corgan2012-06-085-186/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i grc/blocks/block_tree.xml
| * | | core: removed gr_chunks_to_symbols_XX after move to gr-digitalJohnathan Corgan2012-06-065-186/+0
| | | |
* | | | fixed copyright dates.Tom Rondeau2012-06-075-5/+5
| |/ / |/| |
* | | Some really minor nits.Tom Rondeau2012-06-072-29/+29
| |/ |/|
* | Block Modifications:Tim O'Shea2012-06-066-1/+202
|/ | | | | | | | | | | | | | 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
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1393-461/+461
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Fix some minor warnings.Tom Rondeau2012-04-131-1/+1
|
* Merge branch 'maint'Johnathan Corgan2012-04-091-0/+1
|\
| * gr: fix 2 places where pyc files get generated in-treeJosh Blum2012-04-091-0/+1
| | | | | | | | Included the GrPython module to define PYTHON_DASH_B.
* | Merge branch 'master' into nextTom Rondeau2012-03-1311-6/+360
|\| | | | | | | | | | | | | | | 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
| * core: updated the documentation for the noise source to explain the seed better.Tom Rondeau2012-03-132-5/+21
| | | | | | | | Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this causes no change in the behavior of these sources, but will hopefully not mislead users with the use of a positive number.
| * Merge branch 'probe'Tom Rondeau2012-03-1311-1/+375
| |\
| | * core: adding new probe_signal from gengen into autotools build.Tom Rondeau2012-03-134-1/+71
| | |
| | * Added gr_probe_signal_X and gr_probe_signal_vX.Ben Reynwar2012-03-127-0/+304
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-013-22/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | build: fix autotools for gnuradio-core volkificationJohnathan Corgan2012-02-142-10/+1
| | |
| * | core: added volk version of add_ff.Tom Rondeau2012-02-133-6/+3
| | |
| * | core: new multiply_const_ff and multiply_ff blocks done using Volk.Tom Rondeau2012-02-133-8/+2
| | |
| * | core: moving multiply_const_ff from gengen to general to take advantage of volk.Tom Rondeau2012-02-132-2/+2
| | | | | | | | | | | | Also adds SSE and AVX and unaligned Volk versions for this.
| * | core: moving multiply_cc and multiply_const_cc out of gengen and into ↵Tom Rondeau2012-02-024-17/+5
| |/ | | | | | | | | | | general so they can make use of volk calls. QA code now explicitly tests the cc versions of these blocks.
* | Merge branch 'master' into nextTom Rondeau2011-12-302-0/+6
|\| | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
| * core: added accessors to noise_source to get type and amplitude of object.Tom Rondeau2011-12-222-0/+6
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-577/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* cmake: fixed up swig deps properly for make -j*Josh Blum2011-11-041-26/+17
| | | | | Also took the time to fix up the swig index file generation. This may have not-been auto-regenerating before as well.