summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/gr-newmod
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-072-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 Corgan2014-05-161-1/+5
|\ | | | | | | | | Conflicts: gr-filter/python/filter/qa_pfb_channelizer.py
| * utils: Added try: clause for SWIG import, fixing python-only OOT modulesMarcus Müller2014-05-161-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 warningsMartin Braun2014-03-133-306/+1110
|/
* Merge branch 'maint'Tom Rondeau2014-02-162-0/+14
|\
| * modtool: added skipping of lib/ and swig/ if sources list is emptyMarcus Müller2014-02-122-0/+14
| |
* | modtool: linkage info for OSXMartin Braun2014-01-151-0/+6
| |
* | Merge branch 'maint'Tom Rondeau2013-12-091-1/+1
|\|
| * gr-modtool: fix typo in howtoConfig.cmakeTim O'Shea2013-12-091-1/+1
| |
* | modtool: start defaulting to GnuradioConfig when searching for GR.Tom Rondeau2013-11-132-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'Shea2013-10-122-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 examplesMartin Braun2013-10-091-0/+4
|
* Merge branch 'maint'Tom Rondeau2013-08-271-1/+30
|\
| * modtool: forces another check for include dirs and libraries when looking ↵Tom Rondeau2013-08-271-1/+30
| | | | | | | | for gnuradio-runtime. Similar to how GnuradioConfig.cmake looks for components.
* | Merge remote-tracking branch 'pinkavaj/gr_modtool_cmake_01'Johnathan Corgan2013-08-161-1/+2
|\ \ | |/ |/|
| * modtool: fix finding gnuradio-runtimeJiri Pinkava2013-07-201-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 Rondeau2013-07-243-0/+281
| |
* | build: require Python v2 for build configurationJiri Pinkava2013-07-203-4/+4
|/
* build: move from using runtime_swig.i to gnuradio.i to reduce memory load ↵Tom Rondeau2013-05-231-1/+1
| | | | | | while building. py_feval destructor issue needs fixing.
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-121-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 nextTom Rondeau2013-05-091-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 Rondeau2013-05-021-1/+1
| |
* | runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-293-3/+3
|/
* modtool: update FindGnuradioRuntime.cmake for new orgJohnathan Corgan2013-04-021-21/+1
|
* build: removed last references to GRUEL.Tom Rondeau2013-04-013-30/+1
| | | | Also update qa_runtime to pull in qa_pmt tests.
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-014-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 Rondeau2013-03-271-0/+4
|
* modtool: Updated so new modules built find and link against gnuradio-runtime.Tom Rondeau2013-03-276-35/+35
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-1/+1
|
* Merge branch 'master' into nextJohnathan Corgan2013-02-1240-0/+15142
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project