Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom | |
2010-12-03 | Regenerated Makefile.swig.gen's | Eric Blossom | |
2010-12-03 | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | |
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc. | |||
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-11-24 | Removed link to missing .png in an attempt to keep doxygen from crashing | Eric Blossom | |
2010-11-19 | regenerated | Rob Savoye | |
2010-11-16 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | Remove swig generated python code from C++-only libraries | Eric Blossom | |
2010-11-10 | additional regenerated files | Eric Blossom | |
2010-11-10 | add load-extension support | Rob Savoye | |
2010-11-10 | regenerate | Eric Blossom | |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom | |
2010-11-10 | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | Update generated files | Eric Blossom | |
2010-11-10 | regenerated after changes to .i files | Rob Savoye | |
2010-11-10 | regenerated after changes to the template | Rob Savoye | |
2010-11-10 | regenerated from template | Rob Savoye | |
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | |
2010-10-06 | Merge branch 'maint' | Johnathan Corgan | |
* maint: Fixed setting of USB_LIBS for *win* Fix so that non-Darwin OSs use USB_LIBS correctly for linking New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version). Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. Fixed gitignore to reflect changes in moc/ui file naming. Fixes a lot of warnings by cleaning up namespace issues. Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. | |||
2010-10-05 | Finally, the simple fix for the qtgui issues; also, changed the naming ↵ | Tom Rondeau | |
scheme output from _moc to .moc files because I think this looks cleaner. | |||
2010-10-05 | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal ↵ | Tom Rondeau | |
with and the plotting is not that stable even when it does work. This does not change the API. | |||
2010-10-05 | Fixed gitignore to reflect changes in moc/ui file naming. | Tom Rondeau | |
2010-10-05 | Fixes a lot of warnings by cleaning up namespace issues. | Tom Rondeau | |
2010-10-05 | Finally, the simple fix for the qtgui issues; also, changed the naming ↵ | Tom Rondeau | |
scheme output from _moc to .moc files because I think this looks cleaner. | |||
2010-10-05 | Removing qwtplot3d dependency and fixing a missed include in ↵ | Tom Rondeau | |
waterfallGlobalData.h. | |||
2010-10-05 | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal ↵ | Tom Rondeau | |
with and the plotting is not that stable even when it does work. This does not change the API. | |||
2010-08-03 | Merge branch 'maint' | Johnathan Corgan | |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | |
2010-07-21 | Merge remote branch 'trondeau/qtclock' | Johnathan Corgan | |
* trondeau/qtclock: From my reading, we should never need to define the timespec struct (so we will wait until this bites me). Checking for clock_gettime and timespec defined; use gettimeofday if not, but put it into a timespec structure. Reformatting highResTimeFunction.h for better readibility. | |||
2010-06-29 | From my reading, we should never need to define the timespec struct (so we ↵ | Tom Rondeau | |
will wait until this bites me). | |||
2010-06-27 | Checking for clock_gettime and timespec defined; use gettimeofday if not, ↵ | Tom Rondeau | |
but put it into a timespec structure. | |||
2010-06-27 | Reformatting highResTimeFunction.h for better readibility. | Tom Rondeau | |
2010-06-13 | Merge remote branch 'trondeau/qtmake' into maint | Johnathan Corgan | |
* trondeau/qtmake: Fixes gr-qtgui make distcheck failure when QT is not installed. | |||
2010-06-13 | Fixes gr-qtgui make distcheck failure when QT is not installed. | Tom Rondeau | |
2010-06-01 | gr-qtgui: add include file for gcc 4.4.1 | Johnathan Corgan | |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan | |
2010-05-10 | Changes to the examples to fit updates to qtgui. | Tom Rondeau | |
2010-05-10 | Simple code cleanup. | Tom Rondeau | |
2010-05-10 | Remove one of the loop when posting new data; calculations are done the same ↵ | Tom Rondeau | |
time the fft shift and scaling operations happen. | |||
2010-05-09 | Minor cleanups. | Tom Rondeau | |
2010-05-09 | Updating zoom and axis across plots for consistent zoom levels and behavior. | Tom Rondeau | |
2010-05-02 | Fixes segfault on close. Using the right objective (d_main_gui) instead of ↵ | Tom Rondeau | |
d_object to delete all of the plotting widgets. As far as Valgrind tells me, this cleans up my memory leaks although libqt and libqwt still have some of their own. This checkin also disables the Waterfall3D plotting. It wasn't working anyway, but was also causing its own segfault upon deletion. Once it's working and deleting nicely, it will be re-enabled. | |||
2010-05-01 | Fixing constellation zoomer's label. | Tom Rondeau | |
2010-05-01 | Maxing the x-axis of the time domain plot represent the actual time of the ↵ | Tom Rondeau | |
samples and not just the sample number. | |||
2010-05-01 | Whoops. Time intervals are specified in seconds, not ms... | Tom Rondeau | |