swig/Examples/test-suite/c
Maciej Drwal 54860c9595 1. Fixed the bug in enums. Now 'enums' test is compiling OK.
2. -noexcept flag disables generating exception-related code (like array of type names in SwigObj, object registry, etc.). This can be used when we are sure we won't handle exceptions on the C side, and this will generate much less code. 
3. Modified typemaps for object arrays. Multidimensional ones still needs some fixing.
4. Added 'enums' and 'cast_operator' runtime tests.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-maciekd@10771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-08-17 13:42:19 +00:00
..
cast_operator_runme.c 1. Fixed the bug in enums. Now 'enums' test is compiling OK. 2008-08-17 13:42:19 +00:00
enums_runme.c 1. Fixed the bug in enums. Now 'enums' test is compiling OK. 2008-08-17 13:42:19 +00:00
exception_order_runme.c Added std_string support. Renamed SWIG_exception to SWIG_exc to avoid name collision with macro in Lib/exception.i. 2008-07-30 22:09:02 +00:00
Makefile.in Support for enums and typedefs. 2008-07-21 10:55:05 +00:00