summaryrefslogtreecommitdiff
path: root/Lib/csharp/csharphead.swg
Commit message (Expand)AuthorAgeFilesLines
* Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser2013-10-171-11/+11
* Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser2013-10-171-14/+14
* Fix #2957375 (C#) - SWIGStringHelper and SWIGExceptionHelper not always being...William S Fulton2010-05-231-0/+8
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* trailing comma fix for ISOC89 compliance - patch from Ben SchmeckpeperWilliam S Fulton2009-05-291-1/+1
* various warning fixesWilliam S Fulton2008-06-211-2/+2
* InvalidCastException added for throwing from unmanaged codeWilliam S Fulton2006-11-041-0/+10
* Add in defines to optionally remove the C# exception and string helper suppor...William S Fulton2006-04-211-1/+8
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-1/+4
* remove unused warnings with gcc -WallWilliam S Fulton2006-03-031-2/+4
* Add inner exception support with ideas from Tamas SzekeresWilliam S Fulton2006-03-021-13/+15
* New $imclassname special variable to enable changing the intermediary class nameWilliam S Fulton2005-12-231-2/+2
* Uniform SWIGEXPORT handling across SWIG (was DllExport in C# module)William S Fulton2005-05-271-10/+3
* minor warning fixWilliam S Fulton2005-05-131-1/+1
* Mods to remove warnings that mono-1.1.7 producesWilliam S Fulton2005-05-061-4/+4
* Updated method names since move to new pending exception approachWilliam S Fulton2005-03-191-53/+53
* Wider range of C# exceptions to throw. More applicable exceptions in are thrown.William S Fulton2005-02-221-52/+160
* pending exception assertion makeoverWilliam S Fulton2005-02-151-2/+2
* More of the new C# exceptionsWilliam S Fulton2005-02-051-55/+59
* C# exception handling improvements - they are robust and don't leak anymore. ...William S Fulton2005-02-021-0/+35
* $dllimport special variable to specify the DllImport attributeWilliam S Fulton2004-10-251-2/+2
* array bounds check fixWilliam S Fulton2004-08-291-1/+1
* Completely removed SWIG_NOINCLUDE as the functions that use it don't need to ...William S Fulton2003-11-301-5/+1
* contract assert macro fixWilliam S Fulton2003-11-181-1/+1
* Contract assert macro addedWilliam S Fulton2003-11-181-0/+4
* Delegate register function name mangling. Mangled with the module name to pr...William S Fulton2003-11-011-10/+10
* Warning removal in runtime codeWilliam S Fulton2003-10-161-1/+1
* Delegates for returning strings to C# to solve memory leaking problemWilliam S Fulton2003-09-121-48/+88
* Support for throwing C# exceptions from C/C++William S Fulton2003-08-291-41/+97
* include stdio.hWilliam S Fulton2003-03-171-0/+1
* Non typemap codeWilliam S Fulton2003-03-121-0/+68