Home
last modified time | relevance | path

Searched refs:swig (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12-stable/contrib/subversion/
DMakefile.in38 SWIG_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig
39 SWIG_BUILD_DIR = $(abs_builddir)/subversion/bindings/swig
348 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/perl
367 SWIG_PY_DIR = $(abs_builddir)/subversion/bindings/swig/python
368 SWIG_RB_DIR = $(abs_builddir)/subversion/bindings/swig/ruby
371 SWIG_PL_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig/perl
372 SWIG_PY_SRC_DIR = $(abs_srcdir)/subversion/bindings/swig/python
[all …]
Dbuild.conf39 subversion/bindings/swig/include/*.swg
66 subversion/bindings/swig/proxy/swig_python_external_runtime.swg
67 subversion/bindings/swig/proxy/swig_perl_external_runtime.swg
68 subversion/bindings/swig/proxy/swig_ruby_external_runtime.swg
69 subversion/bindings/swig/proxy/rubyhead.swg
105 swig-python-opts = $(SWIG_FEATURES) $(SWIG_PY_OPTS) $(SWIG_PY_FEATURES)
106 swig-perl-opts = $(SWIG_FEATURES) -perl $(SWIG_PL_FEATURES) -nopm -noproxy
107 swig-ruby-opts = $(SWIG_FEATURES) -ruby $(SWIG_RB_FEATURES)
108 swig-languages = python perl ruby
109 swig-dirs =
[all …]
Dbuild-outputs.mk26swig/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 \
73swig-py: .swig_py_checked subversion/bindings/swig/python/core.c subversion/bindings/swig/python/…
74 autogen-swig: autogen-swig-py
77 swig-py: .swig_py_checked
86swig-pl: .swig_pl_checked subversion/bindings/swig/perl/native/core.c subversion/bindings/swig/pe…
87 autogen-swig: autogen-swig-pl
[all …]
Dautogen.sh179 make -f autogen-standalone.mk autogen-swig || gen_failed=1
DCHANGES40 * 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 …]
Daclocal.m448 sinclude(build/ac-macros/swig.m4)
Dconfigure1709 --with-swig=PATH Try to use 'PATH/bin/swig' to build the swig
24173 set dummy swig; ac_word=$2
24561 …{ $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=$2
25198 …{ $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=$2
25835 …{ $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 …]
DLICENSE213 subversion/bindings/swig/python/tests/trac/:
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/lua/
Dlua.swig2 lldb.swig
12 %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"
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython.swig2 lldb.swig
39 Since version 3.0.9, swig's logic for importing the native module has changed in
41 (See swig bug #769). Fortunately, since version 3.0.11, swig provides a way for
44 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 not
118 %include "python-typemaps.swig"
119 %include "macros.swig"
120 %include "headers.swig"
124 #include "../bindings/python/python-swigsafecast.swig"
[all …]
Dpython-typemaps.swig485 // These two pybuffer macros are copied out of swig/Lib/python/pybuffer.i,
487 // https://github.com/swig/swig/issues/1640
/freebsd-12-stable/contrib/unbound/
Dac_pkg_swig.m418 # 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'
Dconfigure.ac793 …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
Dconfigure1577 --disable-swig-version-check
1578 Disable swig version check to build python modules
1579 with older swig even though that is unreliable
17577 set dummy swig; ac_word=$2
17694 set dummy swig; ac_word=$2
17817 swig="$SWIG"
/freebsd-12-stable/contrib/ldns/
Dax_pkg_swig.m419 # 1.3.17), AX_PKG_SWIG checks that the swig package is this version number
69 # Ubuntu has swig 2.0 as /usr/bin/swig2.0
70 AC_PATH_PROGS([SWIG],[swig2.0 swig])
DChangelog351 * 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.
DMakefile.in21 swig = @swig@
283 $(swig) $(swigpy_flags) -o $@ $(PYTHON_CPPFLAGS) $(pywrapdir)/ldns.i
Dconfigure.ac248 AC_SUBST(swig, "$SWIG") subst
/freebsd-12-stable/lib/clang/liblldb/
DMakefile726 .PHONY: run-swig
727 run-swig:
728 swig -I${LLDB_SRCS}/include \
730 -o ${.CURDIR}/LLDBWrapLua.cpp ${LLDB_SRCS}/bindings/lua.swig
/freebsd-12-stable/contrib/ldns/packaging/fedora/
Dldns.spec22 BuildRequires: python-devel, swig
/freebsd-12-stable/contrib/unbound/doc/
DREADME72 Needs python-devel and swig development tools.
DChangelog2884 - 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, with
6074 - Fix swig and python examples for Python 3.x.
6890 - silence warning from swig-generated code (md set but not used in
6891 swig initmodule, due to ifdefs in swig-generated code).
8650 - fail to configure with python if swig is not found.
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/docs/design/
Doverview.rst24 - Classes should be compatible with script bridging utilities like swig.
/freebsd-12-stable/contrib/unbound/contrib/
Dunbound.spec_fedora28 BuildRequires: python-devel swig
/freebsd-12-stable/contrib/subversion/doc/user/
Dlj_article.txt286 In addition, proper SWIG bindings (www.swig.org) should make

12