Commit graph

48 commits

Author SHA1 Message Date
Mark Rose
47710c7dda changed -fdirectors option to %module option
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4445 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-07 02:09:03 +00:00
Art Yerkes
bebaa363c0 Added info about dynamic linking to doc
Added dynamic targets to example makefiles
Added ocaml_dynamic and ocaml_dynamic_cpp targets to Examples/Makefile.in
Added OCAMLFIND and OCAMLDLGEN AC_SUBST lines in configure.in
Currently, dynamic linking relies on ocamlfind and Gerd Stolpmann's Dl package,
as well as some tricky elf linking.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4413 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27 09:25:00 +00:00
Art Yerkes
1c5ab19b2b Added to typemaps: reference type in/out
Strings <=> std::string by value
std::wstring accessible from Ocaml.  The string example converts a multibyte
japanese EUC sequence to a single wchar_t sequence if you have the ja_JP.EUC-JP
locale, or similar.
Better handling of reference in types
Corrected problems with & * mismatch in type verifier.
Type verifier now really functional.  No more type errors in places they
wouldn't be allowed in C++, unless you work at it.
Added argout_ref example for argout_ref.
Init code now effective (called from let _ = f_<module>_init ())


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4412 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27 07:09:12 +00:00
Jonah Beckford
3def239916 Changed module technique from <module_name>- to <module_name>: which
conforms with chicken "egg" standard.  Got rid of ##csi#run for
relinking the Scheme interpreter as no longer needed.  Changed all
documentation to reflect both changes.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4411 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27 02:00:15 +00:00
William S Fulton
c75bcef396 %javaconst(1) feature for enums so that using enum values do not have to make a JNI call.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4361 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 22:58:37 +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
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
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
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
e1513bf81d minor fixes/rewording
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4276 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-09 00:17:33 +00:00
Dave Beazley
853994dab8 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4275 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-08 12:43:08 +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
Thien-Thi Nguyen
e60b17a049 Add copyright and link to swig-dev mailing list.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@993 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-01-16 22:35:43 +00:00
Thien-Thi Nguyen
9eed9e3389 Add table of contents.
Add new section: CVS Tagging Conventions.
Add copyright.
Add link to swig-dev mailing list.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@992 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-01-16 22:24:29 +00:00
Thien-Thi Nguyen
f3459b02e2 Link to migrate.txt.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@990 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-01-10 22:02:19 +00:00
Matthias Köppe
3ad0a40afb [Guile] New command-line option "-emit-setters".
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-19 14:50:15 +00:00
Matthias Köppe
c3033ad297 Updated section on Guile.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@732 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-30 20:13:46 +00:00
Matthias Köppe
d95dc2d088 Updated information on Guile typemaps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@714 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-29 09:23:48 +00:00
Dave Beazley
6cedd5b450 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@667 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-17 05:17:18 +00:00
Dave Beazley
a4a8fd9d05 added migrate.txt
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@656 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-15 20:20:05 +00:00
Dave Beazley
a630f0890e Few updates for new types.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@648 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-14 22:03:42 +00:00
Dave Beazley
9cec4ac8d4 Worked on C wrapper docs some more.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-24 03:37:01 +00:00
Dave Beazley
16d6062229 Fixed one of my examples.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@595 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-23 12:46:08 +00:00
Thien-Thi Nguyen
76f6fd6902 Move TOC up.
Add cross-links like a madman.
Quench insomnia.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@594 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-23 11:52:37 +00:00
Dave Beazley
7ac8d72a98 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@593 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-23 04:48:42 +00:00
Dave Beazley
9ccd0daa88 Added short section describing some of the new DataType handling functions.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@591 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-22 20:27:02 +00:00
Thien-Thi Nguyen
01592138e3 (Guile Support): Tell of plan to stop recognizing "-with-smobs"
after swig-1.3a4 release.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@586 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-20 20:07:27 +00:00
Thien-Thi Nguyen
3de9f9a6ab (Guile Support): Mention defaulting of "-with-smobs".
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@542 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-09 20:22:06 +00:00
Dave Beazley
79b312f648 Added some information about DOH. Still needs work though.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@534 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-08 04:45:06 +00:00
Dave Beazley
cb32a5be0e Added a few comments here and there. Removed descriptions for a few
directories that have been withdrawn until a later date.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@523 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-06 16:12:50 +00:00
Thien-Thi Nguyen
4d7d4a583f Acknowledge others' input.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@503 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-06-28 02:30:27 +00:00
Thien-Thi Nguyen
a611f67447 Initial revision
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@502 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-06-28 02:22:50 +00:00
Thien-Thi Nguyen
71a336e1f3 (Guile Support Internals): Move section to internals.html.
The result is largely the same as revision 1.4.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@501 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-06-28 02:21:20 +00:00
Dave Beazley
9f703e069f *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@482 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-06-16 15:46:54 +00:00
Thien-Thi Nguyen
08ba0873b3 For Guile section, add subsection on exception handling.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@411 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-12 11:05:39 +00:00
Thien-Thi Nguyen
3ccf97e10e Add missing </ul> tag.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@378 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-04 10:16:07 +00:00
Thien-Thi Nguyen
78642fd6b1 (Guile Support Internals): Expand Smobs section w/ explanation
contributed by Matthias Koeppe.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@373 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 21:59:31 +00:00
Thien-Thi Nguyen
d3a84183be (Guile Support Internals): Add section on smobs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@371 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 15:28:00 +00:00
Thien-Thi Nguyen
96eb037c60 (Guile Support Internals): New h2, numbered 10.
Push "Miscellaneous" to 11.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@365 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 14:38:30 +00:00
Dave Beazley
86146c173b Added rule about ternary operators.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@185 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-02 17:00:49 +00:00
Dustin Mitchell
4d6f8c3326 Big changes. The makefiles now recurse correctly, and targets (e.g.
experiment, swim, swig, pymod, etc.) are passed along to sub-makes
correctly.  Also, a mechanism has been devised to avoid the use of *.o
in the toplevel Makefile, as it was linking files which were not intended
for use in the final executable.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@148 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-24 22:43:13 +00:00
Dustin Mitchell
0d1bf1c94c Grammatical changes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@145 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-23 21:45:42 +00:00
Dave Beazley
cd8257c4dd *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@144 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-23 16:27:28 +00:00
Dave Beazley
29f337d944 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@142 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-22 19:46:49 +00:00
Dave Beazley
b0b3ba31c4 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@129 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-20 05:48:53 +00:00
Dave Beazley
e8ab41b8b9 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 06:40:19 +00:00