Commit graph

4,854 commits

Author SHA1 Message Date
Logan Johnson
f0990f47e5 Corrected an error for exception handling in Ruby's director implementation.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4855 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-03 17:53:24 +00:00
Logan Johnson
e7ef1380e8 Added some initial docs to the Ruby chapter about directors. Mainly
differences from the Python implementation.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4854 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-03 17:51:56 +00:00
Logan Johnson
7c59584b8b *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4853 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-03 17:40:32 +00:00
Logan Johnson
38283e3c23 Corrected a few typos in the directors documentation.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4852 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-03 16:09:36 +00:00
Logan Johnson
ce0d5e1b23 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4851 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-02 22:21:54 +00:00
Logan Johnson
6db7df0733 Fixed array typemaps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4850 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-02 22:13:52 +00:00
Logan Johnson
c5619a494b Whoops, use rb_exc_raise() instead of rb_raise() to re-raise a "live"
exception.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4849 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-02 21:46:56 +00:00
Logan Johnson
da5a15c730 Fixed a bug in the Ruby director code for the handling of deeply nested
exceptions; now they should just be re-raised until they percolate to the
top.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4848 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-02 21:41:34 +00:00
Logan Johnson
7740019f91 Added include of <assert.h> for Ruby's director.swg.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4847 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-02 19:35:15 +00:00
William S Fulton
d54137086f pnet bug workaround removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4846 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-02 17:01:13 +00:00
Art Yerkes
fdf7d97330 Added <assert.h>. I forgot it and GCC-3.3 no longer includes it from
any other header I use.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4845 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-02 02:36:46 +00:00
William S Fulton
664a3638bb New testcase
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4844 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 23:11:11 +00:00
William S Fulton
c3b517df76 Removed varin typemaps for SWIGTYPE[] (dimensionless arrays).
These were useless as they just produced a setter that gave a runtime error.
Exposes some missing varin SWIGTYPE[ANY] typemaps - they show up in the test-suite.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4843 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 22:59:10 +00:00
William S Fulton
00a4f2ee32 Removed globalin and memberin typemaps for dimensionless arrays
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4842 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 22:54:53 +00:00
William S Fulton
5e89be947a Matched the text for warnings 462 and 463 to that shown in the docs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4841 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 22:53:38 +00:00
William S Fulton
4e364b0007 Re-introduces warning for missing globalin and memberin typemaps. Same warning as missing varin typemap.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4840 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 22:52:28 +00:00
William S Fulton
a095eaf529 Removed reference to deprecated except typemap with compatibility note for %exception.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4839 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 21:29:16 +00:00
William S Fulton
c6321fbf08 Re-instated warning about except typemap deprecation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4838 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 18:09:41 +00:00
William S Fulton
d5d33d9dd8 Array member runtime test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4837 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 13:56:02 +00:00
William S Fulton
ed21684067 globalin and memberin typemaps for dimensionless arrays
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4836 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-01 13:54:59 +00:00
Dave Beazley
e36fa7ef6b new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4835 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:30:10 +00:00
Dave Beazley
d639484260 Cleanup.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:29:01 +00:00
Dave Beazley
f024183520 Fixes to default typemap handling of arrays.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4833 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:28:46 +00:00
Dave Beazley
ef990d64a1 Changes to default type handling to disambiguate dimensionless [] and
dimensioned arrays [ANY].


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4832 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:28:31 +00:00
Dave Beazley
dfcf44cba5 Added setter for global arrays.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4831 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:57 +00:00
Dave Beazley
693edf6836 Minor cleanup.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4830 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:46 +00:00
Dave Beazley
17a09e3d6c *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:32 +00:00
Dave Beazley
1a7caba8b5 Fixed to array typemaps (memberin, globalin).
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4828 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:28 +00:00
William S Fulton
66a19e2e11 Corrected Automake version.
New section on what to do in the case of build problems using SWIG CVS.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4827 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 11:16:28 +00:00
Dave Beazley
59252fcff4 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4826 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 21:35:12 +00:00
Dave Beazley
49ade0bdc7 Fixed reference/pointer typedef problem.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4825 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 21:34:54 +00:00
Dave Beazley
5ae083be8a new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4824 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 17:30:04 +00:00
William S Fulton
aaedaa6cb3 Minor clarification for the "freearg" typemap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4823 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 09:12:52 +00:00
Logan Johnson
345e5f9644 Moved initialization of static class members outside of the class
declaration for template_typedef.i, template_typedef_cplx.i and
template_typedef_cplx2.h. GCC used to be more lenient about this
rule breakage, but gcc-3.2.2 shows no mercy.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4822 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-23 02:35:14 +00:00
Luigi Ballabio
418ed3416b Added correct (I hope) typechecking for native scripting objects
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4821 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-22 13:01:44 +00:00
William S Fulton
10d279f17f *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4820 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:58:05 +00:00
William S Fulton
3b988b961b Missing quotes for environment variables
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4819 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:50:02 +00:00
William S Fulton
b248f1835a *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4818 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:49:28 +00:00
William S Fulton
014d6c598e *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4817 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:43:28 +00:00
William S Fulton
43ed06eadf Missing quotes on environment variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4816 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:31:36 +00:00
Tiger Feng
24b8d3cb49 wrap by contract work
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4815 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:29:11 +00:00
William S Fulton
24189daf29 This shouldn't be here!
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:29:10 +00:00
William S Fulton
84f98fc039 Old version not originally updated.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4813 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:25:51 +00:00
William S Fulton
4381f2e2e1 example.dll fixed to _example.dll
Missing quotes for environment variables - fixes problem when it contains a space


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4812 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:24:28 +00:00
William S Fulton
cbe3300c9e Fix to use PERL5_LIB environment variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4811 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:23:04 +00:00
William S Fulton
68b25ad14d VC++ project file for this example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4810 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:21:44 +00:00
Tiger Feng
9203f8a00c wrap by contract work
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4809 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:18:44 +00:00
Tiger Feng
d2d6640236 contract: SWIG_assertion(expr) for python
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4808 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:17:23 +00:00
Dave Beazley
56d7071ffa Experimental contract work.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4807 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 18:08:26 +00:00
Tiger Feng
5a9a3b5d56 Experimental contract work.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4806 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 17:43:05 +00:00