Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 2 | -2/+2 | |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2014-05-16 | 1 | -1/+5 | |
|\ | | | | | | | | | Conflicts: gr-filter/python/filter/qa_pfb_channelizer.py | |||||
| * | utils: Added try: clause for SWIG import, fixing python-only OOT modules | Marcus Müller | 2014-05-16 | 1 | -1/+5 | |
| | | | | | | | | | | __init__.py used to throw an ImportError when trying to load a python-only OOT module. | |||||
* | | modtool: Updates to OOT docs, enables doxygen, removes some doxygen warnings | Martin Braun | 2014-03-13 | 3 | -306/+1110 | |
|/ | ||||||
* | Merge branch 'maint' | Tom Rondeau | 2014-02-16 | 2 | -0/+14 | |
|\ | ||||||
| * | modtool: added skipping of lib/ and swig/ if sources list is empty | Marcus Müller | 2014-02-12 | 2 | -0/+14 | |
| | | ||||||
* | | modtool: linkage info for OSX | Martin Braun | 2014-01-15 | 1 | -0/+6 | |
| | | ||||||
* | | Merge branch 'maint' | Tom Rondeau | 2013-12-09 | 1 | -1/+1 | |
|\| | ||||||
| * | gr-modtool: fix typo in howtoConfig.cmake | Tim O'Shea | 2013-12-09 | 1 | -1/+1 | |
| | | ||||||
* | | modtool: start defaulting to GnuradioConfig when searching for GR. | Tom Rondeau | 2013-11-13 | 2 | -13/+8 | |
|/ | | | | This also defaults to using GNURADIO_ALL_INCLUDE_DIRS and GNURADIO_ALL_LIBRARIES to make it even easier to link against GR components. | |||||
* | gr_modtool: install a howtoConfig.cmake when creating new out of tree ↵ | Tim O'Shea | 2013-10-12 | 2 | -0/+37 | |
| | | | | modules, this will allow other cmake modules to be able to easily find and link against it in a clean way | |||||
* | modtool: Added example dir to encourage people to add examples | Martin Braun | 2013-10-09 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'maint' | Tom Rondeau | 2013-08-27 | 1 | -1/+30 | |
|\ | ||||||
| * | modtool: forces another check for include dirs and libraries when looking ↵ | Tom Rondeau | 2013-08-27 | 1 | -1/+30 | |
| | | | | | | | | for gnuradio-runtime. Similar to how GnuradioConfig.cmake looks for components. | |||||
* | | Merge remote-tracking branch 'pinkavaj/gr_modtool_cmake_01' | Johnathan Corgan | 2013-08-16 | 1 | -1/+2 | |
|\ \ | |/ |/| | ||||||
| * | modtool: fix finding gnuradio-runtime | Jiri Pinkava | 2013-07-20 | 1 | -1/+2 | |
| | | | | | | | | | | pkg-config does not set variables when falls to default values, particulary include dirs, thus we need check only if libs are set | |||||
* | | modtool: fixes problem of using templates in OOT projects created with modtool. | Tom Rondeau | 2013-07-24 | 3 | -0/+281 | |
| | | ||||||
* | | build: require Python v2 for build configuration | Jiri Pinkava | 2013-07-20 | 3 | -4/+4 | |
|/ | ||||||
* | build: move from using runtime_swig.i to gnuradio.i to reduce memory load ↵ | Tom Rondeau | 2013-05-23 | 1 | -1/+1 | |
| | | | | | | while building. py_feval destructor issue needs fixing. | |||||
* | Merge branch 'next' into runtime_pimpl | Johnathan Corgan | 2013-05-12 | 1 | -1/+8 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Catches up runtime_pimpl branch with changes on next since the initial branch start. Conflicts: gnuradio-runtime/include/gnuradio/constants.h gnuradio-runtime/include/gnuradio/tags.h gnuradio-runtime/include/gr_block_detail.h gnuradio-runtime/include/gr_buffer.h gnuradio-runtime/lib/CMakeLists.txt gnuradio-runtime/lib/gr_block.cc gnuradio-runtime/lib/gr_block_detail.cc gnuradio-runtime/lib/gr_block_executor.cc gnuradio-runtime/lib/gr_buffer.cc gnuradio-runtime/lib/gr_realtime.cc gr-blocks/lib/interleaved_short_to_complex_impl.cc | |||||
| * | Merge branch 'master' into next | Tom Rondeau | 2013-05-09 | 1 | -1/+8 | |
| | | | | | | | | | | Conflicts and fixes for 3.7: gr-utils/python/modtool/gr-newmod/CMakeLists.txt | |||||
* | | build: fixes to support out-of-tree builds. | Tom Rondeau | 2013-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 3 | -3/+3 | |
|/ | ||||||
* | modtool: update FindGnuradioRuntime.cmake for new org | Johnathan Corgan | 2013-04-02 | 1 | -21/+1 | |
| | ||||||
* | build: removed last references to GRUEL. | Tom Rondeau | 2013-04-01 | 3 | -30/+1 | |
| | | | | Also update qa_runtime to pull in qa_pmt tests. | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 4 | -10/+2 | |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | |||||
* | build: remove config.h from any header files; only use it in source files. | Tom Rondeau | 2013-03-27 | 1 | -0/+4 | |
| | ||||||
* | modtool: Updated so new modules built find and link against gnuradio-runtime. | Tom Rondeau | 2013-03-27 | 6 | -35/+35 | |
| | ||||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 40 | -0/+15142 | |
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project |