Commit graph

406 commits

Author SHA1 Message Date
Art Yerkes
b6bf9d6036 More orthodox way of building the Swig module. I'm working on making
modules easier to link together by isolating the common types and functions
in a module that they all open.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-22 13:46:42 +00:00
Art Yerkes
dff2895809 Director related changes, other edits.
director_wombat testcase, as well as all others except director_abstract
compile.
Four test cases fail.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5196 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-22 04:01:27 +00:00
William S Fulton
500e3b21b6 Missing function body added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5193 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-16 21:35:21 +00:00
Dave Beazley
a377e7f9f0 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5189 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-14 19:01:47 +00:00
Matthias Köppe
32a0659320 New run test, contributed by John Lenz.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-03 10:08:58 +00:00
Dave Beazley
7db499562b new tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5175 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-01 21:55:26 +00:00
Dave Beazley
56174160a0 Added extra test case
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5170 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-30 17:35:39 +00:00
Dave Beazley
b1c789e5fb Additional test added.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-30 17:35:30 +00:00
Dave Beazley
a054ba6eb1 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-26 20:38:19 +00:00
Dave Beazley
310cf74273 new tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5161 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-26 19:56:45 +00:00
William S Fulton
9da574aae9 __DIRECTOR__ renamed Swig::Director
SWIG_DIRECTOR_EXCEPTION renamed Swig::DirectorException (similarly for derived classes)


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5138 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-22 20:13:42 +00:00
William S Fulton
dc8dc4f78e *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5134 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-20 16:07:12 +00:00
William S Fulton
842055ed5d Oops forgot the wombat runtime test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5131 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-20 08:42:37 +00:00
Logan Johnson
b390d41f59 Added a Ruby runtime test for the new lib_std_pair.i test case.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5127 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-19 22:05:44 +00:00
Logan Johnson
3c5412866d Added a new test case for the std_pair.i library module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5126 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-19 22:05:08 +00:00
Logan Johnson
284ddaf844 Added a Ruby runtime test for the director_wombat.i test case.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5124 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-19 21:00:26 +00:00
William S Fulton
0baa82cf4c *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5119 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-18 19:20:34 +00:00
William S Fulton
4dbee23fda New test to test directors and templates (from Scott Michel)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5117 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-18 19:17:32 +00:00
William S Fulton
aa1263cb91 Improved test to test parameters in static functions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-18 19:16:18 +00:00
William S Fulton
a447520c9a Some director runtime tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5115 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-16 20:54:14 +00:00
William S Fulton
e228a66c5e Removed unused typemap file includes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5114 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-16 20:53:11 +00:00
William S Fulton
423f095207 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5112 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-14 21:57:07 +00:00
William S Fulton
00be114696 test fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5111 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-12 23:50:41 +00:00
William S Fulton
b80ad6e7a9 std::string runtime tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5107 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-12 21:17:13 +00:00
William S Fulton
038ac0f294 std::string runtime tests. Based on Ruby test.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5106 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-12 21:15:46 +00:00
William S Fulton
251bd5d1b7 New example based on Python version
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5093 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-08 22:10:43 +00:00
William S Fulton
2d9ed7eea2 Minor tidyup mods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5092 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-08 22:07:49 +00:00
William S Fulton
1f02d8409a missing run test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5091 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-08 22:06:28 +00:00
William S Fulton
b0520285d1 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5089 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-06 15:58:14 +00:00
William S Fulton
d401efc6de callback added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5088 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-06 15:54:34 +00:00
William S Fulton
e871ca2862 New director example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5087 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-06 15:54:07 +00:00
William S Fulton
59087eb57c director basic runtime test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5083 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-06 15:36:14 +00:00
Tiger Feng
f7babc08a2 Contract simple examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5078 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-05 19:07:01 +00:00
William S Fulton
b72b079ccb some char * wrapping runtime tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5071 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-03 22:10:01 +00:00
William S Fulton
061148b9bb *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5067 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-02 16:04:04 +00:00
William S Fulton
c80194ff80 Minor warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5066 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-02 16:03:52 +00:00
William S Fulton
9c523394a9 Stuff to get Microsoft .NET C# compiler working with the test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5065 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-02 16:03:36 +00:00
William S Fulton
8e1714a1d3 Mods to take account of the different behaviour of the C# compilers and interpreters
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5064 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 23:31:52 +00:00
Dave Beazley
db7dfca463 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5061 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 19:59:53 +00:00
Dave Beazley
0b1294a732 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5059 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 18:23:08 +00:00
Dave Beazley
bf892ecf11 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5050 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 17:54:18 +00:00
Dave Beazley
38a62f3cd4 Restored the 'mojo'.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5043 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 16:23:31 +00:00
William S Fulton
3cc2979dfc Added cmap file which got left out in the directory move
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5041 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 15:34:12 +00:00
William S Fulton
5206dd0912 Multiple build directory support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5040 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 15:15:50 +00:00
William S Fulton
f886cd9e3b Multiple build directory support
.PHONY targets added


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5039 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 15:11:26 +00:00
William S Fulton
c200a38ab7 Moved from Php to Php4 to fix naming kludge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5036 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 14:55:11 +00:00
William S Fulton
a5f39e7dff Moved from Php to Php4 to fix soft link kludge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5035 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 14:54:28 +00:00
William S Fulton
e9f081c0f4 Removed soft link naming kludge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5034 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 14:40:21 +00:00
William S Fulton
051c685992 Moved from Php to Php4 to fix naming kludge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5033 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 14:37:40 +00:00
William S Fulton
a4dd3af1c6 Moved from Perl to Perl5 to fix naming kludge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5032 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 14:31:24 +00:00