Commit graph

145 commits

Author SHA1 Message Date
Dave Beazley
ef17d4a002 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4365 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-20 19:40:10 +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
1b26188b33 Extended test by adding in trailing comma to enum list
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4360 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 22:56:45 +00:00
William S Fulton
2cdc76e09d Makefile no longer used
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4357 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 21:25:05 +00:00
William S Fulton
eaab9adb44 CCSHARED used for compiling the GIFPlot library files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4356 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 21:22:55 +00:00
Logan Johnson
90c0608798 Fixed warning messages for preproc_5.i, template_extend1.i and
template_extend2.i test cases.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4354 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 20:17:47 +00:00
Dave Beazley
3dd532f7d8 new tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4343 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 21:25:31 +00:00
William S Fulton
d685c8a688 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4342 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 20:30:34 +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
Jonah Beckford
b0f8e8516c How did this ever get in here?
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4336 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:10:16 +00:00
Jonah Beckford
2f30f32ab0 The CHICKEN VTK example was way too big. Will be in a seperate project.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4335 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:08:40 +00:00
Jonah Beckford
ce51c69b65 No longer needed since depends on Examples/Makefile.in
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4334 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:06:22 +00:00
Jonah Beckford
c523a3d388 Got rid of vtk description as it is gone, and added zlib description.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4332 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 07:59:41 +00:00
Jonah Beckford
05e762d4b4 Initial addition, to get rid of dependence on configure.in
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4331 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 07:57:49 +00:00
Jonah Beckford
ddf78195cb Added compile and cxxcompile targets.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 07:55:46 +00:00
Art Yerkes
277a7e01e8 std::string and std::wstring example.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 13:32:08 +00:00
Art Yerkes
a8ef2143b0 Added needed files.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4322 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 07:37:15 +00:00
Art Yerkes
b208dbe7d9 Now uses $(CXX) in ocamlc for the C++ compiler (needed when using STL).
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4321 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-16 07:35:15 +00:00
Jonah Beckford
ea6899ddbf Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4318 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 03:17:15 +00:00
Jonah Beckford
27dfb2990c Add CHICKEN code to the things that need to be built.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 02:04:40 +00:00
Jonah Beckford
9c9564fe85 Added chicken to list of example directories.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4314 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:58:36 +00:00
Jonah Beckford
85ace8facd Initial addition.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4313 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:56:34 +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
Dave Beazley
d060e2c16b new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4303 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-12 17:16:39 +00:00
Dave Beazley
3344663774 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4296 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:28:42 +00:00
William S Fulton
8bee6afb8a SWIGTYPE & typemap runtime test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4295 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:26:54 +00:00
William S Fulton
5085b0268e runtime test for bool
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4294 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:26:13 +00:00
William S Fulton
07910e94b6 Remove ruby wrong class name warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4292 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 21:23:10 +00:00
Dave Beazley
c669c24228 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4291 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 03:52:27 +00:00
Marcelo Matus
1557e4da35 Added broken example with cpp macro expansion
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4288 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-11 01:34:44 +00:00
William S Fulton
d85d732170 New runtime tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4283 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-10 22:09:58 +00:00
William S Fulton
e8cf13fb64 new make targets for the broken test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4274 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 23:23:25 +00:00
William S Fulton
e56ee950f5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4272 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 22:26:50 +00:00
William S Fulton
8f2cda0b8a *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4271 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 22:19:12 +00:00
William S Fulton
8fa45f90db reference variables runtime test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4270 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 22:18:10 +00:00
Dave Beazley
12f65db3be new tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4269 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 22:16:55 +00:00
William S Fulton
b7736951d6 no message
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4268 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 22:14:43 +00:00
William S Fulton
e4a4676450 Tests all sorts of bools
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4267 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 22:14:14 +00:00
William S Fulton
f7ed39dab3 Tests for SWIGTYPE& varin and varout typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-07 22:13:46 +00:00
Dave Beazley
2820b0ce61 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4254 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-06 15:58:32 +00:00
Dave Beazley
3928991383 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4251 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-04 16:15:09 +00:00
William S Fulton
5b397248a4 New test case - passing arrays by reference (needs fixing)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4249 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-31 22:01:53 +00:00
Dave Beazley
dc6787babb new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4248 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-31 17:29:28 +00:00
Logan Johnson
3787b0daf7 Added Ruby-specific warning filter for template_arg_replace test case.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-20 16:57:06 +00:00
Thien-Thi Nguyen
7cff85088b (SO): New var, reflecting AC_SUBST var.
Omitting this breaks `guile_clean' target.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4202 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 22:50:33 +00:00
Matthias Köppe
57ab6cbe0d *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4201 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:29:03 +00:00
Matthias Köppe
d742c4c9fd Empty structs are not portable C.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4199 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:24:21 +00:00
Matthias Köppe
82ba527a29 Fix module name
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4198 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:23:58 +00:00
Matthias Köppe
d31ea7a1e0 Minor fixes to Guile run tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:23:19 +00:00
Matthias Köppe
1efd5b3e95 Fixed linkage
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4196 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 16:45:24 +00:00