Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | |||
2012-12-12 | build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵ | Tom Rondeau | |
cause of the parallel build woes. | |||
2012-07-03 | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | |
I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt | |||
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-01 | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau | |
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-12-06 | docs: fixes some warnings. | Tom Rondeau | |
There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known. | |||
2011-12-05 | docs: more fixes for generated swig files. This worked before the merge, but ↵ | Tom Rondeau | |
this forces the build system to generate these before processing the other swig files. | |||
2011-12-04 | docs: better install of swig docs .i files since we actually have a variable ↵ | Tom Rondeau | |
to take care of it already. | |||
2011-11-30 | docs: fixing variable for location of header files (SOURCE not BINARY). | Tom Rondeau | |
2011-11-28 | docs: more appropriate variable to use when setting the include/headers ↵ | Tom Rondeau | |
directory. | |||
2011-11-28 | docs: installing generated _doc.i files under autotools. | Tom Rondeau | |
2011-11-27 | docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵ | Tom Rondeau | |
instructions for it. | |||
2011-11-27 | docs: Adding swig doc generation to Makefile.am files. | Tom Rondeau | |
2011-11-27 | docs: forgot to have the generated .i files installed. | Tom Rondeau | |
2011-11-27 | docs: added python doxygen docs to gr-qtgui | Tom Rondeau | |
2011-10-20 | misc fix missing installed files/tweaks | Josh Blum | |
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-09 | docs and qtgui: adding Doxygen documentation for each class. Also changed ↵ | Tom Rondeau | |
the default behavior for the qtgui_sink_f to turn the constellation plot off by default (doesn't make sense with out the Q part, too). | |||
2011-10-09 | qtgui: sneaking in a fix to add an include directory to gr-qtgui. | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-07-28 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-27 | fixed some more warnings; mostly in doxygen or order of variable initialization. | Tom Rondeau | |
2011-07-27 | Merge branch 'master' into next | Tom Rondeau | |
* master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd | |||
2011-07-27 | Fixed warnings generated from improper includes in swig interface file. | Tom Rondeau | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-17 | Merge branch '8psk' into next | Tom Rondeau | |
Conflicts: gr-msdd6000/src/Makefile.swig.gen | |||
2011-07-03 | gr: added to the .gitignores to various components for in-tree builds | Josh Blum | |
2011-05-09 | gr-qtgui: makes time sink a sync_block (since it is) and uses ↵ | Tom Rondeau | |
set_output_multiple instead of forecast. The result is that multiple streams maintain constant relationship, which they did not before. This should also prevent us from having to keep so much book-keeping of the indecies, and we will hopefully be able to clean this up soon. | |||
2011-04-24 | gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with ↵ | Tom Rondeau | |
the general standard. | |||
2011-04-24 | gr-qtgui: Adding float interface to qtgui_time_sink and example program. | Tom Rondeau | |
2011-04-24 | gr-qtgui: adding function and slot to set a time display curve's color. | Tom Rondeau | |
2011-04-24 | gr-qtgui: provide function and slot for setting the labels of a time curve. | Tom Rondeau | |
2011-04-23 | gr-qtgui: setting up ability to have multiple connections to the time sink. | Tom Rondeau | |
2011-04-23 | gr-qtgui: time domain sink now shows and receives updates. | Tom Rondeau | |
2011-04-21 | gr-qtgui: adding .i file for time domain plot and updating Makefiles. | Tom Rondeau | |
2011-04-12 | gr-qtgui: fix the interface file. | Mike Cornelius | |
2011-04-12 | gr-qtgui: rearranging swig directory to allow other .i files; adding a ↵ | Mike Cornelius | |
qtgui2 interface file. | |||
2011-04-10 | gr-qtgui: exposing set_update_time to Python. | Tom Rondeau | |
2011-04-10 | gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS ↵ | Tom Rondeau | |
because of some dependencies in Qwt. | |||
2011-04-09 | gr-qtgui: removing Guile-specific stuff since there is no way QtGui will ↵ | Tom Rondeau | |
work with Guile yet. Changed Python QA to complete properly. | |||
2011-04-06 | gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵ | Tom Rondeau | |
to remove bool that turns it on/off. | |||
2011-03-27 | gr-qtgui: qtgui builds and passes make check under new structure. | Tom Rondeau | |
2011-03-27 | gr-qtgui: wip: moving and renaming files for new structure. | Tom Rondeau | |
2011-03-27 | gr-qtgui: moving Python files to new structure; get rid of src directory. | Tom Rondeau | |