-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pybind: Switch from SWIG to PyBind11
After the Python interface, now we also move to Pybind11 for the GR interface. Beware, we rely on Pybind11 2.4.3 and do not use a submodule anymore.
- Loading branch information
Showing
85 changed files
with
3,878 additions
and
3,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Check Formatting | ||
|
||
on: | ||
push: | ||
paths-ignore: | ||
- 'swig/' | ||
pull_request: | ||
paths-ignore: | ||
- 'swig/' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: gnuradio/[email protected] | ||
with: | ||
source: '.' | ||
exclude: './swig' | ||
extensions: 'c,cc,cpp,cxx,h,hh' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,14 @@ tags: | |
- synchronization | ||
author: | ||
- Andrej Rode <[email protected]> | ||
- Johannes Demel <[email protected]> | ||
copyright_owner: | ||
- Andrej Rode | ||
- Andrej Rode | ||
- Johannes Demel | ||
license: | ||
- GPLv3 | ||
repo: https://github.com/kit-cel/gr-gfdm.git | ||
gr_supported_version: 3.8, 3.9 | ||
repo: https://github.com/jdemel/gr-gfdm.git | ||
#website: <module_website> # If you have a separate project website, put it here | ||
#icon: <icon_url> # Put a URL to a square image here that will be used as an icon on CGRAN | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
# the new option. | ||
# E.g. my_install(TARGETS foo DESTINATION OPTIONAL) would result in | ||
# MY_INSTALL_DESTINATION set to "OPTIONAL", but MY_INSTALL_DESTINATION would | ||
# be empty and MY_INSTALL_OPTIONAL would be set to TRUE therefor. | ||
# be empty and MY_INSTALL_OPTIONAL would be set to TRUE therefore. | ||
|
||
#============================================================================= | ||
# Copyright 2010 Alexander Neundorf <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.