aboutsummaryrefslogtreecommitdiffstats
path: root/gr-zeromq
diff options
context:
space:
mode:
authormormj <34754695+mormj@users.noreply.github.com>2020-05-22 14:21:09 -0400
committerJosh Morman <mormjb@gmail.com>2020-06-04 10:05:48 -0400
commit3165f73d7c6224523957fa69beade6069efea6ef (patch)
treebcc09005ab8cc6b2f6bef4589f5b612eeafb29be /gr-zeromq
parenttrellis: fix qa failures (diff)
downloadgnuradio-3165f73d7c6224523957fa69beade6069efea6ef.tar.xz
gnuradio-3165f73d7c6224523957fa69beade6069efea6ef.zip
pybind: add hash check to binding file creation (#3472)
Diffstat (limited to 'gr-zeromq')
-rw-r--r--gr-zeromq/python/zeromq/bindings/CMakeLists.txt2
-rw-r--r--gr-zeromq/python/zeromq/bindings/pub_msg_sink_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/pub_sink_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/pull_msg_source_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/pull_source_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/push_msg_sink_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/push_sink_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/rep_msg_sink_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/rep_sink_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/req_msg_source_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/req_source_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/sub_msg_source_python.cc10
-rw-r--r--gr-zeromq/python/zeromq/bindings/sub_source_python.cc10
13 files changed, 109 insertions, 13 deletions
diff --git a/gr-zeromq/python/zeromq/bindings/CMakeLists.txt b/gr-zeromq/python/zeromq/bindings/CMakeLists.txt
index 902161bc4..a70459b95 100644
--- a/gr-zeromq/python/zeromq/bindings/CMakeLists.txt
+++ b/gr-zeromq/python/zeromq/bindings/CMakeLists.txt
@@ -19,7 +19,7 @@ list(APPEND zeromq_python_files
sub_source_python.cc
python_bindings.cc)
-GR_PYBIND_MAKE(zeromq
+GR_PYBIND_MAKE_CHECK_HASH(zeromq
../../..
gr::zeromq
"${zeromq_python_files}")
diff --git a/gr-zeromq/python/zeromq/bindings/pub_msg_sink_python.cc b/gr-zeromq/python/zeromq/bindings/pub_msg_sink_python.cc
index f94588331..42300962b 100644
--- a/gr-zeromq/python/zeromq/bindings/pub_msg_sink_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/pub_msg_sink_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(pub_msg_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(4a82a90bb9c51ead63cf0d0ad4196287) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/pub_sink_python.cc b/gr-zeromq/python/zeromq/bindings/pub_sink_python.cc
index 135ec886c..ddb3af5b3 100644
--- a/gr-zeromq/python/zeromq/bindings/pub_sink_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/pub_sink_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(pub_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(f18c40db0abeb2a88831e0f804180feb) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/pull_msg_source_python.cc b/gr-zeromq/python/zeromq/bindings/pull_msg_source_python.cc
index 5983fddf5..f72ca8a6c 100644
--- a/gr-zeromq/python/zeromq/bindings/pull_msg_source_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/pull_msg_source_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(pull_msg_source.h) */
+/* BINDTOOL_HEADER_FILE_HASH(e0c802fdfcde5a5fb45b4b2c42c894a8) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/pull_source_python.cc b/gr-zeromq/python/zeromq/bindings/pull_source_python.cc
index b7c1068de..b420a1cb8 100644
--- a/gr-zeromq/python/zeromq/bindings/pull_source_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/pull_source_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(pull_source.h) */
+/* BINDTOOL_HEADER_FILE_HASH(850f9a7d270eae47a20211408bf43d5e) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/push_msg_sink_python.cc b/gr-zeromq/python/zeromq/bindings/push_msg_sink_python.cc
index 2836fd6cc..85b66bd7e 100644
--- a/gr-zeromq/python/zeromq/bindings/push_msg_sink_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/push_msg_sink_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(push_msg_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(c345fd7ab7dc406eef7af4575c0764eb) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/push_sink_python.cc b/gr-zeromq/python/zeromq/bindings/push_sink_python.cc
index f45873baa..549ff95dc 100644
--- a/gr-zeromq/python/zeromq/bindings/push_sink_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/push_sink_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(push_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(4a194d42c300ebf21fc06f2fe1d31c92) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/rep_msg_sink_python.cc b/gr-zeromq/python/zeromq/bindings/rep_msg_sink_python.cc
index 40cb1096e..25d00c8f9 100644
--- a/gr-zeromq/python/zeromq/bindings/rep_msg_sink_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/rep_msg_sink_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(rep_msg_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(fa5387606b1c51516404877dfbd11038) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/rep_sink_python.cc b/gr-zeromq/python/zeromq/bindings/rep_sink_python.cc
index 4fc09a115..ac32c1dcc 100644
--- a/gr-zeromq/python/zeromq/bindings/rep_sink_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/rep_sink_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(rep_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(057f1522bfb66253664d7853c859a43c) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/req_msg_source_python.cc b/gr-zeromq/python/zeromq/bindings/req_msg_source_python.cc
index 1d9f1b3d3..6d1511a82 100644
--- a/gr-zeromq/python/zeromq/bindings/req_msg_source_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/req_msg_source_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(req_msg_source.h) */
+/* BINDTOOL_HEADER_FILE_HASH(8d8cffdbec440ac6c84b50712ce717ee) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/req_source_python.cc b/gr-zeromq/python/zeromq/bindings/req_source_python.cc
index e1a807853..30a94720e 100644
--- a/gr-zeromq/python/zeromq/bindings/req_source_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/req_source_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(req_source.h) */
+/* BINDTOOL_HEADER_FILE_HASH(588f6c72006327392f5bb7d064f3a56f) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/sub_msg_source_python.cc b/gr-zeromq/python/zeromq/bindings/sub_msg_source_python.cc
index 5ad31b7fa..e01e427bc 100644
--- a/gr-zeromq/python/zeromq/bindings/sub_msg_source_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/sub_msg_source_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(sub_msg_source.h) */
+/* BINDTOOL_HEADER_FILE_HASH(35c48e1b4d8719899d4142620ff7735d) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-zeromq/python/zeromq/bindings/sub_source_python.cc b/gr-zeromq/python/zeromq/bindings/sub_source_python.cc
index 737c03f8b..389a0f95f 100644
--- a/gr-zeromq/python/zeromq/bindings/sub_source_python.cc
+++ b/gr-zeromq/python/zeromq/bindings/sub_source_python.cc
@@ -7,7 +7,15 @@
*
*/
-/* This file is automatically generated using bindtool */
+/***********************************************************************************/
+/* This file is automatically generated using bindtool and can be manually edited */
+/* The following lines can be configured to regenerate this file during cmake */
+/* If manual edits are made, the following tags should be modified accordingly. */
+/* BINDTOOL_GEN_AUTOMATIC(0) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(sub_source.h) */
+/* BINDTOOL_HEADER_FILE_HASH(8b138ada41a770bf3626b77f711e3833) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>