Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | correct which lines are under comment | Rob Savoye | |
2010-11-10 | load the general and gengen files, now that they compile. | Rob Savoye | |
2010-11-10 | Change const vector to const vector ref to ease swigging. | Eric Blossom | |
2010-11-10 | put the ifdef in the right place | Rob Savoye | |
2010-11-10 | Make fft window parameter a const vector ref to ease swigging. | Eric Blossom | |
2010-11-10 | gitignore more swig generated files | Eric Blossom | |
2010-11-10 | gitignore swig generated files | Eric Blossom | |
2010-11-10 | correct copyright date | Rob Savoye | |
2010-11-10 | improve comment | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | install the scm files for guile too | Rob Savoye | |
2010-11-10 | load what'll load for now | Rob Savoye | |
2010-11-10 | add top level guile file | Rob Savoye | |
2010-11-10 | use foreach...subst to make a list of generated files instead of cut & paste ↵ | Rob Savoye | |
for BUILT_SOURCES | |||
2010-11-10 | don't stub out ensure_py_gil_state, ifdef it out as it's python specific | Rob Savoye | |
2010-11-10 | add the load-extension command for guile | Rob Savoye | |
2010-11-10 | don't use ensure_py_gil_state for guile | Rob Savoye | |
2010-11-10 | add #warning for missing guile support | Rob Savoye | |
2010-11-10 | include complex too for std::complex | Rob Savoye | |
2010-11-10 | wrap pyrun python code in SWIGPYTHON ifdef so it doesn't appear in other ↵ | Rob Savoye | |
languages | |||
2010-11-10 | wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other ↵ | Rob Savoye | |
languages | |||
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | guile doesn't seem to need the header files | Rob Savoye | |
2010-11-10 | look for the python name in the dependency for gnuradio_swig_bug_workaround.h | Rob Savoye | |
2010-11-10 | regenerated after changes to the template | Rob Savoye | |
2010-11-10 | split out _SOURCES into separate values for the different scripting languages. | Rob Savoye | |
2010-11-10 | regenerated from template | Rob Savoye | |
2010-11-02 | Sneaking in a few warning fixes to this branch. | Tom Rondeau | |
2010-11-02 | Adding ability for FIR filter with internal buffer to decimate. | Tom Rondeau | |
Also adds QA code to test decimate by 2 and 5. Removes lib/filter/gri_fir_filter_with_buffer_ccf.h that is autogenerated. | |||
2010-10-29 | Merge branch 'makefile_var_ordering' | Tom Rondeau | |
2010-10-17 | Adding ccf version of fir filter to gitignore. | Tom Rondeau | |
2010-10-17 | Removing nonexistent gri .i file from Makefile. Got a bit carried away with ↵ | Tom Rondeau | |
the copy/paste. | |||
2010-10-17 | Removing ccf version of filter that is now autogenerated. | Tom Rondeau | |
2010-10-17 | Fixing up filters a bit to pass QA tests for all versions. | Tom Rondeau | |
2010-10-16 | Fixes Makefile for fir filter generators. | Tom Rondeau | |
Adding new QA code for all other fir filters. fff and fsf versions currently failing. | |||
2010-10-16 | Using generators to make gri_fir_filter_with_buffer_XXX into all possible ↵ | Tom Rondeau | |
in/out/tap types we support. | |||
2010-10-16 | Merge branch 'synfilt' | Tom Rondeau | |
2010-10-16 | Adding QA code for fir filter with buffer. | Tom Rondeau | |
2010-10-16 | Cleaning up synthesis filter and using new FIR filter with buffer. | Tom Rondeau | |
2010-10-16 | Cleaning up the new FIR filter implementation. Protects against some corner ↵ | Tom Rondeau | |
cases and adds filterN. | |||
2010-10-16 | Adding a FIR filter implemented with its own internal buffer. This one keeps ↵ | Tom Rondeau | |
its own delay line and just takes in input samples instead of a pointer to an external buffer. The synthesis filter is being updated to use the new FIR implementation. | |||
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | |
2010-10-06 | Checks to make sure XML path is writable before making the XML runner. ↵ | Tom Rondeau | |
Ignores it if directory is now writable. | |||
2010-10-06 | Fixed missing set_relative_rate in these two blocks. The others don't ↵ | Tom Rondeau | |
actually do it, even though it's counter-intuitive for the pfb_decimate, which is a sync_block (decimation actually care of in the stream_to_streams). | |||
2010-10-03 | Updating all python QA programs in gnuradio-core to output XML files. | Tom Rondeau | |
Also fixed gr_unittest.py to print to the screen and fail make check properly if there's an error. Need to find a way to use XML runner with main() to fail make check and output to screen, too. | |||
2010-10-03 | Adding gr_xmlrunner.py to Makefile. | Tom Rondeau | |
2010-10-03 | Adding XML output to Python unittests. | Tom Rondeau | |
gr_unittest.py was updated to handle the path and file creation and run the XML runner gr_xmlrunner.py is a public domain program written by Sebastian Rittau <srittau@jroger.in-berlin.de> (THANKS!) to extend Python's unittest module to handle XML JUnit format output. This was renamed from xmlrunner.py if any future work is done on it from our project as well as to keep the namespace clean and clear. qa_skiphead.py is a first test program for the XML output. Creates an outputfile $HOME/.gnuradio/unittest/python/test_skiphead.xml. | |||
2010-10-02 | Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests. | Tom Rondeau | |
This also adds a new utility gr_unittests.h, which sets up the path for output files. | |||
2010-09-30 | Adding an XML outputter for the CPP Unit tests. This is to a) store the ↵ | Tom Rondeau | |
output information but also b) for integration with Hudson for logging and displaying the results during the build stages. This only covers a few cases so far and I need to define a better place to save the output files. | |||
2010-08-03 | Merge branch 'maint' | Johnathan Corgan | |