summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/py_feval.h
Commit message (Collapse)AuthorAgeFilesLines
* runtime: replace py gateway with pybind11 support, remove fevalJosh Morman2020-06-041-86/+0
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-39/+41
|
* runtime: py_feval now includes Python.hMarcus Müller2018-03-301-0/+1
| | | | | | feels like this was an oversight; part of Maitland Bottoms ABI compatibility checker happiness patches: https://sources.debian.org/data/main/g/gnuradio/3.7.11-10/debian/patches/make-acc-happy
* Revert "Fixes for ABI compliance checker"Johnathan Corgan2015-12-111-1/+0
| | | | This reverts commit 578fcb99217bdbc4501e620ade7665242f793c71.
* Fixes for ABI compliance checkerA. Maitland Bottoms2015-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | do not install obsolete headers Some header files in atsc and qtgui are installed, but have references to obsolete paths and are therefore uncompilable. These files should probably be removed from the checked-out source trees to complete the refactoring, but this patch merely omits them from the install step. This allows the abi-compliance-checker to run over the installed header files. codec2 embedding fixups Only use and install the embedded copy of codec2.h when using an embedded copy of the codec2 library. Use cmake to propagate conditional paths from lib directory to swig directory. make acc happy The abi-compliance-checker operates in installed headers. So sys_pri.h needs to look for gnuradio/realtime.h and be explicit about structure definitions. py_feval.h needs to explicitly include Python.h.
* build: fixed up feval/py_feval use and destructors.Tom Rondeau2013-05-231-4/+5
|
* build: move from using runtime_swig.i to gnuradio.i to reduce memory load ↵Tom Rondeau2013-05-231-5/+22
| | | | | | while building. py_feval destructor issue needs fixing.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+77