summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* [PHP] Add support for PHP7.Olly Betts2016-11-301-2/+10
| | | | | | 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
* Remove dependency on yodl tools and remove ccache-swig man pageWilliam S Fulton2015-12-171-4/+1
| | | | | | | | | | 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
* Make sure travis doesn't silently skip testing of some languageAlexey Sokolov2015-09-021-0/+6
|
* Remove SWIG_LIB variable from MakefileWilliam S Fulton2015-08-211-6/+6
|
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-211-6/+2
| | | | | | | | | | | | | 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.
* Drop removal of libtool on "make distclean"Olly Betts2015-06-291-1/+1
| | | | SWIG stopped using libtool over 11 years ago.
* Give more helpful message for "make dist"Olly Betts2015-02-171-2/+3
|
* Fix typoOlly Betts2015-02-151-1/+1
|
* scilab: remove debug stuffSimon Marchetto2014-07-021-2/+2
|
* scilab: debug travisSimon Marchetto2014-06-271-2/+2
|
* scilab: debug travis (examples)Simon Marchetto2014-06-271-2/+2
|
* Merge branch 'master' into gsoc2012-scilabSimon Marchetto2014-06-061-40/+81
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore .travis.yml COPYRIGHT Examples/Makefile.in Examples/test-suite/constructor_copy.i Makefile.in configure.ac
| * check-maintainer-clean: print skipping message for in-source-tree buildsKarl Wette2014-05-291-4/+6
| |
| * Add check-maintainer-clean target: fails if files are missed by maintainer-cleanKarl Wette2014-05-291-0/+8
| |
| * Distclean Tools/javascriptKarl Wette2014-05-291-1/+5
| |
| * Remove example Makefiles when running distclean-examples in out-of-src buildKarl Wette2014-05-241-0/+5
| |
| * Remove unnecessary make invocation when running test-suiteWilliam S Fulton2014-05-151-3/+0
| |
| * Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * Regenerate configured Makefile if Makefile.in or config.status have changedKarl Wette2014-05-111-0/+5
| |
| * Fix {python|perl5|ruby|tcl}/java examplesKarl Wette2014-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | - 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
| * Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-4/+4
| | | | | | | | | | - 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'.
| * Merge branch 'master' into tmpOliver Buchtala2014-03-051-31/+43
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Make Lib/ocaml/swigp4.ml a non-generated file.Olly Betts2014-02-191-1/+1
| | | | | | | | | | | | | | | 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.
| | * Errors test-suite overhaulWilliam S Fulton2014-01-191-0/+4
| | | | | | | | | | | | | | | | | | 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'
| | * More control on output from top level MakefileWilliam S Fulton2013-12-081-28/+34
| | | | | | | | | | | | | | | Move the '-k -s' flags to a new FLAGS variable which can then be overridden on the command line.
| | * Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-14/+46
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Examples/Makefile.in Examples/guile/Makefile.in Lib/php/php.swg Makefile.in Source/CParse/parser.y configure.ac
| | * | C++11 testing moved to a configure optionWilliam S Fulton2013-10-081-1/+2
| | | | | | | | | | | | | | | | | | | | Use './configure --enable-cpp11-testing' to enable the C++11 test. Off by default for now.
| * | | Conflicts:Oliver Buchtala2013-09-271-5/+13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .gitignore .project .travis.yml Examples/Makefile.in Examples/test-suite/director_nspace.i
| | * | | Merge replayed as done by c778d16abed35829b103d607a53c8f88e3b2d595Oliver Buchtala2013-08-311-1/+2
| | | | |
| | * | | added missing javascript/v8 dirVladimir Menshakov2013-08-311-1/+1
| | | | |
| | * | | Add examples check list for batch runs.Oliver Buchtala2012-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13780 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| | * | | Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into develOliver Buchtala2012-09-081-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .project COPYRIGHT Doc/Manual/style.css Examples/Makefile.in Examples/test-suite/common.mk Lib/typemaps/strings.swg Makefile.in Source/DOH/fio.c Source/Makefile.am Source/Modules/emit.cxx Source/Modules/javascript.cxx configure.in git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13764 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* | | | | Merge branch 'master' into gsoc2012-scilabSimon Marchetto2014-03-111-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sed portability fix creating swigwarn.swgWilliam S Fulton2013-09-141-1/+1
| |/ / /
* | | | Minor makefile tidyupWilliam S Fulton2013-08-301-9/+7
| | | |
* | | | Scilab: check Scilab version & support of Scilab 5.3.3 (program arguments)Simon Marchetto2013-08-191-0/+1
| | | |
* | | | Revert "Scilab: add Scilab in makefile check version targets"Simon Marchetto2013-08-091-2/+1
| | | | | | | | | | | | | | | | This reverts commit 66edc244b94d7bf76d658c3477c43d9ed5d4829c.
* | | | Scilab: add Scilab in makefile check version targetsSimon Marchetto2013-08-091-1/+2
| | | |
* | | | Merge remote-tracking branch 'origin/master' into gsoc2012-scilabSylvestre Ledru2013-08-061-16/+64
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: Examples/Makefile.in
| * | | Clear up license ambiguity in swigwarn.swg.William S Fulton2013-05-131-6/+2
| | | | | | | | | | | | | | | | Also tidies up swigwarn.swg a bit.
| * | | Drop guilegh interfaceGeert Janssens2013-04-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of guile's interface files now use the scm interface. This should not affect any users. Swig generated code using the scm interface can be mixed with gh interface using user code. It does simplify maintenance of the guile swig code though.
| * | | Add support for guile 2.0: configure and makefiles.Geert Janssens2013-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: guile-config is badly broken for guile 2. So the guile configure section has been rewritten to use pkg-config instead. Manually resolved conflicts: Examples/Makefile.in
| * | | Make guile test suite default to scm apiGeert Janssens2013-04-281-4/+4
| | | | | | | | | | | | | | | | | | | | In other words guilescm becomes guile. Deprecated gh api tests are moved to guilegh.
| * | | Add ability to see example output from top level by using 'make ↵William S Fulton2013-04-201-1/+2
| | | | | | | | | | | | | | | | check-examples RUNPIPE='
| * | | Add RUNPIPE in makefiles - a generic mechanism for suppressing stdout when ↵William S Fulton2013-04-191-1/+1
| | | | | | | | | | | | | | | | running the examples - the idea is to run 'make check-examples' which runs the examples but suppresses the output except for errors. Initial implementation for Java.
| * | | Add target language version display during make check. Individual language ↵William S Fulton2013-04-091-1/+40
| | | | | | | | | | | | | | | | versions can be checked using 'make check-<lang>-version'.
| * | | Update lingering configure.in references to say configure.acOlly Betts2013-03-211-2/+2
| | |/ | |/|
| * | Replace references to Subversion with GitWilliam S Fulton2013-01-121-2/+2
| | |
| * | Makefile tweaks for Coverity buildsWilliam S Fulton2012-12-021-1/+2
| | | | | | | | | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13946 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * | Fix some Coverity submission failuresWilliam S Fulton2012-11-191-0/+1
| | | | | | | | | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13919 626c5289-ae23-0410-ae9c-e8d60b6d4f22