summaryrefslogtreecommitdiff
path: root/Lib/csharp
Commit message (Expand)AuthorAgeFilesLines
* Correct file format to unixWilliam S Fulton2016-05-281-508/+507
* Remove unused variables from C# boost::intrusive_ptr wrappersWilliam S Fulton2016-05-281-3/+3
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-142-3/+3
* interface macro argument name tweaksWilliam S Fulton2016-03-111-2/+2
* Change the name of the interface in %feature to be more portableWilliam S Fulton2016-03-081-1/+1
* Rename feature_interface.i to swiginterface.iWilliam S Fulton2016-03-031-0/+9
* Use rstrip instead of regex encoder in %feature_renameWilliam S Fulton2016-03-031-1/+1
* Interface macros: %interface %interface_impl %interface_customWilliam S Fulton2016-03-021-7/+14
* Add $interfacename family of special variable expansionsWilliam S Fulton2016-02-291-3/+3
* Interface name handling improvements and special variable changesWilliam S Fulton2016-02-291-17/+17
* Support namespaces and nspace with the interface feature for C#William S Fulton2016-02-261-15/+24
* Create javainterfacecode and csinterfacecode typemapsWilliam S Fulton2016-02-231-1/+7
* IntPtr & HandleRef absolute names usedVladimir Kalinin2016-02-141-4/+4
* Merge branch 'interfaces' into interfaces2William S Fulton2016-02-111-0/+32
|\
| * interface macro changes to support templatesWilliam S Fulton2016-02-091-5/+5
| * Rename GetCPtr/getCPtr to SWIGInterfaceUpcastWilliam S Fulton2016-02-081-4/+4
| * interface feature support for const ref pointers (used by the STL)William S Fulton2016-02-071-6/+7
| * Interface feature support for arraysWilliam S Fulton2016-02-061-5/+5
| * interface feature support for passing by valueWilliam S Fulton2016-02-061-5/+14
| * Formatting fixes in generated code for interface featureWilliam S Fulton2016-02-061-13/+9
| * feature:interface ported to JavaVladimir Kalinin2013-05-211-0/+26
* | Warning fixes in generated C# code for 64bit Visual C++ on Windows.William S Fulton2015-07-031-1/+1
* | C++11 strongly typed enum fixes for directorsWilliam S Fulton2015-01-153-5/+5
* | Fix #307.Ahti Legonkov2015-01-141-1/+1
* | add bool array type to arrays_csharp.i [issue #228]Richard Pastrick2014-09-171-0/+2
* | Remove register storage class declarationsCurtis Dunham2014-02-191-7/+7
* | Merge branch 'clang_fixes' of github.com:marvingreenberg/swig into marvingree...William S Fulton2014-02-151-1/+1
|\ \
| * | Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg2014-02-041-1/+1
* | | Add new swigtype_inout.i library containing SWIGTYPE *& OUTPUT typemaps.William S Fulton2014-02-041-0/+34
|/ /
* | Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-5/+6
* | Error out attempting to use directors without -c++William S Fulton2013-12-231-5/+0
* | Beautify director.swg filesWilliam S Fulton2013-12-231-3/+6
* | Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.Vadim Zeitlin2013-12-031-0/+25
* | Fixes for c_delete and c_delete_function testsWilliam S Fulton2013-11-211-0/+3
* | 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-1710-198/+187
* | Since SWIG 3.0 removes support for .NET 1.1, cleanup the C# library by removi...Brant K. Kyser2013-10-172-28/+3
* | Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser2013-10-176-59/+59
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-18/+18
|\ \
| * | Add support for std::map<> comparator template argument for C#.Vadim Zeitlin2013-08-291-18/+18
| |/
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-2810-201/+698
|\ \ | |/
| * Apply patch #3571029 which adds missing director support for const unsigned l...William S Fulton2012-12-091-0/+4
| * Remove unused temp variable in C# intrusive_ptr wrappersWilliam S Fulton2012-08-041-1/+1
| * std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-2/+2
| * Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-4/+5
| * The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-214-19/+19
| * Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton2011-11-253-33/+56
| * Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-12/+12
| * Add missing intrusive_ptr csvarout typemaps for C#William S Fulton2011-09-131-0/+15