aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
Change-Id: I47cef2be94299220d80265d949a95b58eee2c23b
2019-02-05Disable CFFI Common Lisp target languageWilliam S Fulton
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
2019-02-05Disable Allegrcol target languageWilliam S Fulton
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
2019-02-05Disable Chicken target languageWilliam S Fulton
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
2019-02-05Disable Common Lisp / CLISP target languageWilliam S Fulton
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
2019-02-05Disable Common Lisp / UFFI target languageWilliam S Fulton
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
2019-02-05Disable Pike target languageWilliam S Fulton
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
2019-02-05Disable Modula3 target languageWilliam S Fulton
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
2019-02-04Add support for differentiating target language statusesWilliam S Fulton
Three status: Disabled, Experimental and Supported. Any target language classified as 'Experimental' will issue new warning 524 SWIGWARN_LANG_EXPERIMENTAL. Any target language classified as 'Disabled' will error out. Languages will be classified in forthcoming commits. Issue #1437
2019-01-01Merge branch 'xantares-xml'William S Fulton
* xantares-xml: Install xml files Closes #1388
2018-12-31Install xml filesMichel Zou
2018-06-07Remove support for PHP5Olly Betts
PHP5 is no longer actively supported by the PHP developers and security support for it ends completely at the end of 2018, so it doesn't make sense to include support for it in the upcoming SWIG 4.0.0 release. See #701.
2018-04-10* Makefile.in (configfiles): Update URLs for latest configfiles.Ben Elliston
We haven't uploaded the latest version of these scripts to ftp.gnu.org in over 10 years. See ftp://ftp.gnu.org/pub/gnu/config/README. The best place to fetch them from is the Savannah git repository.
2017-10-09Remove GCJ supportOlly Betts
GCC7 dropped GCJ. Closes https://sourceforge.net/p/swig/bugs/823/
2016-11-30[PHP] Add support for PHP7.Olly Betts
PHP5's C extension API has changed substantially so you need to use -php7 to specify you want PHP7 compatible wrappers. Fixes https://github.com/swig/swig/issues/571
2015-12-17Remove dependency on yodl tools and remove ccache-swig man pageWilliam S Fulton
Use the CCache.html docs instead of the ccache-swig man page. The yodl2man and yodl2html tools are no longer used and so SWIG no longer has a dependency on these packages which were required when building from git. Closes #286 Closes #128
2015-09-02Make sure travis doesn't silently skip testing of some languageAlexey Sokolov
2015-08-21Remove SWIG_LIB variable from MakefileWilliam S Fulton
2015-08-21Remove use of preinst-swig scriptWilliam S Fulton
Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473.
2015-06-29Drop removal of libtool on "make distclean"Olly Betts
SWIG stopped using libtool over 11 years ago.
2015-02-17Give more helpful message for "make dist"Olly Betts
2015-02-15Fix typoOlly Betts
2014-07-02scilab: remove debug stuffSimon Marchetto
2014-06-27scilab: debug travisSimon Marchetto
2014-06-27scilab: debug travis (examples)Simon Marchetto
2014-06-06Merge branch 'master' into gsoc2012-scilabSimon Marchetto
Conflicts: .gitignore .travis.yml COPYRIGHT Examples/Makefile.in Examples/test-suite/constructor_copy.i Makefile.in configure.ac
2014-05-29check-maintainer-clean: print skipping message for in-source-tree buildsKarl Wette
2014-05-29Add check-maintainer-clean target: fails if files are missed by maintainer-cleanKarl Wette
2014-05-29Distclean Tools/javascriptKarl Wette
2014-05-24Remove example Makefiles when running distclean-examples in out-of-src buildKarl Wette
2014-05-15Remove unnecessary make invocation when running test-suiteWilliam S Fulton
2014-05-11Allow examples and test-suite to be built out of source treeKarl Wette
- Examples/Makefile.in rules use SRCDIR as the relative source directory - ./config.status replicates Examples/ source directory tree in build directory, and copies each Makefile to build directory, prefixed with a header which sets SRCDIR to source directory - Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir - Examples/test-suite/errors/Makefile.in needs to filter out source directory from SWIG error messages - Lua: embedded interpreters are passed location of run-time test - Python: copy run-time scripts to build directory because of 2to3 conversion; import_packages example copies __init__.py from source directory; test-suite sets SCRIPTDIR to location of run-time tests - Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir can be substituted with SRCDIR; removed './' from require() statements so that NODE_PATH can be used to point Node.js to build directory
2014-05-11Regenerate configured Makefile if Makefile.in or config.status have changedKarl Wette
2014-05-02Fix {python|perl5|ruby|tcl}/java examplesKarl Wette
- in Lib/gcj/cni.i: remove JvAllocObject(), change JvCreateJavaVM() argument from void* to JvVMInitArgs* - in Examples/{python|perl5|ruby|tcl}/java/Makefile: pass full class name to gcjh, add Example.h as dependency, do not override CXX for compiling C++ sources - in Examples/python/java/example.i: add destructor to class to prevent memory loss complaint
2014-05-02Whitespace cleanup of all Makefiles*Karl Wette
- some of the %.clean rules in the test-suite Makefiles were using a single tab as an empty rule, dangerous! I've replaced these with the safer '@exit 0'.
2014-03-11Merge branch 'master' into gsoc2012-scilabSimon Marchetto
2014-03-05Merge branch 'master' into tmpOliver Buchtala
Conflicts: .travis.yml Examples/Makefile.in Examples/test-suite/director_nspace.i Examples/test-suite/nspace.i Examples/test-suite/nspace_extend.i Source/Modules/lang.cxx configure.ac
2014-02-19Make Lib/ocaml/swigp4.ml a non-generated file.Olly Betts
We used to have configure substitute values into it, but that's not been the case for just over 3 years, since patch #3151788 was applied.
2014-01-19Errors test-suite overhaulWilliam S Fulton
Use makefiles instead of a make.sh script Expected results are in individual .stderr files instead of the expected.log file Add errors test-suite to Travis testing and 'make check'
2013-12-08More control on output from top level MakefileWilliam S Fulton
Move the '-k -s' flags to a new FLAGS variable which can then be overridden on the command line.
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
Conflicts: Examples/Makefile.in Examples/guile/Makefile.in Lib/php/php.swg Makefile.in Source/CParse/parser.y configure.ac
2013-10-08C++11 testing moved to a configure optionWilliam S Fulton
Use './configure --enable-cpp11-testing' to enable the C++11 test. Off by default for now.
2013-09-27Conflicts:Oliver Buchtala
.gitignore .project .travis.yml Examples/Makefile.in Examples/test-suite/director_nspace.i
2013-09-14sed portability fix creating swigwarn.swgWilliam S Fulton
2013-08-31Merge replayed as done by c778d16abed35829b103d607a53c8f88e3b2d595Oliver Buchtala
2013-08-31added missing javascript/v8 dirVladimir Menshakov
2013-08-30Minor makefile tidyupWilliam S Fulton
2013-08-19Scilab: check Scilab version & support of Scilab 5.3.3 (program arguments)Simon Marchetto
2013-08-09Revert "Scilab: add Scilab in makefile check version targets"Simon Marchetto
This reverts commit 66edc244b94d7bf76d658c3477c43d9ed5d4829c.
2013-08-09Scilab: add Scilab in makefile check version targetsSimon Marchetto