From 10a65c833cb8ff5ecebec8e337924d3591abe9d4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 12 May 2005 20:12:02 +0000 Subject: [PATCH] no message git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7183 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index ece7f4f00..bc56d85d9 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,15 @@ Version 1.3.25 (In progress) ============================ +05/12/2005: wsfulton + [C#] Support for C# attributes. C# attributes can be generated: + 1) On a C/C++ type basis by specifying an inattributes and/or outattributes typemap attribute + in the imtype or cstype typemaps (for C# return type or C# parameter type attributes). + 2) On a wrapped method or variable by specifying a csattributes feature (%feature). + 3) On a wrapped proxy class or enum by specifying a csattributes typemap. + + Examples are in the C# documentation (CSharp.html). + 04/29/2005: wsfulton New configure option to turn off the default maximum compiler warning as they couldn't be removed even when overriding CFLAGS and CXXFLAGS with configure