Dave Beazley
7162f2fa7b
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4345 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 21:27:03 +00:00
Dave Beazley
3d51ba0040
Fixed Luigi's template+%extend magic trick.
...
Marcelo should verify that his codes still work... ;-).
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4344 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 21:26:51 +00:00
Dave Beazley
3dd532f7d8
new tests
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4343 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 21:25:31 +00:00
William S Fulton
d685c8a688
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4342 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 20:30:34 +00:00
William S Fulton
dc39d9bf89
no message
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4341 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 20:23:49 +00:00
William S Fulton
44fde93b5a
Improved support for native Windows compilers.
...
It is no longer necessary to explicitly export the SWIG_init DLL function by passing flags to the linker.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4340 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 20:18:54 +00:00
Logan Johnson
8549b7cbed
Correct documentation for SWIG_ConvertPtr() in the Ruby section of the
...
SWIG Manual.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4339 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 18:27:04 +00:00
Luigi Ballabio
cd8f6737cb
Missing typecheck for bool passed as value
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4338 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 17:13:54 +00:00
Luigi Ballabio
524636ef1c
Allow returning std::strings with embedded null characters (why one would want to do this is beyond my understanding)
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4337 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 17:13:13 +00:00
Jonah Beckford
b0f8e8516c
How did this ever get in here?
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4336 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:10:16 +00:00
Jonah Beckford
2f30f32ab0
The CHICKEN VTK example was way too big. Will be in a seperate project.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4335 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:08:40 +00:00
Jonah Beckford
ce51c69b65
No longer needed since depends on Examples/Makefile.in
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4334 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:06:22 +00:00
Jonah Beckford
2da372f015
Got rid of CHICKEN example Makefile.in -> Makefile.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4333 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:00:58 +00:00
Jonah Beckford
c523a3d388
Got rid of vtk description as it is gone, and added zlib description.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4332 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 07:59:41 +00:00
Jonah Beckford
05e762d4b4
Initial addition, to get rid of dependence on configure.in
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4331 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 07:57:49 +00:00
Jonah Beckford
ddf78195cb
Added compile and cxxcompile targets.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 07:55:46 +00:00
Tiger Feng
7fdf6b4e28
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4329 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 21:08:03 +00:00
Tiger Feng
3710f27c50
-fcompact
...
-fvirtual
-small
SWIG_FEATURES
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4328 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 21:07:57 +00:00
Tiger Feng
25e08819ec
-fvirtual
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4327 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 21:07:16 +00:00
Art Yerkes
c3d9424ca3
Also normalize reference type as well as pointer type.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4326 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 13:33:04 +00:00
Art Yerkes
cb107801fb
corrections for std::string.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4325 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 13:32:40 +00:00
Art Yerkes
277a7e01e8
std::string and std::wstring example.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 13:32:08 +00:00
Art Yerkes
9c3c115a11
Normalize class names that have template components. This allows the
...
simple scheme I use for templating to work (at least in the test cases
so far). I probably need to come up with a better scheme for associating
the class closure creator with the typemaps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4323 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 07:40:42 +00:00
Art Yerkes
a8ef2143b0
Added needed files.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4322 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 07:37:15 +00:00
Art Yerkes
b208dbe7d9
Now uses $(CXX) in ocamlc for the C++ compiler (needed when using STL).
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4321 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 07:35:15 +00:00
Art Yerkes
c3e98e3627
typecheck: Foolish omission of break;
...
mlheading and mliheading: added make_x and get_x accessor and constructor
functions for C_xxx types. This makes the system a bit more accomodating.
ocaml.swg: Corrected one SWIGSTATIC
std_vector.i: First shot at a working implementation (with example).
typemaps.i: Correction to handling of SWIGTYPE ...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4320 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 07:29:34 +00:00
Jonah Beckford
3b7013555a
Added CHICKEN to Welcome page.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4319 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 03:56:27 +00:00
Jonah Beckford
ea6899ddbf
Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4318 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 03:17:15 +00:00
Jonah Beckford
27dfb2990c
Add CHICKEN code to the things that need to be built.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 02:04:40 +00:00
Jonah Beckford
c8a9fc8adb
Allow number of arguments replacement when overloading.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4316 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 02:01:29 +00:00
Jonah Beckford
d85ba4faa6
Defined SWIG_exception for for CHICKEN.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4315 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:59:47 +00:00
Jonah Beckford
9c9564fe85
Added chicken to list of example directories.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4314 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:58:36 +00:00
Jonah Beckford
85ace8facd
Initial addition.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4313 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:56:34 +00:00
Jonah Beckford
870e6457d1
Initial additions.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4312 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:47:12 +00:00
Jonah Beckford
3c3c9204fe
Initial addition.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4311 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:41:16 +00:00
Dave Beazley
ab423f43dd
Added John's perl5 patches
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4310 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-14 18:04:21 +00:00
Jonah Beckford
8e04e51013
Added a couple CHICKEN and Scheme links.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4309 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-13 21:29:25 +00:00
Jonah Beckford
547bf56aef
Added myself as maintainer for CHICKEN.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4308 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-13 19:20:54 +00:00
Jonah Beckford
ef34d51434
Addition of Chicken documentation, resulting in renumbering of the
...
last chapter and updated indexes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4307 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-13 05:58:24 +00:00
Jonah Beckford
db5db2059d
Initial addition.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4306 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-13 05:56:25 +00:00
Dave Beazley
36370cce28
Fixed explicit instantiation syntax error.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4305 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-12 17:18:35 +00:00
Dave Beazley
386af80689
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4304 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-12 17:18:24 +00:00
Dave Beazley
d060e2c16b
new test
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4303 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-12 17:16:39 +00:00
Dave Beazley
4bc5f4afb9
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-12 17:11:42 +00:00
William S Fulton
38c4c0b7d4
bool typemap mods for Visual C++
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4300 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 22:41:10 +00:00
Dave Beazley
cdaaf78337
More fixes.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4299 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:31:54 +00:00
Dave Beazley
0a35b472b3
String replacement enhancements to help with preprocessor fixes
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4298 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:31:41 +00:00
Dave Beazley
b004c42a31
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4297 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:30:40 +00:00
Dave Beazley
3344663774
new test
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4296 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:28:42 +00:00
William S Fulton
8bee6afb8a
SWIGTYPE & typemap runtime test
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4295 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:26:54 +00:00