| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | VOLKize fft_vcc_fftw | Doug Geiger | 2015-09-17 | 1 | -7/+4 |
| * | Fix up QA tests: test windowing function | Doug Geiger | 2015-09-17 | 1 | -153/+107 |
| * | Tabs -> spaces | Doug Geiger | 2015-09-17 | 6 | -138/+146 |
|/ |
|
* | Merge branch 'maint' | Johnathan Corgan | 2015-03-28 | 1 | -2/+2 |
|\ |
|
| * | docs: fixed labels and references in manual. | Tom Rondeau | 2015-03-23 | 1 | -2/+2 |
* | | spacing issues prettified | Stephan Ludwig (donludovico) | 2015-01-07 | 1 | -11/+11 |
* | | grc,blocks,fft,filter: assigned categories to all blocks without any; further... | Stephan Ludwig (donludovico) | 2015-01-03 | 1 | -0/+4 |
|/ |
|
* | fft: fixed Nuttall window naming from nuttal to nuttall. | Tom Rondeau | 2014-11-24 | 2 | -5/+38 |
* | cmake: follow-up to previous merge | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
* | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 2 | -2/+0 |
|\ |
|
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 2 | -2/+0 |
* | | build: better support for static libs. | Tom Rondeau | 2014-07-18 | 1 | -0/+12 |
|/ |
|
* | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 19 | -103/+103 |
|\ |
|
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 19 | -103/+103 |
* | | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version... | Tom Rondeau | 2014-06-28 | 1 | -0/+13 |
|/ |
|
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ... | Philip Balister | 2013-12-05 | 1 | -1/+1 |
* | filter: remove use of magic numbers for calculating number of taps in firdes ... | Tom Rondeau | 2013-11-18 | 2 | -11/+50 |
* | fft: optimization; bug fixes for kaiser window and added windows to win_type. | Tom Rondeau | 2013-11-18 | 1 | -4/+6 |
* | fft: put include protections around window.h (fixes issue #610 reported by Sy... | Tom Rondeau | 2013-11-10 | 1 | -0/+5 |
* | fft: fixed logpwrfft.py to import new C++ window properly from fft_swig (fixe... | Tom Rondeau | 2013-11-10 | 1 | -1/+1 |
* | fft: Moved all window building functions into C++. | Tom Rondeau | 2013-11-05 | 8 | -182/+607 |
* | fft: fix missing set_window call on initialization | Johnathan Corgan | 2013-08-28 | 2 | -0/+4 |
* | fft: fix XML import for logpwrfft block | Andrej Lajovic | 2013-08-25 | 1 | -2/+2 |
* | goertzel.h : Remove the default constructor for fft::goertzel. | Philip Balister | 2013-07-09 | 1 | -1/+0 |
* | Removing gruel from QA python paths. | Ben Reynwar | 2013-06-06 | 1 | -1/+0 |
* | Merge remote-tracking branch 'reynwar/uninstalled_imports' into merge-inplace | Johnathan Corgan | 2013-06-04 | 7 | -21/+23 |
|\ |
|
| * | uninstalled imports: Fixing up after merge with master. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 |
| * | Merged in master. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 |
| |\ |
|
| * \ | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 19 | -47/+46 |
| |\ \ |
|
| * \ \ | Merged in 'next' branch. | Ben Reynwar | 2013-05-10 | 6 | -23/+24 |
| |\ \ \ |
|
| * \ \ \ | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 8 | -20/+17 |
| |\ \ \ \ |
|
| * | | | | | fft: Updating testing environment. | Ben Reynwar | 2013-03-10 | 3 | -18/+14 |
| * | | | | | fft: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 7 | -2/+9 |
* | | | | | | fft: adding ctrlport psd probe block | Tim O'Shea | 2013-05-30 | 8 | -0/+400 |
| |_|_|_|/
|/| | | | |
|
* | | | | | build: move from using runtime_swig.i to gnuradio.i to reduce memory load whi... | Tom Rondeau | 2013-05-23 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Merge with next branch. | Ben Reynwar | 2013-05-19 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | docstrings: Improving subpackage docstrings. | Ben Reynwar | 2013-05-10 | 1 | -2/+1 |
| | |_|/
| |/| | |
|
* | | | | fft: moved include dir to gnuradio/fft | Johnathan Corgan | 2013-04-29 | 15 | -21/+21 |
* | | | | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 10 | -24/+24 |
|/ / / |
|
* | | | build: uniform handling of controlport vars in swig. | Tom Rondeau | 2013-04-05 | 1 | -0/+5 |
* | | | grc: fixing up new next structure blocks for GRC categories. | Tom Rondeau | 2013-04-04 | 1 | -4/+0 |
* | | | Merge branch 'master_grc_components' into next_grc_components | Tom Rondeau | 2013-04-04 | 4 | -15/+15 |
|\ \ \ |
|
| * | | | docs: updating Doxygen categories for all blocks. | Tom Rondeau | 2013-04-04 | 3 | -14/+14 |
| * | | | grc: removed 'old' grc keys from block_tree. | Tom Rondeau | 2013-04-04 | 1 | -1/+1 |
* | | | | cmake: fix packaging categories to use runtime vs. core | Johnathan Corgan | 2013-04-03 | 1 | -4/+4 |
| |_|/
|/| | |
|
* | | | build: parallel build handling of runtime swig and swig docs. | Tom Rondeau | 2013-04-01 | 1 | -1/+1 |
* | | | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 4 | -4/+1 |
* | | | build: setting .pc files to require new gnuradio-runtime. | Tom Rondeau | 2013-03-27 | 1 | -1/+1 |
* | | | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 4 | -5/+5 |
* | | | blocks: converting references to vector source/sink, null source/sink, nop, c... | Tom Rondeau | 2013-03-17 | 2 | -8/+9 |
| |/
|/| |
|