summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/gr-newmod/cmake/Modules/UseSWIG.cmake
Commit message (Collapse)AuthorAgeFilesLines
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-305/+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: Update cmake/Modules filesMartin Braun2018-11-011-1/+2
| | | | | | | This imports various fixes that were already applied to cmake/Modules/* in GNU Radio itself, but weren't forward-ported to gr-newmod. These fixes include Py3k compatibility.
* Modified add_custom_command to not try to execute ""Marcus Müller2017-02-151-2/+2
| | | | | | | former custom command called ""; this works fine on build systems were this is expanded by shell, but fails on some of my systems where add_custom_command's COMMAND parameter is directly executed (because there's no executable "").
* cmake: add parallel build fix to gr_modtool templateJohnathan Corgan2014-08-211-0/+304