summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/gengen
AgeCommit message (Expand)Author
2013-02-07docs: fixed missed parameter documentation in fastnoise_source block.Tom Rondeau
2013-02-05adding gr_fastnoise_source and making it the default for gr_channel_modelTim O'Shea
2012-12-03build: cleaned up some warnings.Tom Rondeau
2012-07-03Merge branch 'maint'Johnathan Corgan
2012-07-03core: added general_generated to swig depsJosh Blum
2012-06-21core: tiny performance boost, and it looks tidier.Martin Braun
2012-06-16Merge branch 'master-mods'Tom Rondeau
2012-06-16Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-modsTom Rondeau
2012-06-15New Features:Tim O'Shea
2012-06-07fixed copyright dates.Tom Rondeau
2012-06-07Some really minor nits.Tom Rondeau
2012-06-06Block Modifications:Tim O'Shea
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-04-13Fix some minor warnings.Tom Rondeau
2012-04-09Merge branch 'maint'Johnathan Corgan
2012-04-09gr: fix 2 places where pyc files get generated in-treeJosh Blum
2012-03-13Merge branch 'master' into nextTom Rondeau
2012-03-13core: updated the documentation for the noise source to explain the seed better.Tom Rondeau
2012-03-13Merge branch 'probe'Tom Rondeau
2012-03-13core: adding new probe_signal from gengen into autotools build.Tom Rondeau
2012-03-12Added gr_probe_signal_X and gr_probe_signal_vX.Ben Reynwar
2012-03-01Merge branch 'master' into nextJohnathan Corgan
2012-02-14build: fix autotools for gnuradio-core volkificationJohnathan Corgan
2012-02-13core: added volk version of add_ff.Tom Rondeau
2012-02-13core: new multiply_const_ff and multiply_ff blocks done using Volk.Tom Rondeau
2012-02-13core: moving multiply_const_ff from gengen to general to take advantage of volk.Tom Rondeau
2012-02-02core: moving multiply_cc and multiply_const_cc out of gengen and into general...Tom Rondeau
2011-12-30Merge branch 'master' into nextTom Rondeau
2011-12-22core: added accessors to noise_source to get type and amplitude of object.Tom Rondeau
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
2011-11-04cmake: fixed up swig deps properly for make -j*Josh Blum
2011-10-19swig: fix rules for generated index filesJosh Blum
2011-10-15gr: changed the way trellis/gengen generated.i is madeJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-21trellis: performed generation re-work on gr-trellis libJosh Blum
2011-09-21core: re-work gengen generation (hope its simpler)Josh Blum
2011-09-21core: attempt at fixing up generation logic in gengen (filter, trellis TODO)Josh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-20core: API declaration macros for core class and function symbolsJosh Blum
2010-12-07Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-10Revert "add the .i files as dependencies"Eric Blossom
2010-11-10add the .i files as dependenciesRob Savoye
2010-11-10Change const vector to const vector ref to ease swigging.Eric Blossom
2010-11-08Fixing signed/unsigned warnings.Tom Rondeau
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2009-08-15Added reset method to gr_head and gr_vector_sink. This allows graphseb
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan