Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-08-03 | Merge branch 'maint' | Johnathan Corgan | |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | |
2010-08-03 | fix scoped_lock that didn't ref mutex | Eric Blossom | |
2010-08-02 | Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE" | Johnathan Corgan | |
This reverts commit f23a2b33ca1bebf0c3a5fa26fdcff11827744b77. This change introduced a segfault when calling into the gr_prefs module during the gri_fft helper class constructor. Until this is debugged, the functionality is being reverted. | |||
2010-07-21 | gnuradio-core: export missing public methods in gr.agc2 | Alexandru Csete | |
Alexandru Csete: The gr_agc2 block has public methods to set and get the AGC levels and rates; however, only a few of these interfaces are exported to Python and none of them are available in GRC. The attached patch adds the missing public methods to gri_agc2_cc.i and gri_agc2_ff.i and defines the corresponding callbacks in the gr_agc2_xx.xml GRC block. | |||
2010-07-05 | Merge branch 'patches/marcus/stripchart' | Johnathan Corgan | |
Conflicts: gr-wxgui/src/python/scope_window.py * Adds new scope window trigger, TRIG_MODE_STRIPCHART * Allows config file selection of whether background window sinks still run * Allows config file selection of default trigger mode * Allows config file selection of default waterfall sink color mode [wxgui] #Setting this to true prevents the window sinks from stopping when they #are not displayed, as when they are in a notebook with a hidden tab. run_always = False # Default scope trigger mode. # # 0 = Freerun # 1 = Auto (default) # 2 = Normal # 3 = Stripchart trig_mode = 1 # Default waterfall sink color mode. Valid choices are 'rgb1', 'rbg2', # 'rgb3', or 'gray' waterfall_color = rgb1 | |||
2010-07-05 | Merge branch 'patches/marcus/file_sink' | Johnathan Corgan | |
2010-06-22 | Merge branch 'patches/marcus/fftw' | Johnathan Corgan | |
* patches/marcus/fftw: gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE | |||
2010-06-02 | gnuradio-core: fix missing linker flags for boost_program_options | Johnathan Corgan | |
2010-06-01 | gnuradio-core: fix typo in doxygen header | Johnathan Corgan | |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan | |
2010-05-23 | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | |
* gnuradio/wip/udp_source_sink: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) | |||
2010-05-21 | gnuradio-core: allow swig to handle exceptions in UDP source/sink | Johnathan Corgan | |
2010-05-19 | Simplify USE_SELECT usage | Eric Blossom | |
2010-05-19 | Return immediately when using d_residual. | Eric Blossom | |
(Otherwise recv may overwrite valid data in d_temp_buff.) | |||
2010-05-19 | Defend against a peer that sends an invalid message length. | Eric Blossom | |
2010-05-19 | Move initialization of select timeout | Eric Blossom | |
2010-05-19 | Correct update of d_temp_offset (parallel construction) | Eric Blossom | |
2010-05-19 | Identify memory leaks that occur on error conditions | Eric Blossom | |