Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 1 | -102/+0 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Disable Python 2k | Marcus Müller | 2020-01-04 | 1 | -1/+0 |
| | | | | | | | | | | - Update SWIG settings - Update CMake - Remove Python2 references Note: This does not touch a lot of Python files, and many Python files will still work with Python 2 after this commit. However, we won't allow that in our CMake, and the support will be gone too. | ||||
* | cmake: fix install dir of runtime_swig | Michael Dickens | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Add GR_PYTHON_RELATIVE to fix issue #2515 with runtime_swigTargets-release.cmake | Toby Flynn | 2019-07-17 | 1 | -1/+1 |
| | | | | | | | | | This commit fixes issue #2515. A new CMake variable, GR_PYTHON_RELATIVE is needed to properly create the CMake files used by OOTs when cross compiling or using sysroot based build systems see https://cmake.org/Bug/print_bug_page.php?bug_id=14367 for more information | ||||
* | runtime swig: correct the destination for runtime_swigTargets.cmake | Michael Dickens | 2019-05-28 | 1 | -1/+1 |
| | | | | This destination matches that from GrMiscUtils. | ||||
* | pmt: remove intrusive_ptr | Andrej Rode | 2019-04-19 | 1 | -1/+0 |
| | |||||
* | cmake: add CTRLPORT flag to swig defines for ctrlport blocks | Andrej Rode | 2019-03-04 | 1 | -0/+3 |
| | |||||
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -24/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes using target based setting of includes and link libraries. This will transitively add the includes and linking flags to dependent targets. This is still a work in progress since only the dynamic libraries have been touched and not all of include_directories directives are gone yet. cmake: remove GR_INCLUDE_SUBDIRECTORY macro Previously this macro was used to inject subdirectories in the current CMake namespace. This is generally undesired and pollutes the current context. previously GNU Radio CMake had a non-default option ENABLE_STATIC_LIBS to build both, shared libraries and static libraries. This seems to be a construction taken over from autotools and serves no purpuose in CMake and complicates the library building. cmake: remove GR_LIBTOOL and la generation support This looks like it was primarily used to support projects using autotools, but comments state that the generated .la files aren't compatible with autotools anyway. cmake: Bump required CMake version to 3.8 UseSWIG cmake uses syntax which requires at least CMake 3.8 and is non-trivial to change | ||||
* | CMake: remove duplicately installed files | Marcus Müller | 2018-11-12 | 1 | -1/+0 |
| | | | | | These subsequently appeared twice in install_manifest.txt, which lead to warnings/errors on deinstallation. | ||||
* | Killing gengen: Merge branch 'cxx_templates_next' into next | Marcus Müller | 2018-08-29 | 1 | -1/+0 |
|\ | |||||
| * | pmt: replace file generation with pre-generated files | Andrej Rode | 2018-08-26 | 1 | -1/+0 |
| | | |||||
* | | Removed unused complex_vec_test | Marcus Müller | 2018-08-27 | 1 | -1/+0 |
|/ | | | | doesn't seem to be a test fixture of any kind(?) | ||||
* | swig: Install the py3compat.i module | Sylvain Munaut | 2017-09-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2017-03-22 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: gr-wxgui/lib/CMakeLists.txt | ||||
| * | cmake: add log4cpp to runtime includes | Bastian Bloessl | 2017-03-22 | 1 | -1/+0 |
| | | |||||
* | | runtime: remove single-threaded scheduler | Johnathan Corgan | 2016-09-03 | 1 | -1/+0 |
| | | |||||
* | | Merge remote-tracking branch 'github/nuke-cpack' into next | Johnathan Corgan | 2016-08-03 | 1 | -3/+0 |
|\ \ | | | | | | | | | | | | | Conflicts: gr-vocoder/CMakeLists.txt | ||||
| * | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -3/+0 |
| |/ | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* / | cmake: remove ENABLE_GR_LOG and require log4cpp | Johnathan Corgan | 2016-06-26 | 1 | -6/+0 |
|/ | |||||
* | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 1 | -2/+0 |
| | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now. | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -3/+3 |
| | | | | 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). | ||||
* | runtime: remove dead select_handler and dispatcher | Johnathan Corgan | 2013-05-02 | 1 | -1/+0 |
| | |||||
* | runtime: remove dead error_handler.h | Johnathan Corgan | 2013-05-02 | 1 | -1/+0 |
| | |||||
* | build: fixes to support out-of-tree builds. | Tom Rondeau | 2013-05-02 | 1 | -10/+17 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -24/+18 |
| | |||||
* | runtime: (re)creating a pmt shared lib to link against. | Tom Rondeau | 2013-04-05 | 1 | -0/+1 |
| | | | | | | | This fixes a bug between versions of loaders that pull in the PMT definitions differently. The symptom is a problem in gr_block_registry where it creates a PMT dictionary before PMT pointers are known, so the dictionary's intrusive pointer is invalid. | ||||
* | build: updates to blocks swig structure for next. | Tom Rondeau | 2013-04-05 | 1 | -1/+2 |
| | |||||
* | runtime: fix missing installation of some .i files | Johnathan Corgan | 2013-04-02 | 1 | -0/+2 |
| | |||||
* | build: parallel build handling of runtime swig and swig docs. | Tom Rondeau | 2013-04-01 | 1 | -2/+2 |
| | |||||
* | runtime: updating build for runtime swig/pmt_swig. | Tom Rondeau | 2013-04-01 | 1 | -6/+2 |
| | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -1/+30 |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | ||||
* | bug fixes for ControlPort | Tim O'Shea | 2013-04-01 | 1 | -0/+1 |
| | |||||
* | runtime: fix parallel builds, make -j working again | Johnathan Corgan | 2013-03-27 | 1 | -5/+1 |
| | |||||
* | runtime: adding block_gateway back into project. | Tom Rondeau | 2013-03-27 | 1 | -0/+1 |
| | |||||
* | runtime: build structure updates so ControlPort is usable in QA and once ↵ | Tom Rondeau | 2013-03-27 | 1 | -2/+2 |
| | | | | installed. | ||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -0/+104 |