summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
AgeCommit message (Expand)Author
2010-11-10Change const vector to const vector ref to ease swigging.Eric Blossom
2010-11-10put the ifdef in the right placeRob Savoye
2010-11-10Make fft window parameter a const vector ref to ease swigging.Eric Blossom
2010-11-10gitignore more swig generated filesEric Blossom
2010-11-10gitignore swig generated filesEric Blossom
2010-11-10correct copyright dateRob Savoye
2010-11-10improve commentRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10install the scm files for guile tooRob Savoye
2010-11-10load what'll load for nowRob Savoye
2010-11-10add top level guile fileRob Savoye
2010-11-10use foreach...subst to make a list of generated files instead of cut & paste ...Rob Savoye
2010-11-10don't stub out ensure_py_gil_state, ifdef it out as it's python specificRob Savoye
2010-11-10add the load-extension command for guileRob Savoye
2010-11-10don't use ensure_py_gil_state for guileRob Savoye
2010-11-10add #warning for missing guile supportRob Savoye
2010-11-10include complex too for std::complexRob Savoye
2010-11-10wrap pyrun python code in SWIGPYTHON ifdef so it doesn't appear in other lang...Rob Savoye
2010-11-10wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other lang...Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10guile doesn't seem to need the header filesRob Savoye
2010-11-10look for the python name in the dependency for gnuradio_swig_bug_workaround.hRob Savoye
2010-11-10regenerated after changes to the templateRob Savoye
2010-11-10split out _SOURCES into separate values for the different scripting languages.Rob Savoye
2010-11-10regenerated from templateRob Savoye
2010-11-02Sneaking in a few warning fixes to this branch.Tom Rondeau
2010-11-02Adding ability for FIR filter with internal buffer to decimate.Tom Rondeau
2010-10-29Merge branch 'makefile_var_ordering'Tom Rondeau
2010-10-17Adding ccf version of fir filter to gitignore.Tom Rondeau
2010-10-17Removing nonexistent gri .i file from Makefile. Got a bit carried away with t...Tom Rondeau
2010-10-17Removing ccf version of filter that is now autogenerated.Tom Rondeau
2010-10-17Fixing up filters a bit to pass QA tests for all versions.Tom Rondeau
2010-10-16Fixes Makefile for fir filter generators.Tom Rondeau
2010-10-16Using generators to make gri_fir_filter_with_buffer_XXX into all possible in/...Tom Rondeau
2010-10-16Merge branch 'synfilt'Tom Rondeau
2010-10-16Adding QA code for fir filter with buffer.Tom Rondeau
2010-10-16Cleaning up synthesis filter and using new FIR filter with buffer.Tom Rondeau
2010-10-16Cleaning up the new FIR filter implementation. Protects against some corner c...Tom Rondeau
2010-10-16Adding a FIR filter implemented with its own internal buffer. This one keeps ...Tom Rondeau
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-10-06Fixed missing set_relative_rate in these two blocks. The others don't actuall...Tom Rondeau
2010-10-02Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau
2010-08-03Merge branch 'maint'Johnathan Corgan
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-08-03fix scoped_lock that didn't ref mutexEric Blossom
2010-08-02Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"Johnathan Corgan
2010-07-21gnuradio-core: export missing public methods in gr.agc2Alexandru Csete
2010-07-05Merge branch 'patches/marcus/stripchart'Johnathan Corgan
2010-07-05Merge branch 'patches/marcus/file_sink'Johnathan Corgan
2010-06-22Merge branch 'patches/marcus/fftw'Johnathan Corgan