summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2012-11-23 11:53:00 -0800
committerJosh Blum2012-11-23 11:53:00 -0800
commitcc151565932c8bc592a5279d6635381cc2277924 (patch)
tree4c453902717ff95e899fcf702186410af44e6f7b
parent45dd52310ad88b6ea249b310178599a892427648 (diff)
downloadsandhi-cc151565932c8bc592a5279d6635381cc2277924.tar.gz
sandhi-cc151565932c8bc592a5279d6635381cc2277924.tar.bz2
sandhi-cc151565932c8bc592a5279d6635381cc2277924.zip
swig tweaks, forgot i file install
-rw-r--r--include/gras/CMakeLists.txt1
-rw-r--r--include/gras/block.i2
-rw-r--r--python/gras/GRAS_ThreadPool.i5
3 files changed, 7 insertions, 1 deletions
diff --git a/include/gras/CMakeLists.txt b/include/gras/CMakeLists.txt
index 83ff432..85c51c3 100644
--- a/include/gras/CMakeLists.txt
+++ b/include/gras/CMakeLists.txt
@@ -14,6 +14,7 @@ install(FILES
io_signature.i
sbuffer.hpp
sbuffer.ipp
+ sbuffer.i
tags.hpp
tags.i
thread_pool.hpp
diff --git a/include/gras/block.i b/include/gras/block.i
index e63ffdc..94ea772 100644
--- a/include/gras/block.i
+++ b/include/gras/block.i
@@ -9,7 +9,7 @@
%include <gras/element.i>
%include <gras/tags.i>
-%include <gras/sbuffer.hpp>
+%import <gras/sbuffer.i>
%include <gras/block.hpp>
#endif /*INCLUDED_GRAS_BLOCK_I*/
diff --git a/python/gras/GRAS_ThreadPool.i b/python/gras/GRAS_ThreadPool.i
index 213ef4f..4cf75e0 100644
--- a/python/gras/GRAS_ThreadPool.i
+++ b/python/gras/GRAS_ThreadPool.i
@@ -4,6 +4,11 @@
#include <gras/thread_pool.hpp>
%}
+////////////////////////////////////////////////////////////////////////
+// remove base class warning
+////////////////////////////////////////////////////////////////////////
+#pragma SWIG nowarn=401
+
%include <std_string.i>
%include <gras/gras.hpp>