summaryrefslogtreecommitdiff
path: root/Lib/csharp/csharp.swg
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-2/+0
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-051-0/+2
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-5/+7
* Add C# support std::unique_ptr inputsWilliam S Fulton2022-07-171-0/+30
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-1/+1
* Add access modifier support for interface featureWilliam S Fulton2020-09-251-0/+1
* Add C# support for void *VOID_INT_PTR member variablesWilliam S Fulton2020-08-131-0/+9
* Fix C# CA1063 warning by implementing the recommended Dispose methods.William S Fulton2019-04-081-7/+12
* Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton2017-12-141-2/+4
* Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-0/+6
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+9
* Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-0/+1
* Add missing VOID_INT_PTR director typemapsWilliam S Fulton2016-10-231-1/+2
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-2/+2
* Warning fixes in generated C# code for 64bit Visual C++ on Windows.William S Fulton2015-07-031-1/+1
* Remove register storage class declarationsCurtis Dunham2014-02-191-7/+7
* Correct spelling of compatibility.Brant K. Kyser2013-10-221-1/+1
* Add support for SWIG2_CSHARP macro to create SWIG 2 backwards compatability m...Brant K. Kyser2013-10-211-0/+18
* Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser2013-10-171-56/+45
* Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser2013-10-171-9/+9
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-27/+43
|\
| * Apply patch #3571029 which adds missing director support for const unsigned l...William S Fulton2012-12-091-0/+4
| * The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-211-13/+13
| * Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton2011-11-251-14/+26
* | More rvalue reference typemapsWilliam S Fulton2013-01-241-1/+11
* | merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-12/+19
|\ \ | |/
| * Fix SWIG_STD_VECTOR_ENHANCED macro used in C# std::vector to work with commasWilliam S Fulton2010-06-011-0/+3
| * Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-11/+15
| * Fixes for nspace and derived classesWilliam S Fulton2010-03-091-1/+1
| * SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* | Improved C++0x rvalue reference implementation differentiating lvalue and rva...William S Fulton2010-07-181-10/+30
* | merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton2010-03-061-3/+0
|/
* std::map improvements based on patch from Yuval BarorWilliam S Fulton2009-05-221-0/+13
* don't unnecessarily set swigCPtr to zero again if Dispose/delete called multi...William S Fulton2009-03-311-9/+13
* Fix director typemaps for pointers so that NULL pointers are correctly marsha...William S Fulton2008-07-141-1/+2
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-1/+1
* char *& typemaps addedWilliam S Fulton2008-03-041-7/+15
* minor member pointer fixes for last commitWilliam S Fulton2007-10-301-15/+7
* Fix member pointers on 64 bit platformsWilliam S Fulton2007-10-291-21/+75
* member function typemap fix for VC++William S Fulton2007-10-231-3/+12
* Fix member pointer typemaps (32bit fix only though)William S Fulton2007-08-101-8/+40
* member pointer fixesWilliam S Fulton2007-07-181-4/+4
* consistent directout typemaps for all languages - $result used instead of $1 ...William S Fulton2006-10-201-9/+9
* Fixes for %apply char *, char[], char[ANY] to other types, like unsigned charWilliam S Fulton2006-10-191-4/+4
* const size_t& typemaps addedWilliam S Fulton2006-10-171-0/+1
* Avoid potential race conditions on the Dispose() methodWilliam S Fulton2006-10-121-13/+17
* Add warning for directorout typemapsWilliam S Fulton2006-06-051-3/+3
* Fix char* %apply for directorsWilliam S Fulton2006-05-141-4/+4
* Director support addedWilliam S Fulton2006-05-131-4/+184