aboutsummaryrefslogtreecommitdiff
path: root/Lib/csharp
AgeCommit message (Expand)Author
2012-12-09Apply patch #3571029 which adds missing director support for const unsigned l...William S Fulton
2012-08-04Remove unused temp variable in C# intrusive_ptr wrappersWilliam S Fulton
2012-05-26std::string typemap modifications so they can be used with %apply for other s...William S Fulton
2012-05-15Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton
2011-12-21The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton
2011-11-25Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton
2011-10-30Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton
2011-09-13Add missing intrusive_ptr csvarout typemaps for C#William S Fulton
2011-09-13Add boost_intrusive_ptr.i library contribution from #3401571.William S Fulton
2011-05-03Remove incomplete directorin typemaps as users incorrectly assumed they were ...William S Fulton
2011-05-03Remove directorout INPUT/INOUT/OUTPUT typemaps - they will never be used as t...William S Fulton
2011-03-15Apply patch #3212624 fixing std::map Keys property.William S Fulton
2011-01-24Fix C# typemaps.i so that %apply works doesn't break function returns using t...William S Fulton
2010-10-07dos to unix fileformattingWilliam S Fulton
2010-09-28Apply patch from Tomas Dirvanauskas for std::map wrappers to avoid throwing e...William S Fulton
2010-06-01Add spaces to avoid unintended <: digraph in SWIG_STD_VECTOR_ENHANCEDWilliam S Fulton
2010-06-01Fix SWIG_STD_VECTOR_ENHANCED macro used in C# std::vector to work with commasWilliam S Fulton
2010-06-01Add std_shared_ptr.i and document shared_ptr libraryWilliam S Fulton
2010-05-23Fix #2957375 (C#) - SWIGStringHelper and SWIGExceptionHelper not always being...William S Fulton
2010-05-23nspace fixes for smart pointersWilliam S Fulton
2010-05-22shared_ptr improvements so the proxy class does not need to be specified - SW...William S Fulton
2010-05-22Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton
2010-04-04remove std::map specializations - not needed since the typemap matching rules...William S Fulton
2010-04-01Remove unnecessary vector of constant pointer specialization since the improv...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-03-09Fixes for nspace and derived classesWilliam S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2010-01-23Add a few comments about the smart pointer implementationWilliam S Fulton
2009-08-04use so that macros are no longer needed for std::map wrappersWilliam S Fulton
2009-08-04small tidy upWilliam S Fulton
2009-08-03Deprecate SWIG_STD_VECTOR_SPECIALIZE_MINIMUM. Deprecate SWIG_STD_VECTOR_SPECI...William S Fulton
2009-05-29trailing comma fix for ISOC89 compliance - patch from Ben SchmeckpeperWilliam S Fulton
2009-05-26std::map C# improvementsWilliam S Fulton
2009-05-26remove authors - these are in the CHANGES files and README filesWilliam S Fulton
2009-05-26Add copy constructor to std::map and make more efficient by passing keys and ...William S Fulton
2009-05-26Add std::vector copy constructor to proxyWilliam S Fulton
2009-05-22use instead of selfWilliam S Fulton
2009-05-22std::map improvements based on patch from Yuval BarorWilliam S Fulton
2009-05-11Improved std::vector wrappers on the C# proxy side from Yuval Baror to implem...William S Fulton
2009-04-21Fix #2753469 - bool &OUTPUT and bool *OUTPUT typemaps initialisation.William S Fulton
2009-03-31don't unnecessarily set swigCPtr to zero again if Dispose/delete called multi...William S Fulton
2009-03-18std::vector<T> wrapper improvements for .NET 2 implementing IEnumerable<T>William S Fulton
2009-03-16minor rewriteWilliam S Fulton
2009-03-16add in correct specialization for std::vector<bool> to follow C++ standard - ...William S Fulton
2008-11-26remove svn:executable property where applied incorrectlyWilliam S Fulton
2008-09-26typo fixWilliam S Fulton
2008-09-18revert entry 2008-09-01 - C# Insert and InsertRange bounds checkingWilliam S Fulton
2008-09-18Add C# array typemaps provided by Antti Karanta.William S Fulton
2008-09-01Fix array bounds checking in C# std::vector wrappersWilliam S Fulton
2008-07-14Fix director typemaps for pointers so that NULL pointers are correctly marsha...William S Fulton