summaryrefslogtreecommitdiff
path: root/Examples/test-suite/csharp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in introduced in merge of C++11 strongly typed enums supportWilliam S Fulton2014-12-071-3/+0
* Enhance C++11 strongly typed enums testcaseWilliam S Fulton2014-11-271-0/+9
* Add C# support for wrapping C++11 strongly typed enumsWilliam S Fulton2014-11-252-0/+166
* More diagnostics for csharp_exceptions testcase for diagnosing erratic failuresWilliam S Fulton2014-05-251-2/+4
* Slight simplification of test-suite build for new out-of-source changesWilliam S Fulton2014-05-151-6/+1
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-3/+10
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-2/+2
* Java/C# smart pointer tests: Give GC more time to collect objectsWilliam S Fulton2014-03-162-21/+50
* fixes for director class naming when nested classes are usedVladimir Kalinin2014-03-131-0/+20
* Slight wording change when running test-suiteWilliam S Fulton2014-02-221-2/+2
* C# examples to use debug flags when using mono interpreterWilliam S Fulton2014-02-161-3/+3
* Add new swigtype_inout.i library containing SWIGTYPE *& OUTPUT typemaps.William S Fulton2014-02-041-0/+56
* fixed %template declared within class, next to template declarationVladimir Kalinin2013-12-164-0/+142
* Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.Vadim Zeitlin2013-12-031-0/+37
* Correct spelling of compatibility.Brant K. Kyser2013-10-221-2/+2
* Add support for SWIG2_CSHARP macro to create SWIG 2 backwards compatability m...Brant K. Kyser2013-10-211-0/+2
* Since SWIG 3.0 removes support for .NET 1.1, cleanup the C# library by removi...Brant K. Kyser2013-10-171-13/+0
* Add test case to demonstrate the name collision that occurs in the generated ...Brant K. Kyser2013-10-151-0/+1
* Add support for case conversion characters in regex substitutions.Vadim Zeitlin2013-10-151-3/+6
* Document patch #33 from previous commit and complete run time testsWilliam S Fulton2013-04-181-0/+2
* Add check for smart pointer type in generated code for director connection. T...Brant K. Kyser2013-04-171-0/+41
* Convert to unix fileformatWilliam S Fulton2013-01-121-246/+246
* Fix spacing in generated code for csdirectorin 'pre', 'post' and 'terminator'...William S Fulton2013-01-111-0/+16
* SF Patch#268 - Add 'pre', 'post' and 'terminator' attributes to the csdirecto...Vladimir Kalinin2013-01-091-0/+22
* director_nspace fixes for C# for previous commitWilliam S Fulton2013-01-031-6/+6
* Detect mono C# compiler on newer linux distributionsWilliam S Fulton2012-12-151-1/+1
* Fix C enum forward declarations in some target languages (notably Java)William S Fulton2012-05-011-0/+16
* Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton2012-03-131-0/+27
* Add support for %nspace when using directors - C#William S Fulton2012-01-071-0/+32
* Add missing intrusive_ptr csvarout typemaps for C#William S Fulton2011-09-131-1/+2
* Add in missing wrappers for friend functions for some target languagesWilliam S Fulton2011-04-011-0/+43
* Better debugging info for C# test casesWilliam S Fulton2011-04-011-3/+4
* SF bug #3195112 - fix wrapping of enums that are type charWilliam S Fulton2011-03-263-0/+66
* Apply patch #3212624 fixing std::map Keys property.William S Fulton2011-03-151-0/+8
* [D] nspace support.David Nadlinger2011-03-131-2/+2
* [C#] SF #3085906 - Possible fix running test-suite on Mac OSX.William S Fulton2011-02-051-1/+2
* R - SF #3168676 Fix %rename not working for member variables and methods. Add...William S Fulton2011-02-041-0/+30
* Any 'using' statements in the protected section of a class were previously ig...William S Fulton2011-02-012-0/+39
* Fix typecheck typemaps for SWIGTYPE *const&William S Fulton2011-01-301-0/+3
* Fix special variable not being expanded for csvarin typemaps when used for g...William S Fulton2010-12-231-0/+37
* Ignore non-matching regex renames when searching renames list.Vadim Zeitlin2010-11-161-0/+12
* Restore in source and out of source builds for the test-suite. Note that conf...William S Fulton2010-07-281-3/+3
* Add support for "[not]regexmatch" and "regextarget" to %rename.Vadim Zeitlin2010-07-221-0/+24
* Correct top_{src,build}dir definitions in csharp and java test suite.Vadim Zeitlin2010-07-221-3/+3
* Fix out of source builds for the test-suite which broke in 1.3.37William S Fulton2010-07-181-1/+0
* Fix #3024875 - shared_ptr of classes with non-public destructors. This also f...William S Fulton2010-07-071-0/+3
* Fix SWIG_STD_VECTOR_ENHANCED macro used in C# std::vector to work with commasWilliam S Fulton2010-06-011-0/+31
* Add the ability for special variable macros to call other special variable ...William S Fulton2010-05-261-0/+17
* More string tests: char const*constWilliam S Fulton2010-05-011-0/+10
* nspace fixes and adding in missing symbols in language symbol tables for Java...William S Fulton2010-03-131-4/+14