summaryrefslogtreecommitdiff
path: root/Lib/csharp/std_string.i
Commit message (Expand)AuthorAgeFilesLines
* More director const std::string& testing and C# leak fixWilliam S Fulton2022-02-131-2/+2
* [C#] Fix memory leak in directorin typemap for std::string.Olly Betts2022-02-031-2/+2
* std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-2/+2
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* When wrapping C++ code, generate code which usesOlly Betts2007-09-171-2/+2
* remove csvarin/csvarout typemaps which will never be usedWilliam S Fulton2006-12-201-10/+2
* directorout const string& fixWilliam S Fulton2006-11-031-1/+2
* consistent directout typemaps for all languages - $result used instead of $1 ...William S Fulton2006-10-201-2/+2
* Reapply the valid half of my previous patch (which fixes the case IOlly Betts2006-10-121-1/+1
* Revert last change, it breaks the test-suiteWilliam S Fulton2006-10-111-2/+2
* Need to use .c_str() not ->c_str() with "const std::string &".Olly Betts2006-10-101-2/+2
* Director support addedWilliam S Fulton2006-05-131-1/+25
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-14/+13
* Finally std::string global and member variables are wrapped as strings by def...William S Fulton2006-01-291-0/+2
* cosmetic changes removing unnecessary brackets and empty lines in generated codeWilliam S Fulton2006-01-061-13/+11
* NullReferenceException replaced with ArgumentNullExceptionWilliam S Fulton2005-03-071-2/+2
* Wider range of C# exceptions to throw. More applicable exceptions in are thrown.William S Fulton2005-02-221-2/+2
* Latest exception fixes for propertiesWilliam S Fulton2005-02-151-8/+10
* More of the new C# exceptionsWilliam S Fulton2005-02-051-4/+12
* C# exception handling improvements - they are robust and don't leak anymore. ...William S Fulton2005-02-021-8/+10
* Typemaps for std::string member variablesWilliam S Fulton2004-10-251-0/+18
* removed redundant valuewrapper featureWilliam S Fulton2004-10-201-1/+0
* avoid to use SwigValueWrapper with std::string, just to keep the code cleaner...Marcelo Matus2004-10-181-0/+1
* throws typemaps addedWilliam S Fulton2004-08-261-0/+8
* Prevent memory leaks in the case of earlier returnWilliam S Fulton2004-08-121-2/+2
* Support for std::string and const std::string &William S Fulton2003-09-121-0/+60