Commit graph

231 commits

Author SHA1 Message Date
Dave Beazley
c8f173444d Optimizations
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@238 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-15 19:32:45 +00:00
Thien-Thi Nguyen
d4660dd6d4 (Verbose): New extern var.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@237 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 06:57:14 +00:00
Thien-Thi Nguyen
0b5ef890df (Verbose): New global var. This used to be an automatic var in
function `SWIG_main', but was deleted (w/o deleting "-v" parsing).

(SWIG_main): Set `Verbose' during option parsing.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@236 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 06:55:38 +00:00
Thien-Thi Nguyen
ad673e14e5 VERSION, Source/Include/swigver.h.in: New files.
Source/Include/swigver.h: Deleted from repo, now generated by
configure from swigver.h.in same directory.

configure.in: Source ./VERSION to get var definitions.
(PACKAGE, VERSION, SWIG_VERSION, SWIG_SPIN): New vars, @-substituted.
Also do `AC_OUTPUT' on Source/Include/swigver.h.

Makefile.in (dd): New var, the distribution directory.
(dist, dist-suggested): New targets.

Source/SWIG1.1/emit.cxx (emit_banner): Use `SWIG_VERSION' instead
of integers `SWIG_VERSION_MAJOR' and `SWIG_VERSION_MINOR' (which are
deleted).

Source/SWIG1.1/main.cxx (SWIG_main): Likewise.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@235 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 02:21:22 +00:00
Dave Beazley
520f730aef Another minor fix.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@234 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 01:35:04 +00:00
Dave Beazley
79983d6fe7 Modified makefile to install either 'swig' or 'swig.exe'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@233 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 01:19:07 +00:00
Dave Beazley
01dc5b60d0 Added __STDC__ definition.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@232 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 21:45:30 +00:00
Dave Beazley
b0f9608615 Fixed sneaky whitespace problem in preprocessor.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@231 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 21:29:37 +00:00
Dave Beazley
1fb349b2f5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@230 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 20:16:19 +00:00
Dave Beazley
38d5c1a7aa Added $ndim variable to typemaps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@229 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 19:48:39 +00:00
Dave Beazley
09e555856a Minor fixes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@228 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 19:48:20 +00:00
Dave Beazley
d1968e1dcb Added braces around some macros.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 19:48:14 +00:00
Dave Beazley
7613594cd9 Minor bug fixes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@226 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 19:47:56 +00:00
Dave Beazley
d6d7188c0e *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@225 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 19:47:45 +00:00
Dave Beazley
f16be96a24 Fixed minor bug.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@224 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 19:18:54 +00:00
Dave Beazley
dac86bfdd5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@223 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 17:24:47 +00:00
Dave Beazley
5bbfeb67d9 Added -lm
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@222 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 16:20:37 +00:00
Dave Beazley
8d68e3228e Minor change
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@221 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 16:19:55 +00:00
Dave Beazley
81728456d5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@220 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 05:38:27 +00:00
Dave Beazley
a6743ff85a Added GIFPlot example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@219 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 05:37:31 +00:00
Dave Beazley
71a84a784d *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@218 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 23:23:30 +00:00
Dave Beazley
efe438c850 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@217 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 23:07:42 +00:00
Dave Beazley
89e9dca32b Distribution builder
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 22:42:21 +00:00
Dave Beazley
db80594ed7 Slight change to type-table code.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 22:09:55 +00:00
Dave Beazley
6252cd1103 Slight change to type-handling.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@214 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 22:09:43 +00:00
Dave Beazley
9948d8f667 Fixed some problems with constants.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@213 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 22:09:31 +00:00
Dave Beazley
3d806bd092 Modified 'make clean' to actually remove the SWIG executable.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 20:46:08 +00:00
Dave Beazley
d8435c89b1 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 20:38:42 +00:00
Dave Beazley
10d266502a *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@210 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 20:23:41 +00:00
Dave Beazley
2498d36b9f Minor fix.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@209 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 20:11:35 +00:00
Dave Beazley
7c549890f1 Removed the documentation system. A lot of cleanup.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@208 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 19:41:28 +00:00
Dave Beazley
38c2518d77 Minor cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 15:06:19 +00:00
Dave Beazley
e9cd55b7b8 A bunch of cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@206 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 04:22:50 +00:00
Dave Beazley
2551be4658 Fixed runtime support.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@205 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 00:58:27 +00:00
Dave Beazley
496ff40b6c Added runtime declarations.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@204 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 00:40:08 +00:00
Dave Beazley
943983332b Clean up.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@203 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-08 23:53:35 +00:00
Dave Beazley
e6503a9f19 Completed Tcl global variable linking.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@202 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-08 23:03:16 +00:00
Dave Beazley
bdc447769e Added runtime
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@201 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-08 20:29:20 +00:00
Dave Beazley
75b83c6e77 Added libtool to the Tools directory (used to build runtime libraries)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-08 20:28:57 +00:00
Dave Beazley
64d9e2c71e Added runtime libraries
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@199 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-08 20:28:06 +00:00
Dave Beazley
de86441078 Updated for XML
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@198 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 20:52:55 +00:00
Dave Beazley
8277e7eb3b Added XML
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 20:51:26 +00:00
Dave Beazley
df5e523581 Changed code-generation for constants to use a table instead of repeated function
calls in the initialization function.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@196 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 17:20:57 +00:00
Dave Beazley
089464e9c0 Added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@195 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 17:18:04 +00:00
Dave Beazley
0a52977f06 Modified to use new pointer type-checker.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@194 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 05:27:23 +00:00
Dave Beazley
a3e279d7d4 Minor fixes to type handling.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@193 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 05:26:38 +00:00
Dave Beazley
f76cedd349 Added error handling flag to ConvertPtr function.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@192 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 05:25:55 +00:00
Dave Beazley
d9486735a0 Make the use of CObjects a conditional compilation flag.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@191 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 04:22:52 +00:00
Dave Beazley
c7a8003514 Fixed so that setting an attribute to a NULL object has no effect.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@190 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-03 18:01:51 +00:00
Dave Beazley
3b43574d14 Fixed so that setting an index to a NULL object has no effect.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@189 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-03 18:01:31 +00:00