Searched refs:swig (Results 1 – 25 of 30) sorted by relevance
12
38 SWIG_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig39 SWIG_BUILD_DIR = $(abs_builddir)/subversion/bindings/swig348 for i in $(abs_srcdir)/subversion/bindings/swig/python/svn/*.py; do \351 for i in $(abs_srcdir)/subversion/bindings/swig/python/*.py; do \355 for i in $(abs_builddir)/subversion/bindings/swig/python/*.py; do \366 SWIG_PL_DIR = $(abs_builddir)/subversion/bindings/swig/perl367 SWIG_PY_DIR = $(abs_builddir)/subversion/bindings/swig/python368 SWIG_RB_DIR = $(abs_builddir)/subversion/bindings/swig/ruby371 SWIG_PL_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig/perl372 SWIG_PY_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig/python[all …]
39 subversion/bindings/swig/include/*.swg66 subversion/bindings/swig/proxy/swig_python_external_runtime.swg67 subversion/bindings/swig/proxy/swig_perl_external_runtime.swg68 subversion/bindings/swig/proxy/swig_ruby_external_runtime.swg69 subversion/bindings/swig/proxy/rubyhead.swg105 swig-python-opts = $(SWIG_FEATURES) $(SWIG_PY_OPTS) $(SWIG_PY_FEATURES)106 swig-perl-opts = $(SWIG_FEATURES) -perl $(SWIG_PL_FEATURES) -nopm -noproxy107 swig-ruby-opts = $(SWIG_FEATURES) -ruby $(SWIG_RB_FEATURES)108 swig-languages = python perl ruby109 swig-dirs = [all …]
26 …swig/perl/libsvn_swig_perl subversion/bindings/swig/python/libsvn_swig_py subversion/bindings/swig…48 -I$(abs_srcdir)/subversion/bindings/swig \49 -I$(abs_srcdir)/subversion/bindings/swig/include \50 -I$(abs_srcdir)/subversion/bindings/swig/proxy \51 -I$(abs_builddir)/subversion/bindings/swig/proxy \73 …swig-py: .swig_py_checked subversion/bindings/swig/python/core.c subversion/bindings/swig/python/…74 autogen-swig: autogen-swig-py77 swig-py: .swig_py_checked86 …swig-pl: .swig_pl_checked subversion/bindings/swig/perl/native/core.c subversion/bindings/swig/pe…87 autogen-swig: autogen-swig-pl[all …]
179 make -f autogen-standalone.mk autogen-swig || gen_failed=1
40 * Fix C4204 errors building swig-py with Python 3.9 on Windows (r1883570)46 * Avoid version check for Python if --without-swig is used (r1876662)80 * Support Python3 in the py-swig bindings; requires py3c (r1869354 et al)660 * Distribution artifacts now prepared with swig 3.0.10 (r1802135)691 * Configure the swig bindings only if swig has been enabled (r1751167)692 * Error if 'configure --with-swig' is used and swig is not found (r1700844)697 * Allow swig bindings scripts to configure the FSFS cache (r1709922)698 * Disable some swig wrappers that aren't working (r1700966)785 * swig-py: svn.core.Stream supports raw binary file-like objects (r1820620)786 * swig-rb: Don't crash if svn_md5_digest_to_cstring returns NULL (r1823805)[all …]
48 sinclude(build/ac-macros/swig.m4)
1709 --with-swig=PATH Try to use 'PATH/bin/swig' to build the swig24173 set dummy swig; ac_word=$224561 …{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Ruby bindings are known not to support swig 3.0.…24562 $as_echo "$as_me: WARNING: Ruby bindings are known not to support swig 3.0.8; see $ruby_swig_issue_…24810 set dummy swig; ac_word=$225198 …{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Ruby bindings are known not to support swig 3.0.…25199 $as_echo "$as_me: WARNING: Ruby bindings are known not to support swig 3.0.8; see $ruby_swig_issue_…25447 set dummy swig; ac_word=$225835 …{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Ruby bindings are known not to support swig 3.0.…25836 $as_echo "$as_me: WARNING: Ruby bindings are known not to support swig 3.0.8; see $ruby_swig_issue_…[all …]
213 subversion/bindings/swig/python/tests/trac/:
2 lldb.swig12 %include "lua-typemaps.swig"13 %include "macros.swig"14 %include "headers.swig"19 #include "../bindings/lua/lua-swigsafecast.swig"24 %include "interfaces.swig"25 %include "lua-wrapper.swig"
2 lldb.swig39 Since version 3.0.9, swig's logic for importing the native module has changed in41 (See swig bug #769). Fortunately, since version 3.0.11, swig provides a way for44 Older swig versions will simply ignore this setting.91 // Include the version of swig that was used to generate this interface.95 # meant to be interpreted in decimal. So, 0x030012 is swig 3.0.12, and not118 %include "python-typemaps.swig"119 %include "macros.swig"120 %include "headers.swig"124 #include "../bindings/python/python-swigsafecast.swig"[all …]
485 // These two pybuffer macros are copied out of swig/Lib/python/pybuffer.i,487 // https://github.com/swig/swig/issues/1640
18 # the swig package is this version number or higher.65 AC_PATH_PROG([SWIG],[swig])67 AC_MSG_WARN([cannot find 'swig' program. You should look at http://www.swig.org])68 … SWIG='echo "Error: SWIG is not installed. You should look at http://www.swig.org" ; false'120 …[SWIG version >= $1 is required. You have $swig_version. You should look at http://www.swig.org])121 …n >= $1 is required. You have '"$swig_version"'. You should look at http://www.swig.org" ; false'129 …SWIG='echo "Error: Cannot determine SWIG version. You should look at http://www.swig.org" ; false'
793 …RG_ENABLE(swig-version-check, AS_HELP_STRING([--disable-swig-version-check],[Disable swig version …801 … AC_MSG_ERROR([failed to find swig tool, install it, or do not build Python module and PyUnbound])804 AC_SUBST(swig, "$SWIG") subst
1577 --disable-swig-version-check1578 Disable swig version check to build python modules1579 with older swig even though that is unreliable17577 set dummy swig; ac_word=$217694 set dummy swig; ac_word=$217817 swig="$SWIG"
19 # 1.3.17), AX_PKG_SWIG checks that the swig package is this version number69 # Ubuntu has swig 2.0 as /usr/bin/swig2.070 AC_PATH_PROGS([SWIG],[swig2.0 swig])
351 * fix to compile python wrapper with swig 2.0.2.463 Changed swig destroy of ldns_buffer class to ldns_buffer_free.464 Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them.
21 swig = @swig@283 $(swig) $(swigpy_flags) -o $@ $(PYTHON_CPPFLAGS) $(pywrapdir)/ldns.i
248 AC_SUBST(swig, "$SWIG") subst
726 .PHONY: run-swig727 run-swig:728 swig -I${LLDB_SRCS}/include \730 -o ${.CURDIR}/LLDBWrapLua.cpp ${LLDB_SRCS}/bindings/lua.swig
22 BuildRequires: python-devel, swig
72 Needs python-devel and swig development tools.
2884 - Fix #31: swig 4.0 and python module.3019 - Remove swig gcc8 python function cast warnings, they are ignored.3948 - Fix #3598: Fix swig build issue on rhel6 based system.3949 configure --disable-swig-version-check stops the swig version check.4706 - swig version 2.0.1 required.4710 - Fix #1230: swig version 2.0.0 is required for pythonmod, with6074 - Fix swig and python examples for Python 3.x.6890 - silence warning from swig-generated code (md set but not used in6891 swig initmodule, due to ifdefs in swig-generated code).8650 - fail to configure with python if swig is not found.[all …]
24 - Classes should be compatible with script bridging utilities like swig.
28 BuildRequires: python-devel swig
286 In addition, proper SWIG bindings (www.swig.org) should make