John Lenz
|
09a0978dfc
|
Three new broken test cases created to test various patches in the patch list.
Bugs 909389, 962115, and 899332.
These bugs all have fixes in the patch system.
Patches 903150, 914926, and 962168.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6110 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-08-23 07:06:01 +00:00 |
|
Matthias Köppe
|
41d1bd615c
|
Add %inline %{ ... %}
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6104 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-08-17 14:31:32 +00:00 |
|
Lyle Johnson
|
f72d9e1cd4
|
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6100 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-08-17 01:06:03 +00:00 |
|
William S Fulton
|
8e6fea719f
|
For for workshop compilers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6088 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-08-12 21:07:39 +00:00 |
|
William S Fulton
|
aa94c66f0f
|
test fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6087 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-08-12 21:06:45 +00:00 |
|
William S Fulton
|
b0127065d1
|
test from Mark Traudt
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6060 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-07-23 22:46:19 +00:00 |
|
William S Fulton
|
fd6676b31d
|
Better bool test by Mark Traudt
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6059 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-07-23 22:45:29 +00:00 |
|
William S Fulton
|
5e87e8f3de
|
std::string throws typemaps test added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6053 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-07-23 21:52:21 +00:00 |
|
William S Fulton
|
5bd41fa4bf
|
const std::string reference throws typemap test added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6052 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-07-23 21:51:42 +00:00 |
|
Matthias Köppe
|
fccfc05849
|
Fix name of module init function.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6027 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-07-11 17:09:13 +00:00 |
|
William S Fulton
|
aa07e2c4d5
|
Testcases that used the prebuilt runtime library generate their own runtime library DLL/so and use that instead now
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6022 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-07-10 16:36:19 +00:00 |
|
William S Fulton
|
afb0350669
|
Ruby warnings removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6021 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-07-10 16:29:35 +00:00 |
|
William S Fulton
|
2fce1634c7
|
Test for %javaexception classes being added to a method's throws clause
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6003 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-27 21:07:15 +00:00 |
|
William S Fulton
|
3942120b10
|
Test for %javaconstvalue added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6002 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-27 21:05:48 +00:00 |
|
William S Fulton
|
d38c2ac031
|
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5994 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-15 20:52:27 +00:00 |
|
William S Fulton
|
858a8c39d9
|
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5993 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-15 20:15:26 +00:00 |
|
William S Fulton
|
22f81ece7c
|
Fixes for Sun Workshop compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5988 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-15 20:06:19 +00:00 |
|
William S Fulton
|
e11d8b931d
|
Fix for JDK1.5
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5987 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-15 19:51:58 +00:00 |
|
William S Fulton
|
dc55225be7
|
Proper enum test added. Needs JDK1.5 beta 2
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5986 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-15 19:51:18 +00:00 |
|
William S Fulton
|
8b3c711129
|
Fix for Sun Workshop compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5985 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-15 19:48:06 +00:00 |
|
Marcelo Matus
|
0603e7529b
|
added profile test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5983 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-14 18:11:38 +00:00 |
|
Marcelo Matus
|
2ae6c092a8
|
added profile test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-14 09:09:12 +00:00 |
|
John Lenz
|
c394a8dd9f
|
The guile and chicken _runme scripts are now shared
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5979 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-07 05:03:39 +00:00 |
|
William S Fulton
|
0e7633162b
|
Test case fix for ISO compliant compilers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5978 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-04 23:32:51 +00:00 |
|
William S Fulton
|
e987dfc82a
|
Correct changes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5977 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-04 23:19:44 +00:00 |
|
William S Fulton
|
ea8c4a903b
|
Mods for new java typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5971 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-03 22:41:58 +00:00 |
|
William S Fulton
|
5d0f146bb0
|
moved broken test to broken list
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5970 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-06-03 22:41:25 +00:00 |
|
William S Fulton
|
de340fa464
|
more tests added to test all the generic throws typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5950 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-30 08:02:16 +00:00 |
|
John Lenz
|
42afd931c7
|
Rewrite chicken example and test-suite building code
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5948 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-30 07:11:26 +00:00 |
|
Marcelo Matus
|
68fff144a9
|
fixes for new char[] behaviour
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5947 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-29 23:37:13 +00:00 |
|
Marcelo Matus
|
7598abd1fe
|
more tests for exception
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5945 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-29 23:24:53 +00:00 |
|
William S Fulton
|
9f2060e608
|
More comprehensive exception specification tests added.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5942 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-29 15:09:25 +00:00 |
|
Marcelo Matus
|
f6551a52ae
|
remove warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5937 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-28 02:27:24 +00:00 |
|
Marcelo Matus
|
dc24c875e6
|
add template_opaque
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5936 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-28 02:13:30 +00:00 |
|
Marcelo Matus
|
adf66c8c62
|
fix anon enums
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5935 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-28 02:10:02 +00:00 |
|
Marcelo Matus
|
dad66b6ee6
|
add template + opaque type test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5934 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-27 11:44:33 +00:00 |
|
Marcelo Matus
|
a55e29d2f3
|
fixes on test related to member vars
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-27 11:36:50 +00:00 |
|
Marcelo Matus
|
ddcb970b0c
|
added global char[] arrays
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5932 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-27 11:34:41 +00:00 |
|
Luigi Ballabio
|
95a6fa8edb
|
Python typemap for FILE* (in behalf of Marcelo)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5929 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-26 12:44:38 +00:00 |
|
William S Fulton
|
b84a6d58b4
|
New default C/C++ enum wrapping approach which uses the type safe enum pattern for Java and C#
Also tests for Java and C# simple enums (enum items mapped to integers)
Also proper Java (J2SDK1.5) enums
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-24 20:05:40 +00:00 |
|
William S Fulton
|
ec49fab0da
|
Further enum wrapping approaches and tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5918 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-24 20:02:56 +00:00 |
|
William S Fulton
|
b0bad1f717
|
New default Java enum wrapping approach which uses the type safe enum pattern
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5917 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-24 19:58:10 +00:00 |
|
Lyle Johnson
|
aff4882c26
|
Added a %warnfilter to the redefined.i test case to suppress warning
message from Ruby module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5907 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-15 04:43:11 +00:00 |
|
Lyle Johnson
|
5168f3a5d7
|
Added a number of %warnfilter directives to the enum_thorough.i test
to suppress warning messages from the Ruby module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5906 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-05-15 04:37:33 +00:00 |
|
Matthias Köppe
|
6a70c66183
|
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5893 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-04-27 17:33:52 +00:00 |
|
Matthias Köppe
|
e83d3d8bf8
|
Add new C test tag_no_clash_with_variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5892 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-04-27 17:33:26 +00:00 |
|
Matthias Köppe
|
673069df69
|
Use preinst-swig.
Add new C test tag_no_clash_with_variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5891 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-04-27 17:32:51 +00:00 |
|
William S Fulton
|
3c7e02750a
|
enums added for testing across different SWIG generated modules
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5881 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-04-22 20:32:48 +00:00 |
|
William S Fulton
|
73a69ab9b0
|
C# runtime tests for enums
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5880 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-04-22 20:30:02 +00:00 |
|
William S Fulton
|
0b2236222d
|
More enum tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5879 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-04-22 20:28:53 +00:00 |
|