Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modtool: gr-modtool overhaul GSoC 2018 | Swapnil Negi | 2019-01-04 | 1 | -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-Aware | Martin Braun | 2018-10-22 | 4 | -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_next | Marcus Müller | 2018-08-31 | 1 | -2/+1 |
|\ | |||||
| * | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -2/+1 |
| | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | | modtool: add option for copyrightholder | Swapnil Negi | 2018-03-22 | 4 | -4/+8 |
|/ | | | | fixes #1587 | ||||
* | modtool: Added version support for OOTs | Martin Braun | 2016-05-24 | 1 | -6/+10 |
| | |||||
* | build: adding fstream include files for pedantic compilers. | Tom Rondeau | 2014-07-25 | 1 | -0/+1 |
| | |||||
* | Merge branch 'maint' | Tom Rondeau | 2014-02-16 | 1 | -0/+6 |
|\ | |||||
| * | modtool: added skipping of lib/ and swig/ if sources list is empty | Marcus Müller | 2014-02-12 | 1 | -0/+6 |
| | | |||||
* | | modtool: linkage info for OSX | Martin Braun | 2014-01-15 | 1 | -0/+6 |
| | | |||||
* | | modtool: start defaulting to GnuradioConfig when searching for GR. | Tom Rondeau | 2013-11-13 | 1 | -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 Rondeau | 2013-04-29 | 2 | -2/+2 |
| | |||||
* | build: removed last references to GRUEL. | Tom Rondeau | 2013-04-01 | 1 | -1/+1 |
| | | | | Also update qa_runtime to pull in qa_pmt tests. | ||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -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 Rondeau | 2013-03-27 | 1 | -0/+4 |
| | |||||
* | modtool: Updated so new modules built find and link against gnuradio-runtime. | Tom Rondeau | 2013-03-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 4 | -0/+183 |
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project |