Commit graph

1,234 commits

Author SHA1 Message Date
William S Fulton
e321b1dfb7 Fix for cygpath if cygpath is not installed on Cygwin/Mingw machine or does not support --mixed option
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4232 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-09 23:39:48 +00:00
Thien-Thi Nguyen
e98c771755 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4231 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-08 12:21:07 +00:00
Thien-Thi Nguyen
6679abafa7 (Xml_print_attributes): Do "&" replacement
before any others that might introduce "&" into
the stream.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4230 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-08 12:19:28 +00:00
William S Fulton
af1b82b493 Required Tools section updated
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4229 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-02 22:00:08 +00:00
William S Fulton
4402a9bb72 Update for recent build changes. Source directory clean no longer needed. Use ./autogen.sh.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4228 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-27 16:52:29 +00:00
William S Fulton
b0dc527237 Fix for moved install-sh
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-24 00:40:44 +00:00
William S Fulton
f52505aded *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4226 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 23:40:51 +00:00
William S Fulton
8e3f05b007 Makefile.in files replaced by single Makefile.am
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4225 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 23:07:01 +00:00
William S Fulton
4e74d2ec5a AC_PREREQ(2.54) to match top level configure.in
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4224 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 23:01:18 +00:00
William S Fulton
b7a54b1180 Autoconf generates these files. Removing from CVS.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4223 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:59:36 +00:00
William S Fulton
e1e55aca8c swigconfig.h.in is a generated file. Removing from CVS.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4222 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:58:16 +00:00
William S Fulton
7348724478 Bootstrap changes sets up Automake and now also installs missing files for Autoconf.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4221 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:51:49 +00:00
William S Fulton
14c314d566 Automake used to build SWIG executable
Automake 1.7.x requires autoconf version 2.54 minimum


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4220 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:50:26 +00:00
William S Fulton
9a1a45c5fe Single makefile for building SWIG executable
Automake used to build SWIG executable
Tidied up make install
Bug fixes in installation when using ./configure --with-release-suffix and autoconf's EXEEXT.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4219 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:47:06 +00:00
Logan Johnson
172f4767fa Use the new PIKE_MODULE_INIT and PIKE_MODULE_EXIT macros for the module
initialization (and finalization) function declarations.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4218 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 17:35:51 +00:00
Logan Johnson
f1d92dac92 Corrected overloading-related coding in PIKE::dispatchFunction().
Corrected all references to 'sp' to 'Pike_sp'.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4217 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 17:27:14 +00:00
Logan Johnson
3787b0daf7 Added Ruby-specific warning filter for template_arg_replace test case.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:57:06 +00:00
Logan Johnson
863b084f63 Corrected location of mkinstalldirs in Runtime/Makefile.in to
Tools/config/mkinstalldirs.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:42:01 +00:00
Logan Johnson
97b9d05360 Corrected location of install-sh in Makefile.in to Tools/config/install-sh.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4214 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:41:32 +00:00
Logan Johnson
b51fb4ec0e Corrected location of mkinstalldirs script in Makefile.in to Tools/config.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4213 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:35:40 +00:00
Logan Johnson
8df5499308 Added missing #include of "swigconfig.h" to Source/Modules/browser.cxx,
needed for PACKAGE_VERSION macro definition.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:27:16 +00:00
Logan Johnson
e07fe95792 Add a few things to the TODO list for the Ruby module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:13:40 +00:00
Matthias Köppe
706098a420 Fix for generated documentation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4210 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-19 17:32:42 +00:00
William S Fulton
aac5f213da Files moved to Tools/config
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4209 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 22:08:09 +00:00
William S Fulton
2036b79821 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4208 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 22:03:01 +00:00
William S Fulton
c2225fbe40 New autoconf files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:47:15 +00:00
William S Fulton
4c4a8bb3b7 Moved from root directory
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4206 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:46:55 +00:00
William S Fulton
e28b6493cd *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4205 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:44:10 +00:00
William S Fulton
b9d6e1536d AC_CANONICAL_HOST replaces proprietary uname approach.
Initial support for mingw added (untested right now).
Autotool support files moved to Tools/conf directory to get them out of the way. Might be a temporary home until the runtime libraries and libtool is fixed.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4204 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:38:13 +00:00
William S Fulton
d47672d7e7 Modifications to work on MacOS, submitted by Bernard Desgraupes.
Mainly ensuring the files are output in the appropriate directory.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4203 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:20:53 +00:00
Thien-Thi Nguyen
7cff85088b (SO): New var, reflecting AC_SUBST var.
Omitting this breaks `guile_clean' target.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4202 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 22:50:33 +00:00
Matthias Köppe
57ab6cbe0d *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4201 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:29:03 +00:00
Matthias Köppe
c36e73c34d Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:25:22 +00:00
Matthias Köppe
d742c4c9fd Empty structs are not portable C.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4199 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:24:21 +00:00
Matthias Köppe
82ba527a29 Fix module name
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4198 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:23:58 +00:00
Matthias Köppe
d31ea7a1e0 Minor fixes to Guile run tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:23:19 +00:00
Matthias Köppe
1efd5b3e95 Fixed linkage
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4196 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 16:45:24 +00:00
Marcelo Matus
a2f1194c0f Added another broken test for template + extend + overload
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4195 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-12 22:18:33 +00:00
Luigi Ballabio
0d298a55e2 Fixed constructors and default arguments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4194 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-12 16:08:26 +00:00
Matthias Köppe
109a4b230e John Lenz wrote:
I have recently been working on the guile module (as
discussed before....) and to help test it I have added
a bunch of _runme.scm files to the guile test-suite.
Mostly I just copied the python tests. What I mean is
the guile tests call exactly the same functions as the
_runme.py files.

Also a couple of tests (name_runme.scm,
list_vector_runme.scm, and char_constant_runme.scm)
were not calling the correct initilization function, so
I fixed those too.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4193 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-12 15:58:53 +00:00
William S Fulton
805d5e72b5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4192 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:50:42 +00:00
William S Fulton
5295fc2585 file changed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4191 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:43:46 +00:00
William S Fulton
2a4d855e81 removed file
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4190 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:41:28 +00:00
William S Fulton
7a7aebf571 deprecated file
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4189 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:40:59 +00:00
William S Fulton
e0e9288997 Version simplification.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4188 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:40:08 +00:00
William S Fulton
1c6533a885 Version simplification.
'swig -ldflags' added for MzScheme, Ocaml, Pike and PHP


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4187 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:39:28 +00:00
William S Fulton
cde8077ed4 Fixed subtle bug where 'make prefix=/somewhere; make clean; make prefix=/somwhere/else' produced an executable using the incorrect library directories.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4186 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:37:05 +00:00
William S Fulton
e3313c3322 Simplification of version string. Use autoconf's PACKAGE_VERSION instead.
Fixed subtle bug where 'make prefix=/somewhere; make clean; make prefix=/somwhere/else' produced an executable using the incorrect library directories.
Bug fix in reporting compiler used to compile SWIG


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4185 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:36:03 +00:00
William S Fulton
898834ba57 Version simplification
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4184 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:33:00 +00:00
William S Fulton
f7283ef229 swigver.h removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4183 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:30:54 +00:00