William S Fulton
35a33dfff4
remove tarball if exists
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7664 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-10-15 01:47:31 +00:00
William S Fulton
f0049b2247
remove tarball if exists
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7663 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-10-15 01:41:14 +00:00
William S Fulton
37cb71c021
Tool for filtering out unwanted output from Visual Studio
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7539 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-09-27 21:10:30 +00:00
William S Fulton
ff5710312f
New script for making the windows release (swigwin-1.3.x.zip)
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7294 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-06-16 21:29:10 +00:00
William S Fulton
8a96a91034
slight tweak to commandline args to match new windows build script
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7281 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-06-11 22:41:59 +00:00
William S Fulton
bd43f20540
Fix #1066363 - directory name matches tarball name
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7250 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-06-02 21:56:35 +00:00
William S Fulton
d56912b2d3
--without-maximum-compile-warnings option added so that these compiler options can be completely removed
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-04-30 06:48:14 +00:00
William S Fulton
0ed76e0146
swig.m4 removed - use the new updated and maintained version derived from this at the Autoconf Macro archive
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6217 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-09-03 21:57:56 +00:00
William S Fulton
af1991b3f1
changes for new documentation generation
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6142 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-24 22:35:41 +00:00
William S Fulton
d90653e2af
Re added again
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6096 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 22:17:46 +00:00
William S Fulton
4fc2df3f04
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6095 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 22:16:34 +00:00
William S Fulton
c4772c1c07
readding hopefully with executable permissions this time
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6094 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:47:58 +00:00
William S Fulton
c76f711725
removed
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6093 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:45:48 +00:00
William S Fulton
a7beb8997a
Attempt to add executable permissons
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6092 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:44:22 +00:00
William S Fulton
ecd3e667ac
config.sub and config.guess are being added to the repository as automake will no longer generate these files when running
...
automake --add-missing.
This started since removing libtool. Bug will be fixed in Automake 1.10, but until then we will have to keep these files in cvs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6091 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-12 21:34:14 +00:00
William S Fulton
f979a8d156
Default warning level for GCC increased from -Wall to -Wall -ansi -pedantic.
...
This affects the source code only, not the test-suite or examples.
It does affect the compilation of the runtime libraries, but they are history anyway.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5644 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-01-19 21:31:56 +00:00
Marcelo Matus
2c1c76d5bb
it wasn't swig, it was my script
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5535 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-11 08:24:54 +00:00
Marcelo Matus
5e8c64ea33
Added 'sleep 3' workaround.
...
When used, it reduces the time for compile the
test-suite from 23 minutes to 2 minutes. It also
reduces plain swig compilation
This is how it is used:
1.- copy or link the Tools/sleep program
into a directory in your path, like ${HOME}/bin.
2.- check the right path for the real sleep program,
now it says
SLEEP=/bin/sleep
but in your system could be different
3.- compile like this
NOSLEEP=1 make
NOSLEEP=1 make check-python-test-suite
or
export NOSLEEP=1
make
make check-python-test-suite
just rembember to unset NOSLEEP if you are
not using it anymore.
I don't see any problem in the compilation
if sleep is deactivated. But if in your
system/platform the compilation fails,
just don't set NOSLEEP, and the compilation
will go back to sleep as usual again.
This is just a work around until the the 'sleep 3'
problem is further analized.
Marcelo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5531 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-11 00:14:57 +00:00
Dave Beazley
055243d4ee
Tcl file loading patch.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-11 21:21:11 +00:00
Luigi Ballabio
fd6ff5aef9
Detection of Python library in installed macros (which probably should be synchronized with those used in configure.in)
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5287 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-10 15:34:08 +00:00
William S Fulton
4907d8c290
swig.m4 moved to Tools/config
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4924 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-25 09:33:00 +00:00
William S Fulton
5b1e2d9d00
Autoconf archive macro to maximise warnings (gcc only)
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4799 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 21:59:45 +00:00
William S Fulton
9a5504eb87
Macro for configure.in from the autoconf macro archive. It allows one to define preprocessor definitions for swigconfig.h when the #define contains the installation directory. Autoconf won't normally expand installation directory variables.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4796 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:18:41 +00:00
William S Fulton
9b53fde3a4
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4737 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-29 10:55:30 +00:00
William S Fulton
4134d8ba1b
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4730 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:50:30 +00:00
William S Fulton
ec060d9e62
These autoconf generated files should not be in CVS.
...
The approach is not to have any autotool generated files checked into cvs.
Anyone using CVS must have the autotools installed and so all the required files will be generated during bootstrapping (running autogen.sh)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4729 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:49:29 +00:00
William S Fulton
5018ce706d
These autoconf and libtool files are no longer used and have been replaced by libtool being used in the top level configure script.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4728 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:46:31 +00:00
Jonah Beckford
f2a9e0fe0e
Solaris /usr/bin/tr does not accept ranges in form "a-z". So put in
...
explicit abc...xyz range. Fixes "make check-gifplot" and whatever
else might use 'Tools/capitalize'.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-22 11:18:27 +00:00
Luigi Ballabio
1b25a4d17d
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4240 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-22 08:11:51 +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
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
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
67b56765ce
Updated old autoconf macros as reported by autoupdate
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4178 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:23:49 +00:00
Dave Beazley
107922f5f8
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-03 20:43:22 +00:00
Dave Beazley
516036631c
The great merge
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-11-30 22:01:28 +00:00
Dave Beazley
3f628d65a8
Added Wacltcl_Init()
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-26 15:54:53 +00:00
Dave Beazley
e7ed27b7db
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1220 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-24 20:06:27 +00:00
Dave Beazley
68b11c4d81
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1218 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-24 20:01:03 +00:00
Dave Beazley
4f0ecf3c3b
Added LGPL
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-20 15:12:53 +00:00
Dave Beazley
7b7caf263e
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1202 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-20 03:07:17 +00:00
Dave Beazley
e768ea9933
Final version.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1086 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-29 21:25:11 +00:00
Dave Beazley
e5b44a953a
Final changes.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1082 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-15 04:55:57 +00:00
Dave Beazley
5a2dd80b7c
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1081 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-15 02:12:50 +00:00
Dave Beazley
1b0f52b639
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1074 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-02 22:30:07 +00:00
Dave Beazley
0eacce0bd6
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1073 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-01 21:14:16 +00:00
Dave Beazley
54c8f9a3d3
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1072 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-04-01 04:53:32 +00:00
Dave Beazley
252a70db63
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1071 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-03-31 15:38:00 +00:00