summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/gr-newmod/lib
Commit message (Collapse)AuthorAgeFilesLines
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-83/+0
| | | | | | | | | | | | | | This commit contains all the changes done during the 2018 GSoC "gr-modtool overhaul". Changes include: - Rewrite of gr-modtool based on Python Click - Split of gr-modtool in cli and core - Adherence to new GNU Radio 3.8 API for OOTs - Pylint improvements - Py3k and Py2k compatibility This feature is merged in a squash-merge due to big refactoring on the head and base branch and the impossibility to unclutter both.
* modtool: OOTs use Boost.UTF, CMake 3.8-AwareMartin Braun2018-10-224-147/+23
| | | | | | | - This is the same change that happened for the GNU Radio core - New OOTs will now have Boost.UTF-based unit tests - modtool will be able to handle both CppUnit-based OOTs as well as Boost.UTF-based ones; this change is backward-compatible
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-2/+1
|\
| * cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+1
| | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* | modtool: add option for copyrightholderSwapnil Negi2018-03-224-4/+8
|/ | | | fixes #1587
* modtool: Added version support for OOTsMartin Braun2016-05-241-6/+10
|
* build: adding fstream include files for pedantic compilers.Tom Rondeau2014-07-251-0/+1
|
* Merge branch 'maint'Tom Rondeau2014-02-161-0/+6
|\
| * modtool: added skipping of lib/ and swig/ if sources list is emptyMarcus Müller2014-02-121-0/+6
| |
* | modtool: linkage info for OSXMartin Braun2014-01-151-0/+6
| |
* | modtool: start defaulting to GnuradioConfig when searching for GR.Tom Rondeau2013-11-131-1/+1
|/ | | | This also defaults to using GNURADIO_ALL_INCLUDE_DIRS and GNURADIO_ALL_LIBRARIES to make it even easier to link against GR components.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-292-2/+2
|
* build: removed last references to GRUEL.Tom Rondeau2013-04-011-1/+1
| | | | Also update qa_runtime to pull in qa_pmt tests.
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+1
| | | | 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-271-2/+2
|
* Merge branch 'master' into nextJohnathan Corgan2013-02-124-0/+183
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project