Commit graph

376 commits

Author SHA1 Message Date
Olly Betts
78113286d1 Fix some typos.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9130 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-05-21 11:13:33 +00:00
Olly Betts
202d194412 Typo fixes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9128 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-05-20 09:03:29 +00:00
Olly Betts
43a60b1c4d Fix typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9127 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-05-20 05:58:26 +00:00
Olly Betts
0cffcd8825 Remove reference to -dlname.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9126 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-05-20 04:56:19 +00:00
Olly Betts
12b7b15326 Assorted corrections.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9124 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-05-18 08:46:04 +00:00
William S Fulton
b98445c19f Director support added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9096 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-05-13 23:15:37 +00:00
Olly Betts
b578714315 Correct typos.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9095 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-05-07 02:32:28 +00:00
Marcelo Matus
07022e74a8 fix docs, path provided by Olly
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9047 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-04-11 01:40:20 +00:00
Mikel Bancroft
1b1a48de7b 04/05/2006: mutandiz
[allegrocl]
	    Fix output typemap of char so it produces a character instead
	    of an integer. Also adds input/output typemaps for 'char *'.

	    add command-line argument -isolate to generate an interface
	    file that won't interfere with other SWIG generated files that
	    may be used in the same application.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9042 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-04-06 06:28:53 +00:00
Mikel Bancroft
c21f5177be 03/20/2005: mutandiz
[allegrocl]
	    More tweaks to INPUT/OUTPUT typemaps for bool.

	    Fix constantWrapper for char and string literals.

	    find-definition keybindings should work in ELI/SLIME.
	    Output (in-package <module-name>) to lisp wrapper
	    instead of (in-package #.*swig-module-name*).

	    slight rework of multiple return values.

	    doc updates.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9026 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-21 07:15:38 +00:00
William S Fulton
6dcc1afbc3 1.3.29 date change
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9025 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-20 23:55:17 +00:00
Marcelo Matus
e2882a13e8 fix mispelled prepend, reported by Jeremy McCormick
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9007 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-16 01:44:26 +00:00
William S Fulton
723c528772 1.3.29 date added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8956 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-04 23:44:44 +00:00
William S Fulton
ee3ef1c81a html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8955 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-04 23:43:20 +00:00
William S Fulton
b52a5b380b contents update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8954 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-04 23:42:59 +00:00
William S Fulton
c691e210bd mention csharp.swg
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8953 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-04 23:42:12 +00:00
William S Fulton
6ccf376ab1 Add notes about strict aliasing rules
Add section on non-primitive types type mapping


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8952 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-04 23:41:02 +00:00
Mikel Bancroft
6ee4d72a10 02/27/2006: mutandiz
[allegrocl]
	    Add support for INPUT, OUTPUT, and INOUT typemaps.
	    For OUTPUT variables, the lisp wrapper returns multiple
	    values.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8911 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-27 21:45:07 +00:00
Mark Gossage
c70690f109 Small update Lua documents on troubleshooting problems
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8889 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-24 03:17:51 +00:00
Marcelo Matus
cd9f060153 fix bug #1094964
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8860 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-22 06:27:47 +00:00
William S Fulton
18462671d2 Fix typos, html errors and add new section on prerequisites for adding new language modules to swig distribution
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8817 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-14 19:59:43 +00:00
Mark Gossage
c66a39c802 update to extending document
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8809 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-13 02:36:05 +00:00
William S Fulton
5f5feb49b0 bump version to 1.3.29
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8808 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-12 21:37:49 +00:00
William S Fulton
f708991278 html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8803 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-12 01:27:20 +00:00
William S Fulton
7c7ac35dfb Add in speedy's instructions for building SWIG using MinGW
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8802 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-12 01:14:12 +00:00
William S Fulton
0c15feab87 readying for 1.3.28
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8800 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-11 22:23:21 +00:00
William S Fulton
767c902d35 Add JNI compilation reference
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8792 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-11 18:56:30 +00:00
William S Fulton
093c842e49 more %catches documentation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8791 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-11 18:54:34 +00:00
Robin Dunn
7e5c5f0e83 Typos fixed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8703 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-03 23:50:59 +00:00
William S Fulton
ee3b0529e7 typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8695 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-03 22:10:09 +00:00
William S Fulton
8ee5690cea correct some casts
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8693 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-03 22:06:54 +00:00
William S Fulton
d70c0ac879 Update list of exceptions in the SWIG exception library
Document allowexcept feature


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8692 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-03 22:06:11 +00:00
Charlie Savage
90bbdcd207 Significant rearrangment of some sections of the documentaiton. Also added additional information about exception handling and getter/setter methods.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8677 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-02 10:57:37 +00:00
William S Fulton
8f09162243 %naturalvar documentation added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8644 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-30 22:17:42 +00:00
Marcelo Matus
bd1b4511dc add more docs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-28 18:58:18 +00:00
Marcelo Matus
809584928c add and extend missing/deleted docs for the pythonappend/pythonpreppend features and the new directive forms %pythonappend/%pythonpreppend
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8573 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-27 18:47:15 +00:00
William S Fulton
d27dfe31e5 Minor mods getting ready for 1.3.28
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8556 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-25 22:41:22 +00:00
Marcelo Matus
0fbffb15df add docs about the new directive forms %ref/%unref for the old ref/unref features
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8554 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-25 19:07:28 +00:00
Marcelo Matus
813e517a50 add %delobject docs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8489 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-19 08:53:13 +00:00
Marcelo Matus
6ea1b726a8 add %delobject docs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8485 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-19 07:55:16 +00:00
Charlie Savage
027c2822b8 Updated documentation on new autorename functionality.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8454 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-15 07:25:09 +00:00
Marcelo Matus
98a0beb245 add info about %catches, while we define if we need a better name
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8369 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-11 02:03:37 +00:00
William S Fulton
a4d9eda5d1 update after running tool checkers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-09 21:34:29 +00:00
William S Fulton
8499c1fd81 minor html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8329 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-09 21:32:12 +00:00
William S Fulton
c2a3f9d3fb toc update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8328 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-09 21:26:16 +00:00
Mikel Bancroft
afa792c0f4 01/09/2006: mutandiz
Fixes a number of SEGVs primarily in the handling of
	various anonymous types. Found in a pass through the
	swig test-suite. Still more to do here, but this is a
	good checkpoint.

	Adds -cwrap and -nocwrap as an allegrocl specific
	command-line argument. Controls generating of a C
	wrapper file when wrapping C code. By default only a
	lisp file is created for C code wrapping.

	Doc updates for the command-line arguments and fixes as
	pointed out on swig-devel


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8322 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-09 18:49:23 +00:00
William S Fulton
7451b5312c document #error and #warning including cpperraswarn/nocpperraswarn
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8297 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-08 10:12:35 +00:00
William S Fulton
e963fb836d add missing languages to commandline options
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8282 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-07 23:42:31 +00:00
Jason Stewart
40e789329e Perl module now fully supports operator overloading
added script for testing overloading support which uses Perl test harness: Test::More

updated HTML docs for operators


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8246 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-06 10:59:27 +00:00
William S Fulton
6ca1508761 update mailing list names
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8167 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-02 00:20:36 +00:00